fsplayer.api.IPresenterInfo Interface
The IPresenterInfo interface provides the following methods for presenter information retrieving:
| Methods |
|
Method |
Description |
|
getName():String |
Returns presenter name |
|
getTitle():String |
Returns presenter title |
|
getBiographyText():String |
Returns brief information about the presenter |
|
getEmail():String |
Returns presenter email address |
|
getWebSite():String |
Returns presenter web site address |
|
hasPhoto():Boolean |
Indicates whether the presenter has photo |
|
getPhoto():IPresenterPhoto |
Returns the IPresenterPhoto interface which allows to load presenter photo |
|
getIndex():Number |
Returns index within presenters collection |
|
hasCompany():Boolean |
Indicates whether the presenter has company |
|
getCompany():ICompanyInfo |
Returns the ICompanyInfo interface providing information about presenter custom company |
See also
ICompanyInfo Interface
IPresentationInfo Interface
IPresenterPhoto Interface
Flash Presentation ActionScript API Reference