Package | com.globfx.showroom |
Class | public class ShowRoom |
Inheritance | ShowRoom ![]() |
The ShowRoom class represents the main ShowRoom API object.
It should be created once at startup to establish the bridge between the Flash and PowerPoint.
Property | Defined By | ||
---|---|---|---|
background : SwiffPlayerBackground [read-only]
The background bitmap behind the Swiff Player PowerPoint Shape during the slide show.
This bitmap can be used only if the Flash is transparent in the slide. | ShowRoom | ||
pptRelease : int [read-only]
The release number of PowerPoint that plays the slide show. | ShowRoom | ||
pptVersion : String [read-only]
The version of PowerPoint that plays the slide show. | ShowRoom | ||
presentation : Presentation [read-only]
The PowerPoint Presentation that is displayed by the Slide Show. | ShowRoom | ||
shape : SwiffPlayerShape [read-only]
The PowerPoint Shape that represents this Flash in the slide. | ShowRoom | ||
slideShow : SlideShow [read-only]
The PowerPoint Slide Show that is currently playing. | ShowRoom | ||
version : String [read-only]
The version of ShowRoom that plays this Flash. | ShowRoom |
Method | Defined By | ||
---|---|---|---|
[static]
Creates a ShowRoom object and initializes the bridge between Flash and PowerPoint.
If the Flash is not running in PowerPoint, returns null.
| ShowRoom | ||
dispose():void
Disposes a ShowRoom object.
| ShowRoom |
background | property |
background:SwiffPlayerBackground
[read-only]
The background bitmap behind the Swiff Player PowerPoint Shape during the slide show.
This bitmap can be used only if the Flash is transparent in the slide. To make
a Flash transparent, check the "Transparent" check box in the shape properties. If the
shape is not transparent, this property returns null
.
public function get background():SwiffPlayerBackground
pptRelease | property |
pptRelease:int
[read-only] The release number of PowerPoint that plays the slide show. Release 11 is PowerPoint 2003. Release 12 is PowerPoint 2007. Release 14 is PowerPoint 2010.
public function get pptRelease():int
pptVersion | property |
pptVersion:String
[read-only] The version of PowerPoint that plays the slide show. Sample version string is "12.0.6500.5000" for PowerPoint 2007 SP2 for instance.
public function get pptVersion():String
presentation | property |
presentation:Presentation
[read-only] The PowerPoint Presentation that is displayed by the Slide Show.
public function get presentation():Presentation
shape | property |
shape:SwiffPlayerShape
[read-only] The PowerPoint Shape that represents this Flash in the slide.
public function get shape():SwiffPlayerShape
slideShow | property |
slideShow:SlideShow
[read-only] The PowerPoint Slide Show that is currently playing.
public function get slideShow():SlideShow
version | property |
version:String
[read-only] The version of ShowRoom that plays this Flash. ShowRoom version strings include major, minor, build and revision values, separated by dots, e.g. "2.0", or "2.1", or "2.0.1"
public function get version():String
create | () | method |
public static function create(root:Sprite):ShowRoom
Creates a ShowRoom object and initializes the bridge between Flash and PowerPoint.
If the Flash is not running in PowerPoint, returns null
.
Parameters
root:Sprite |
ShowRoom — A ShowRoom object or null if the Flash is not running into PowerPoint.
|
Error — If a ShowRoom object has already been created.
|
dispose | () | method |
public function dispose():void
Disposes a ShowRoom object.