Package | com.globfx.showroom |
Class | public class SwiffPlayerShape |
Inheritance | SwiffPlayerShape ![]() |
The SwiffPlayerShape class represents the PowerPoint shape that holds Flash Player into the PowerPoint slide.
It can be retrieved through the ShowRoom.shape
property.
See also
Property | Defined By | ||
---|---|---|---|
effectIndex : int [read-only]
Returns the current ShowRoom effect to execute.
Returns -1 if the shape is not yet initialized, 0 for the first effect, etc.
The number of ShowRoom effects must have been specified in the
PowerPoint ShowRoom UI ("Flash" Ribbon Tab or "Developer" Tab in the
properties dialog box).
See How to edit ShowRoom Effects.
| SwiffPlayerShape | ||
fullScreen : Boolean [read-only]
A flag that indicates whether the Flash is displayed in full screen mode or into the slide. | SwiffPlayerShape | ||
numEffects : int [read-only]
Returns the number of ShowRoom effects applied to this shape.
This number is specified in PowerPoint in the shapes properties.
The number of ShowRoom effects must have been specified in the
PowerPoint ShowRoom UI ("Flash" Ribbon Tab or "Developer" Tab in the
properties dialog box).
See How to edit ShowRoom Effects.
| SwiffPlayerShape |
Method | Defined By | ||
---|---|---|---|
closeFullScreenPlayer():void
When displayed in full screen mode, closes the player to continue the slide show.
| SwiffPlayerShape |
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched when the ShowRoom effect index has changed. The number of ShowRoom effects must have been specified in the PowerPoint ShowRoom UI ("Flash" Ribbon Tab or "Developer" Tab in the properties dialog box). See How to edit ShowRoom Effects. | SwiffPlayerShape | |||
Dispatched when the Swiff Player Shape is removed from the slide during the slide show and disposed. | SwiffPlayerShape |
Constant | Defined By | ||
---|---|---|---|
EFFECT_CHANGED : String = effectChanged [static] | SwiffPlayerShape | ||
UNLOAD : String = unload [static] | SwiffPlayerShape |
effectIndex | property |
effectIndex:int
[read-only]
Returns the current ShowRoom effect to execute.
Returns -1 if the shape is not yet initialized, 0 for the first effect, etc.
The number of ShowRoom effects must have been specified in the PowerPoint ShowRoom UI ("Flash" Ribbon Tab or "Developer" Tab in the properties dialog box).
See How to edit ShowRoom Effects.
public function get effectIndex():int
fullScreen | property |
fullScreen:Boolean
[read-only] A flag that indicates whether the Flash is displayed in full screen mode or into the slide.
public function get fullScreen():Boolean
numEffects | property |
numEffects:int
[read-only]
Returns the number of ShowRoom effects applied to this shape.
This number is specified in PowerPoint in the shapes properties.
The number of ShowRoom effects must have been specified in the PowerPoint ShowRoom UI ("Flash" Ribbon Tab or "Developer" Tab in the properties dialog box).
See How to edit ShowRoom Effects.
public function get numEffects():int
closeFullScreenPlayer | () | method |
public function closeFullScreenPlayer():void
When displayed in full screen mode, closes the player to continue the slide show.
playStateChanged | Event |
flash.events.Event
Dispatched when the ShowRoom effect index has changed.
The number of ShowRoom effects must have been specified in the PowerPoint ShowRoom UI ("Flash" Ribbon Tab or "Developer" Tab in the properties dialog box).
unload | Event |
flash.events.Event
Dispatched when the Swiff Player Shape is removed from the slide during the slide show and disposed.
EFFECT_CHANGED | Constant |
public static const EFFECT_CHANGED:String = effectChanged
UNLOAD | Constant |
public static const UNLOAD:String = unload