Using Communication Components > FCPresentationSWF object |
![]() ![]() ![]() |
FCPresentationSWF object
The FCPresentationSWF API provides the client-side and server-side functionality for connecting your objects to the server and cleaning up. It also allows you to manipulate the frames programmatically.
Method Description Sets up all the assets needed by the component (on the client side and the server side). Cleans up and disconnects the component. Optionally used by the speaker to set a new SWF file to be used for the presentation. Advances the presentation SWF by one frame. Moves back one frame in the presentation SWF. Resynchronizes the viewer's frame with the speaker's frame.
Method summary for the FCPresentationSWF object
Global variable Description A Boolean value; the default value is
Variable
true
. If true
, the user can change the current slide that other users view. If false
, users can view only the slide that the speaker chooses to display. To set this variable programmatically, set _global.speakerMode=[true or false]
.
![]() ![]() ![]() |