| Property | Defined by | ||
|---|---|---|---|
| currIdx : int [read-only]
Index of currently selected image.
| space3D | ||
| enableBackflip : Boolean
Backflip enabled.
| space3D | ||
| enableCameraMovement : Boolean
Enable camera movement.
| space3D | ||
| enableSlideshow : Boolean
Enable slideshow.
| space3D | ||
| imageSpacing : int
Image spacing, in percent.
| space3D | ||
| lensFlareAlpha : uint
Lens Flare alpha, in percent, 0 to disable.
| space3D | ||
| linkType : String
Value specifying which type of click-through linking to use.
| space3D | ||
| margin : int
Component margin, in percent of total component width.
| space3D | ||
| numImages : int [read-only]
Number of images.
| space3D | ||
| reflectionAlpha : uint
Reflection alpha, in percent, 0 to disable.
| space3D | ||
| showArrows : Boolean
Show navigational arrows.
| space3D | ||
| slideshowDelay : Number
Slideshow interval, in seconds.
| space3D | ||
| thumbQuality : uint
Thumbnail quality, in percentage.
| space3D | ||
| transitionLength : Number
Transition length, in seconds.
| space3D | ||
| Method | Defined by | ||
|---|---|---|---|
|
space3D()
Constructor
| space3D | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when the user clicks on an image. | space3D | |||
| Dispatched when the current image changes. | space3D | |||
| Dispatched when the current image flips to the back side. | space3D | |||
| Dispatched when the current image flips to the front side. | space3D | |||
| Constant | Defined by | ||
|---|---|---|---|
| LINK_BLANK : String = "_blank" [static]Open links in new window.
| space3D | ||
| LINK_DISABLED : String = "_disabled" [static]Links are disabled.
| space3D | ||
| LINK_PARENT : String = "_parent" [static]Open links in parent of current frame.
| space3D | ||
| LINK_SELF : String = "_self" [static]Open links in current frame of current window.
| space3D | ||
| LINK_TOP : String = "_top" [static]Open links in top-level frame of current window.
| space3D | ||
| currIdx | property |
currIdx:int [read-only]Index of currently selected image. If no image is selected, index is -1.
Implementation public function get currIdx():int
| enableBackflip | property |
enableBackflip:Boolean [read-write]Backflip enabled.
The default value is true.
public function get enableBackflip():Boolean
public function set enableBackflip(value:Boolean):void
| enableCameraMovement | property |
enableCameraMovement:Boolean [read-write]Enable camera movement.
The default value is true.
public function get enableCameraMovement():Boolean
public function set enableCameraMovement(value:Boolean):void
| enableSlideshow | property |
enableSlideshow:Boolean [read-write]Enable slideshow.
The default value is true.
public function get enableSlideshow():Boolean
public function set enableSlideshow(value:Boolean):void
| imageSpacing | property |
imageSpacing:int [read-write]Image spacing, in percent.
The default value is 10.
public function get imageSpacing():int
public function set imageSpacing(value:int):void
| lensFlareAlpha | property |
lensFlareAlpha:uint [read-write]Lens Flare alpha, in percent, 0 to disable.
The default value is 50.
public function get lensFlareAlpha():uint
public function set lensFlareAlpha(value:uint):void
| linkType | property |
linkType:String [read-write]Value specifying which type of click-through linking to use.
The default value is space3D.LINK_BLANK.
public function get linkType():String
public function set linkType(value:String):void
| margin | property |
margin:int [read-write]Component margin, in percent of total component width.
The default value is 20.
public function get margin():int
public function set margin(value:int):void
| numImages | property |
numImages:int [read-only]Number of images.
Implementation public function get numImages():int
| reflectionAlpha | property |
reflectionAlpha:uint [read-write]Reflection alpha, in percent, 0 to disable.
The default value is 50.
public function get reflectionAlpha():uint
public function set reflectionAlpha(value:uint):void
| showArrows | property |
showArrows:Boolean [read-write]Show navigational arrows.
The default value is true.
public function get showArrows():Boolean
public function set showArrows(value:Boolean):void
| slideshowDelay | property |
slideshowDelay:Number [read-write]Slideshow interval, in seconds.
The default value is 2.0.
public function get slideshowDelay():Number
public function set slideshowDelay(value:Number):void
| thumbQuality | property |
thumbQuality:uint [read-write]Thumbnail quality, in percentage.
The default value is 50.
public function get thumbQuality():uint
public function set thumbQuality(value:uint):void
| transitionLength | property |
transitionLength:Number [read-write]Transition length, in seconds.
The default value is 1.0.
public function get transitionLength():Number
public function set transitionLength(value:Number):void
| space3D | () | constructor |
public function space3D()Constructor
| Click | event |
| CurrentImageChange | event |
| FlipBack | event |
com.flashframer.space3DEvent
Dispatched when the current image flips to the back side.
| FlipFront | event |
com.flashframer.space3DEvent
Dispatched when the current image flips to the front side.
| LINK_BLANK | constant |
public static const LINK_BLANK:String = "_blank"Open links in new window.
| LINK_DISABLED | constant |
public static const LINK_DISABLED:String = "_disabled"Links are disabled.
| LINK_PARENT | constant |
public static const LINK_PARENT:String = "_parent"Open links in parent of current frame.
| LINK_SELF | constant |
public static const LINK_SELF:String = "_self"Open links in current frame of current window.
| LINK_TOP | constant |
public static const LINK_TOP:String = "_top"Open links in top-level frame of current window.