| Package | com.flashframer.PhotoShuffle |
| Class | public class PhotoShuffle |
| Inheritance | PhotoShuffle fl.core.UIComponent |
| Property | Defined by | ||
|---|---|---|---|
| fullSize : String
Size of the full-size photos.
| PhotoShuffle | ||
| infoPlacement : String
Placement of the info box with respect to the photo.
| PhotoShuffle | ||
| linkType : String
Value specifying which type of click-through linking to use.
| PhotoShuffle | ||
| positionRandomization : int
Percentage value specifying amount of random positioning that will be applied to photos.
| PhotoShuffle | ||
| rotationRandomization : int
Percentage value specifying amount of random rotation that will be applied to photos.
| PhotoShuffle | ||
| shadowAlpha : Number
The alpha transparency value for the shadow color.
| PhotoShuffle | ||
| shadowAngle : Number
The angle of the shadow, in degrees.
| PhotoShuffle | ||
| shadowBlur : Number
The amount of shadow blur.
| PhotoShuffle | ||
| shadowDistance : Number
The offset distance for the shadow, in pixels.
| PhotoShuffle | ||
| shadowStrength : Number
The strength of the imprint or spread.
| PhotoShuffle | ||
| showArrows : Boolean
Boolean value specifying whether or not to show next/previous navigation arrows.
| PhotoShuffle | ||
| spreadAmount : int
Percentage value specifying how spread-out the photos will appear.
| PhotoShuffle | ||
| thumbSize : String
Size of the photo thumbnails.
| PhotoShuffle | ||
| transition : String
Transition type.
| PhotoShuffle | ||
| transitionLength : Number
Transition length, in seconds.
| PhotoShuffle | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| PhotoShuffle | ||
|
shuffle():void
Shuffles the current set of photos.
| PhotoShuffle | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when the user clicks on a photo. | PhotoShuffle | |||
| Dispatched when a photo is zoomed in on. | PhotoShuffle | |||
| Dispatched when a photo is zoomed out of. | PhotoShuffle | |||
| Constant | Defined by | ||
|---|---|---|---|
| LARGE : String = "Large" [static]Large photo size.
| PhotoShuffle | ||
| LINK_BLANK : String = "_blank" [static]Open links in new window.
| PhotoShuffle | ||
| LINK_DISABLED : String = "_disabled" [static]Links are disabled.
| PhotoShuffle | ||
| LINK_PARENT : String = "_parent" [static]Open links in parent of current frame.
| PhotoShuffle | ||
| LINK_SELF : String = "_self" [static]Open links in current frame of current window.
| PhotoShuffle | ||
| LINK_TOP : String = "_top" [static]Open links in top-level frame of current window.
| PhotoShuffle | ||
| MEDIUM : String = "Medium" [static]Medium photo size.
| PhotoShuffle | ||
| PLACEMENT_BOTTOM : String = "Bottom" [static]Place info box at bottom of photo.
| PhotoShuffle | ||
| PLACEMENT_NONE : String = "None" [static]Do not show any info box.
| PhotoShuffle | ||
| PLACEMENT_TOP : String = "Top" [static]Place info box at top of photo.
| PhotoShuffle | ||
| SMALL : String = "Small" [static]Small photo size.
| PhotoShuffle | ||
| fullSize | property |
fullSize:String [read-write]Size of the full-size photos.
The default value is PhotoShuffle.MEDIUM.
public function get fullSize():String
public function set fullSize(value:String):void
| infoPlacement | property |
infoPlacement:String [read-write]Placement of the info box with respect to the photo.
The default value is PhotoShuffle.PLACEMENT_BOTTOM.
public function get infoPlacement():String
public function set infoPlacement(value:String):void
| linkType | property |
linkType:String [read-write]Value specifying which type of click-through linking to use.
The default value is PhotoShuffle.LINK_BLANK.
public function get linkType():String
public function set linkType(value:String):void
| positionRandomization | property |
positionRandomization:int [read-write]Percentage value specifying amount of random positioning that will be applied to photos.
The default value is 75.
public function get positionRandomization():int
public function set positionRandomization(value:int):void
| rotationRandomization | property |
rotationRandomization:int [read-write]Percentage value specifying amount of random rotation that will be applied to photos.
The default value is 50.
public function get rotationRandomization():int
public function set rotationRandomization(value:int):void
| shadowAlpha | property |
shadowAlpha:Number [read-write]The alpha transparency value for the shadow color.
The default value is 40.
public function get shadowAlpha():Number
public function set shadowAlpha(value:Number):void
| shadowAngle | property |
shadowAngle:Number [read-write]The angle of the shadow, in degrees.
The default value is 45.
public function get shadowAngle():Number
public function set shadowAngle(value:Number):void
| shadowBlur | property |
shadowBlur:Number [read-write]The amount of shadow blur.
The default value is 15.
public function get shadowBlur():Number
public function set shadowBlur(value:Number):void
| shadowDistance | property |
shadowDistance:Number [read-write]The offset distance for the shadow, in pixels.
The default value is 4.
public function get shadowDistance():Number
public function set shadowDistance(value:Number):void
| shadowStrength | property |
shadowStrength:Number [read-write]The strength of the imprint or spread.
The default value is 1.
public function get shadowStrength():Number
public function set shadowStrength(value:Number):void
| showArrows | property |
showArrows:Boolean [read-write]Boolean value specifying whether or not to show next/previous navigation arrows.
The default value is true.
public function get showArrows():Boolean
public function set showArrows(value:Boolean):void
| spreadAmount | property |
spreadAmount:int [read-write]Percentage value specifying how spread-out the photos will appear.
The default value is 100.
public function get spreadAmount():int
public function set spreadAmount(value:int):void
| thumbSize | property |
thumbSize:String [read-write]Size of the photo thumbnails.
The default value is PhotoShuffle.MEDIUM.
public function get thumbSize():String
public function set thumbSize(value:String):void
| transition | property |
transition:String [read-write]Transition type.
The default value is Regular.Out.
public function get transition():String
public function set transition(value:String):void
| transitionLength | property |
transitionLength:Number [read-write]Transition length, in seconds.
The default value is 0.5.
public function get transitionLength():Number
public function set transitionLength(value:Number):void
| PhotoShuffle | () | constructor |
public function PhotoShuffle()Constructor
| shuffle | () | method |
public function shuffle():voidShuffles the current set of photos.
| Click | event |
com.flashframer.PhotoShuffle.PhotoShuffleEvent
Dispatched when the user clicks on a photo.
| ZoomedIn | event |
com.flashframer.PhotoShuffle.PhotoShuffleEvent
Dispatched when a photo is zoomed in on.
| ZoomedOut | event |
com.flashframer.PhotoShuffle.PhotoShuffleEvent
Dispatched when a photo is zoomed out of.
| LARGE | constant |
public static const LARGE:String = "Large"Large photo size.
| 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.
| MEDIUM | constant |
public static const MEDIUM:String = "Medium"Medium photo size.
| PLACEMENT_BOTTOM | constant |
public static const PLACEMENT_BOTTOM:String = "Bottom"Place info box at bottom of photo.
| PLACEMENT_NONE | constant |
public static const PLACEMENT_NONE:String = "None"Do not show any info box.
| PLACEMENT_TOP | constant |
public static const PLACEMENT_TOP:String = "Top"Place info box at top of photo.
| SMALL | constant |
public static const SMALL:String = "Small"Small photo size.