Packagecom.flashframer.space3D
Classpublic class space3D
Inheritancespace3D Inheritance fl.core.UIComponent



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Constructor
space3D
Events
 EventSummaryDefined 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
Public Constants
 ConstantDefined 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
Property detail
currIdxproperty
currIdx:int  [read-only]

Index of currently selected image. If no image is selected, index is -1.

Implementation
    public function get currIdx():int
enableBackflipproperty 
enableBackflip:Boolean  [read-write]

Backflip enabled.

The default value is true.

Implementation
    public function get enableBackflip():Boolean
    public function set enableBackflip(value:Boolean):void
enableCameraMovementproperty 
enableCameraMovement:Boolean  [read-write]

Enable camera movement.

The default value is true.

Implementation
    public function get enableCameraMovement():Boolean
    public function set enableCameraMovement(value:Boolean):void
enableSlideshowproperty 
enableSlideshow:Boolean  [read-write]

Enable slideshow.

The default value is true.

Implementation
    public function get enableSlideshow():Boolean
    public function set enableSlideshow(value:Boolean):void
imageSpacingproperty 
imageSpacing:int  [read-write]

Image spacing, in percent.

The default value is 10.

Implementation
    public function get imageSpacing():int
    public function set imageSpacing(value:int):void
lensFlareAlphaproperty 
lensFlareAlpha:uint  [read-write]

Lens Flare alpha, in percent, 0 to disable.

The default value is 50.

Implementation
    public function get lensFlareAlpha():uint
    public function set lensFlareAlpha(value:uint):void
linkTypeproperty 
linkType:String  [read-write]

Value specifying which type of click-through linking to use.

The default value is space3D.LINK_BLANK.

Implementation
    public function get linkType():String
    public function set linkType(value:String):void
marginproperty 
margin:int  [read-write]

Component margin, in percent of total component width.

The default value is 20.

Implementation
    public function get margin():int
    public function set margin(value:int):void
numImagesproperty 
numImages:int  [read-only]

Number of images.

Implementation
    public function get numImages():int
reflectionAlphaproperty 
reflectionAlpha:uint  [read-write]

Reflection alpha, in percent, 0 to disable.

The default value is 50.

Implementation
    public function get reflectionAlpha():uint
    public function set reflectionAlpha(value:uint):void
showArrowsproperty 
showArrows:Boolean  [read-write]

Show navigational arrows.

The default value is true.

Implementation
    public function get showArrows():Boolean
    public function set showArrows(value:Boolean):void
slideshowDelayproperty 
slideshowDelay:Number  [read-write]

Slideshow interval, in seconds.

The default value is 2.0.

Implementation
    public function get slideshowDelay():Number
    public function set slideshowDelay(value:Number):void
thumbQualityproperty 
thumbQuality:uint  [read-write]

Thumbnail quality, in percentage.

The default value is 50.

Implementation
    public function get thumbQuality():uint
    public function set thumbQuality(value:uint):void
transitionLengthproperty 
transitionLength:Number  [read-write]

Transition length, in seconds.

The default value is 1.0.

Implementation
    public function get transitionLength():Number
    public function set transitionLength(value:Number):void
Constructor detail
space3D()constructor
public function space3D()

Constructor

Event detail
Clickevent 
Event object type: com.flashframer.space3DEvent

Dispatched when the user clicks on an image.

CurrentImageChangeevent  
Event object type: com.flashframer.space3DEvent

Dispatched when the current image changes.

FlipBackevent  
Event object type: com.flashframer.space3DEvent

Dispatched when the current image flips to the back side.

FlipFrontevent  
Event object type: com.flashframer.space3DEvent

Dispatched when the current image flips to the front side.

Constant detail
LINK_BLANKconstant
public static const LINK_BLANK:String = "_blank"

Open links in new window.

LINK_DISABLEDconstant 
public static const LINK_DISABLED:String = "_disabled"

Links are disabled.

LINK_PARENTconstant 
public static const LINK_PARENT:String = "_parent"

Open links in parent of current frame.

LINK_SELFconstant 
public static const LINK_SELF:String = "_self"

Open links in current frame of current window.

LINK_TOPconstant 
public static const LINK_TOP:String = "_top"

Open links in top-level frame of current window.