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 summary for the FCPresentationSWF object

Method

Description

FCPresentationSWF.connect

Sets up all the assets needed by the component (on the client side and the server side).

FCPresentationSWF.close

Cleans up and disconnects the component.

FCPresentationSWF.loadSWF

Optionally used by the speaker to set a new SWF file to be used for the presentation.

FCPresentationSWF.next

Advances the presentation SWF by one frame.

FCPresentationSWF.back

Moves back one frame in the presentation SWF.

FCPresentationSWF.sync

Resynchronizes the viewer's frame with the speaker's frame.


 
Variable

Global variable

Description

_global.speakerMode

A Boolean value; the default value is 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].