Tag Archives: AS3

Cache control tips for Flash

Solving some cache related issues for Flash projects

Posted in Flash, Tips & Tricks | Tagged , , , , , , , | 2 Comments

Parsing local MP3 with FileReference and audiofx library

Learning some ways to load an mp3 file from hard drive using a parser library.

Posted in AS3, Flash | Tagged , , , , , , | 5 Comments

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

Posted in AS3, Flash | Tagged , , , , , , | 4 Comments

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

Posted in AS3 | Tagged , , , , , , , , | 1 Comment

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

Posted in AS3 | Tagged , , , , , | 1 Comment

Sound and Action Script 3

Basics of working with sound on Action Script 3, result from working on a Mp3 Player

Posted in AS3 | Tagged , , , | Leave a comment