MovieClip |
org.silex.ui.loader.SimpleLoader |
create a fla with a movieclip linked to this class on the first frame. It will look for the following properties in the containing clip (probably the root).
| org. | create a fla with a movieclip linked to this class on the first frame. |
| Variables | |
| _jsDataLoader_lv | |
| _mcl | |
| Functions | |
| SimpleLoader | |
| formatLoadingString | |
| onStep1EnterFrame | |
| loadJsData | load js data from widget.php |
| onJsDataAvailable | either data is loaded from widget.php or it was allready passed through javascript |
| onStep2EnterFrame | |
| onLoadProgress | |
| onLoadInit | |
| onLoadError | |
| preloadDone |
private var _jsDataLoader_lv: LoadVars
private var _mcl: MovieClipLoader
function SimpleLoader()
function formatLoadingString( bytesLoaded: Number, bytesTotal: Number ):String
function onStep1EnterFrame()
load js data from widget.php
function loadJsData( rootUrl, id_site )
either data is loaded from widget.php or it was allready passed through javascript
function onJsDataAvailable( success: Boolean )
function onStep2EnterFrame()
function onLoadProgress ( target: MovieClip, bytesLoaded: Number, bytesTotal: Number )
function onLoadInit( target_mc )
function onLoadError( target_mc: MovieClip, errorCode: String )
function preloadDone()