Packagecom.flashframer.rotaryGallery
Classpublic class rotaryGallery
InheritancerotaryGallery Inheritance fl.core.UIComponent



Public Properties
 PropertyDefined by
  currIndex : int
Index of current image.
rotaryGallery
  glassEnabled : Boolean
Glass Enabled.
rotaryGallery
  glowAlpha : int
Glow Alpha.
rotaryGallery
  glowBlur : Number
Glow Blur.
rotaryGallery
  glowColor : uint
Glow Color.
rotaryGallery
  imageDepthPlacement : String
Depth placement of full size image.
rotaryGallery
  imageSize : int
Image Size.
rotaryGallery
  layoutSize : int
Layout Size.
rotaryGallery
  linkType : String
Value specifying which type of click-through linking to use.
rotaryGallery
  numImages : int
[read-only] Total number of images.
rotaryGallery
  thumbSize : int
Thumb Size.
rotaryGallery
  xmlFile : String
Configuration XML File.
rotaryGallery
Public Methods
 MethodDefined by
  
Constructor
rotaryGallery
Public Constants
 ConstantDefined by
  BACK : String = "_back"
[static]Back.
rotaryGallery
  FRONT : String = "_front"
[static]Front.
rotaryGallery
  LINK_BLANK : String = "_blank"
[static]Open links in new window.
rotaryGallery
  LINK_DISABLED : String = "_disabled"
[static]Links are disabled.
rotaryGallery
  LINK_PARENT : String = "_parent"
[static]Open links in parent of current frame.
rotaryGallery
  LINK_SELF : String = "_self"
[static]Open links in current frame of current window.
rotaryGallery
  LINK_TOP : String = "_top"
[static]Open links in top-level frame of current window.
rotaryGallery
Property detail
currIndexproperty
currIndex:int  [read-write]

Index of current image.

Implementation
    public function get currIndex():int
    public function set currIndex(value:int):void
glassEnabledproperty 
glassEnabled:Boolean  [read-write]

Glass Enabled.

The default value is true.

Implementation
    public function get glassEnabled():Boolean
    public function set glassEnabled(value:Boolean):void
glowAlphaproperty 
glowAlpha:int  [read-write]

Glow Alpha.

The default value is 100.

Implementation
    public function get glowAlpha():int
    public function set glowAlpha(value:int):void
glowBlurproperty 
glowBlur:Number  [read-write]

Glow Blur.

The default value is 6.

Implementation
    public function get glowBlur():Number
    public function set glowBlur(value:Number):void
glowColorproperty 
glowColor:uint  [read-write]

Glow Color.

The default value is 0xFFFFFF.

Implementation
    public function get glowColor():uint
    public function set glowColor(value:uint):void
imageDepthPlacementproperty 
imageDepthPlacement:String  [read-write]

Depth placement of full size image.

The default value is rotaryGallery.FRONT.

Implementation
    public function get imageDepthPlacement():String
    public function set imageDepthPlacement(value:String):void
imageSizeproperty 
imageSize:int  [read-write]

Image Size.

The default value is 50.

Implementation
    public function get imageSize():int
    public function set imageSize(value:int):void
layoutSizeproperty 
layoutSize:int  [read-write]

Layout Size.

The default value is 50.

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

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

The default value is rotaryGallery.LINK_BLANK.

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

Total number of images.

Implementation
    public function get numImages():int
thumbSizeproperty 
thumbSize:int  [read-write]

Thumb Size.

The default value is 50.

Implementation
    public function get thumbSize():int
    public function set thumbSize(value:int):void
xmlFileproperty 
xmlFile:String  [read-write]

Configuration XML File.

The default value is "".

Implementation
    public function get xmlFile():String
    public function set xmlFile(value:String):void
Constructor detail
rotaryGallery()constructor
public function rotaryGallery()

Constructor

Constant detail
BACKconstant
public static const BACK:String = "_back"

Back.

FRONTconstant 
public static const FRONT:String = "_front"

Front.

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.