iSpring.as2player.PresentationLoader Class
The PresentationLoader Class extends the standard flash.display.Sprite class and exposes the following methods and events:
| Properties |
|
Property |
Type |
Description |
|
content |
Content object which contains the presentation. |
|
|
contentLoaderInfo |
LoaderInfo |
Content loader info |
|
player |
Presentation player |
| Methods |
|
Method |
Description |
|
PresentationLoader() |
Constructs a new PresentationLoader object which creates player |
|
load(request:URLRequest,
securityDomain:SecurityDomain = null):void |
Loads the iSpring generated
Flash presentation specified in request parameter. |
|
unload():void |
Unloads the iSpring generated
Flash presentation and closes ActionScript Connector. |
|
close():void |
Closes the presenation loader. |
See also