-
Notifications
You must be signed in to change notification settings - Fork 12
Usage Guide
Overall Monitoring/Basic Example – AS
Multiple Items and Event Monitoring Example – AS
Bitmap Smoothing and Cache Killing Example – AS
Calling a SWF’s Library Class References – Application Domain Example – AS
Queue Disposing – AS
Manually Setting File Type/URL Variable Example
This will let you pass URL variables to a file that is to be loaded. Keep in mind that the example data.php file has no php code in it so that it will run locally. However on a php server you would have the code shown below in the data.php file. This will pass the url variable $user a value of yourname, which you should see as yourname.jpg in the XML output.
PHP / AS
Drawing a SWF’s Frames to BitmapData Array Example – AS
Ignoring of Errors/Error Handling Example – AS
Stop and Resume Example – AS
Bandwidth Detection Example – AS
CSS Example – AS
XML Loading/Get Item By Title Example – AS
Sorting Example – AS
Adding Items On-The-Fly Example – AS
QLManager Example – AS
Zip Loading Example – AS
Make sure you have the nochump package in your source folder.
PCM Wav Loading Example – AS
Make sure the Popforge library is included in your source along with the modified SoundFactory class that bypasses the swf.bin file. This modified class writes the bytes to a ByteArray instead.
MP3 Loading Example – AS
Direct QL Formatted XML Loading Example
This snippet of XML can reside anywhere in your XML document. It allows for automatic passing of QueueLoader data. The prefix attribute simply adds the prefix when the movie is in external/standalone mode when publishing locally. If your paths jump directories or require absolute paths, then you can leave it as prefix="".
XML / AS
SWF Timeline Example – AS
Generic Data Loading Example – AS