Using Communication Components > FCPresentationText object

 

FCPresentationText object

The FCPresentationText 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 slides programmatically.

 
Method summary for the FCPresentationText object

Method

Description

FCPresentationText.connect

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

FCPresentationText.setUsername

Sets the user name to display and pass to the server.

FCPresentationText.close

Cleans up and disconnects the component.

FCPresentationText.nextSlide

Goes to the next slide in the list.

FCPresentationText.backSlide

Goes to the previous slide in the list.

FCPresentationText.newSlide

Creates a new slide and adds it to the list of slides.

FCPresentationText.deleteSlide

Removes the current slide.