by admin | Apr 1, 2004 | Uncategorized
Many of you might already be using SE|PY a very special open source actionscript editor available for free. We have to really thank Alessandro Crugnola & Team for all their efforts for giving us such a wonderful tool. Long back I’ve downloaded a early...
by admin | Feb 26, 2004 | Uncategorized
It is an Event handler; invoked when one of the text field scroll properties changes. When the scroll properties can change? Either when the text of the text field changes or when the size of the text field is altered. It fires the onScroller event and updates the...
by admin | Jan 12, 2004 | Uncategorized
Hi Everyone! I’m happy to announce the launch of Actionscipt highligther v2. I’ve fixed many of bugs in the previous version (hope I fixed all). Now this new version fully supports Actionscript 2.0 and uses CSS styles to color the keywords so you can...
by admin | Jan 2, 2004 | Uncategorized
Cache is a place to store something more or less temporarily. Web pages we’ve visited are stored in our browser’s cache directory on our hard disk. Likewise, ISPs and Web Servers cache web pages which speeds up access times for users, as the page is being...
by admin | Sep 29, 2003 | Uncategorized
With Flash MX 2004 we can create and use Compiled components so source need not be distributed. It is good for many component developers because they need not worry about exposing their code. But when you produce your swf with the component, everything is byte code...