iSpring.as2player.PresentationLoader Class
The PresentationLoader class provide facilities for loading iSpring generated Flash presentation and exposes the following methods:
| Methods |
|
Method |
Description |
|
load(movieName, contentParent, movieId, width, height) |
Creates SWFObject with name specified by movieName and loads the iSpring generated Flash presentation in it. Flash object is placed in the content element with id specified by contentParent. Width, height parameters define dimensions and movieId defines Id of created SWFObject. |
|
onPlayerInit(player: Object) |
This method is calls after player was initialized. It can be overrided. |
|
getMovie() |
Returns SWFObject which contains iSpring generated Flash presentation. |
|
getMovieId() |
Returns identifier of SWFObject element which contains iSpring generated Flash presentation. |
See also