Example of useing Custom Screen Manager in ActionScript 3
Screen Manager. When i write window based systems i always use a Screen Manager. when i can control and manage and display object on my screen. Every display object need to extends ScreenContent...
View ArticleFMS blocked port detection – ActionScript 3
FMS block port detection – ActionScript 3 The fms port (1935) closed on many office firewalls, the problem is that flash had 30 sec timeout before tunnle it to port 80. Becouse that i write little...
View ArticleTable Engine in ActionScript 3
I write this Table Enigne for easy making of data forms, data view in easy use like Tables in HTML that can contain any DisplayObject. TableEngineItem.as: [cc lang = “actionscript3”] package...
View ArticleGet Vars from URL string in ActionScript 3
The function is break the string into param name and param value of the URL. if we have URL like http://garry-lachman.com/index.php?name1=value1&test=10 The function will return array:...
View ArticleBase64 Encoding Class in ActionScript 3
This is a class for Base64 Encoding by Steve Webster… Very Usefull one!!! Base64.as [cc lang = “actionscript3”] package { /* Base64 – 1.1.0 Copyright (c) 2006 Steve Webster Permission is hereby...
View ArticlePNG Encoder in ActionScript 3
ActionScript 3 PNG Encoder class, for exporting display objects into PNG ByteArray…. Taken from as3corelib project. [cc lang=”php”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights...
View ArticleJPEG Encoder ActionScript 3
One more useful util from as3corelib. Encode display object to JPEG ByteArray BitString.as: [cc lang=”php”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and...
View ArticleMD5 crypto class ActionScript 3
One more useful util from as3corelib. MD5 class crypto. [cc lang=”php”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with...
View ArticleArray Until class ActionScript 3
Array Until class ActionScript 3 [cc lang=”php”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without modification,...
View ArticleMime Type Map Class ActionScript 3
Maps mime types and file extensions. [cc lang=”actionscript”] /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without...
View Article