| Package | com.jeffdePascale.fosfr.navigation.loaders |
| Class | public class ShellLoader |
| Inheritance | ShellLoader NavLoaderPrototype flash.events.EventDispatcher |
See also
| Method | Defined by | ||
|---|---|---|---|
|
ShellLoader(_fosfr:Fosfr)
Creates an instance of the
ShellLoader class. | ShellLoader | ||
![]() |
advanceLoader():void
| NavLoaderPrototype | |
|
load(str:String, skipPreload:Boolean = false, _preloadArray:Array = null):void
Begins the loading process for the file specified in the str parameter.
| ShellLoader | ||
| Method | Defined by | ||
|---|---|---|---|
|
finalizeLoad():void
| ShellLoader | ||
![]() |
resetProperties():void
| NavLoaderPrototype | |
| ShellLoader | () | constructor |
public function ShellLoader(_fosfr:Fosfr)
Creates an instance of the ShellLoader class.
_fosfr:Fosfr — An instance of the Fosfr class.
|
See also
| finalizeLoad | () | method |
protected override function finalizeLoad():void
| load | () | method |
public function load(str:String, skipPreload:Boolean = false, _preloadArray:Array = null):void
Begins the loading process for the file specified in the str parameter. The extension ".swf" is automatically applied to the string value, and the rootFolder property of the Fosfr class is respected.
str:String — The string value of the name of the file to be loaded, minus the file extension, relative to the SWF file.
|
|
skipPreload:Boolean (default = false) — Optional, specifies whether the file should be preloaded prior to load. Defaults to false.
|
|
_preloadArray:Array (default = null) |
See also