Tag Archives: AS3
Cache control tips for Flash
Solving some cache related issues for Flash projects
Parsing local MP3 with FileReference and audiofx library
Learning some ways to load an mp3 file from hard drive using a parser library.
Flash: Loading dynamic php XML with BulkLoader
A few days ago I was working with the BulkLoader library that manage multiple loaders at a time but something funny happen when one of those files (or data in this case) were dynamic generated XML from a php file. … Continue reading
Basics of sending POST using Action Script
After a long time without activity, I decided to write a new small tutorial. This time I’m gonna show you how to send POST data to a PHP file using Action Script and receive the output from the server. This … Continue reading
Browsing and loading local files using FileReference class
Learn how to browse and load local files using FileReference class on Actionscript3 and Flash Player 10
Sound and Action Script 3
Basics of working with sound on Action Script 3, result from working on a Mp3 Player
