Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Usage Guide

hydrotik edited this page Sep 13, 2010 · 2 revisions

Overall Monitoring/Basic ExampleAS

Multiple Items and Event Monitoring ExampleAS

Bitmap Smoothing and Cache Killing ExampleAS

Calling a SWF’s Library Class References – Application Domain ExampleAS

Queue DisposingAS

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 ExampleAS

Ignoring of Errors/Error Handling ExampleAS

Stop and Resume ExampleAS

Bandwidth Detection ExampleAS

CSS ExampleAS

XML Loading/Get Item By Title ExampleAS

Sorting ExampleAS

Adding Items On-The-Fly ExampleAS

QLManager ExampleAS

Zip Loading ExampleAS
Make sure you have the nochump package in your source folder.

PCM Wav Loading ExampleAS
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 ExampleAS

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 ExampleAS

Generic Data Loading ExampleAS

Clone this wiki locally