| Package | com.flashframer.rotaryGallery |
| Class | public class rotaryGallery |
| Inheritance | rotaryGallery fl.core.UIComponent |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| rotaryGallery | ||
| Constant | Defined 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 | ||
| currIndex | property |
currIndex:int [read-write]Index of current image.
Implementation public function get currIndex():int
public function set currIndex(value:int):void
| glassEnabled | property |
glassEnabled:Boolean [read-write]Glass Enabled.
The default value is true.
public function get glassEnabled():Boolean
public function set glassEnabled(value:Boolean):void
| glowAlpha | property |
glowAlpha:int [read-write]Glow Alpha.
The default value is 100.
public function get glowAlpha():int
public function set glowAlpha(value:int):void
| glowBlur | property |
glowBlur:Number [read-write]Glow Blur.
The default value is 6.
public function get glowBlur():Number
public function set glowBlur(value:Number):void
| glowColor | property |
glowColor:uint [read-write]Glow Color.
The default value is 0xFFFFFF.
public function get glowColor():uint
public function set glowColor(value:uint):void
| imageDepthPlacement | property |
imageDepthPlacement:String [read-write]Depth placement of full size image.
The default value is rotaryGallery.FRONT.
public function get imageDepthPlacement():String
public function set imageDepthPlacement(value:String):void
| imageSize | property |
imageSize:int [read-write]Image Size.
The default value is 50.
public function get imageSize():int
public function set imageSize(value:int):void
| layoutSize | property |
layoutSize:int [read-write]Layout Size.
The default value is 50.
public function get layoutSize():int
public function set layoutSize(value:int):void
| linkType | property |
linkType:String [read-write]Value specifying which type of click-through linking to use.
The default value is rotaryGallery.LINK_BLANK.
public function get linkType():String
public function set linkType(value:String):void
| numImages | property |
numImages:int [read-only]Total number of images.
Implementation public function get numImages():int
| thumbSize | property |
thumbSize:int [read-write]Thumb Size.
The default value is 50.
public function get thumbSize():int
public function set thumbSize(value:int):void
| xmlFile | property |
xmlFile:String [read-write]Configuration XML File.
The default value is "".
public function get xmlFile():String
public function set xmlFile(value:String):void
| rotaryGallery | () | constructor |
public function rotaryGallery()Constructor
| BACK | constant |
public static const BACK:String = "_back"Back.
| FRONT | constant |
public static const FRONT:String = "_front"Front.
| 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.