Search Results

0
votes

wav <> mp3 for flash(as3)

Andre Michelle and the Hobnox guys pulled off something similar with their Hobnox AudioTool, they ported a …
4
votes

Using Actionscript 3 to connect to a database

If you plan to deploy your flash content to a website, you should use some sort of backend - otherwise you would have a potential security problem. I use remoting with …
2
votes

How’s the ActionScript2 -> ActionScript3 learning curve?

I would say it depends on the level of your AS2 (and general OOP) knowledge. If you're used to objected-oriented programming and strong typing the learning curve shouldn't really be that steep. …
0
votes

Load AS2 SWF Into AS3 SWF and pass vars in URL

When you're loading a SWF, shouldn't you use the Loader class instead of the …