Jun
23
Tuesday
2
Global functions in AS3
Setting a global function with AS 3.0.
Any experienced flash developer will know that flash contrary to popular belief do not behave the same throughout all browser. From time to time you get frustrating bug that’s never mentioned in any documentation and this bug that grayed a few strand of my hairs is one of them.
If you need to place a movieclip [...]
While creating a projector file meant for a cd-rom, i ran into a peculiar bug that costs me a couple of sleepless nights. Just like how i usually author a swf file meant for web-output, i used navigateToURL() to call a few html files saved locally on the cd. But when the html files are [...]