Packagecom.flashframer.PhotoShuffle
Classpublic class PhotoShuffleEvent
InheritancePhotoShuffleEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  description : String
The description of the target photo object.
PhotoShuffleEvent
  imageUrl : String
The image url of the target photo object.
PhotoShuffleEvent
  linkUrl : String
The link url of the target photo object.
PhotoShuffleEvent
  title : String
The title of the target photo object.
PhotoShuffleEvent
Public Methods
 MethodDefined by
  
PhotoShuffleEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, imageUrl:String = null, linkUrl:String = null, title:String = null, description:String = null)
Constructor
PhotoShuffleEvent
  
clone():Event
Creates a copy of the PhotoShuffleEvent object and sets the value of each property to match the original.
PhotoShuffleEvent
  
toString():String
Returns a string that contains all the properties of the PhotoShuffleEvent object.
PhotoShuffleEvent
Public Constants
 ConstantDefined by
  CLICK : String = "Click"
[static] The PhotoShuffleEvent.CLICK constant defines the value of the type property of a PhotoShuffleEvent event object.
PhotoShuffleEvent
  ZOOMED_IN : String = "ZoomedIn"
[static] The PhotoShuffleEvent.ZOOMED_IN constant defines the value of the type property of a PhotoShuffleEvent event object.
PhotoShuffleEvent
  ZOOMED_OUT : String = "ZoomedOut"
[static] The PhotoShuffleEvent.ZOOMED_OUT constant defines the value of the type property of a PhotoShuffleEvent event object.
PhotoShuffleEvent
Property detail
descriptionproperty
description:String  [read-write]

The description of the target photo object.

Implementation
    public function get description():String
    public function set description(value:String):void
imageUrlproperty 
imageUrl:String  [read-write]

The image url of the target photo object.

Implementation
    public function get imageUrl():String
    public function set imageUrl(value:String):void
linkUrlproperty 
linkUrl:String  [read-write]

The link url of the target photo object.

Implementation
    public function get linkUrl():String
    public function set linkUrl(value:String):void
titleproperty 
title:String  [read-write]

The title of the target photo object.

Implementation
    public function get title():String
    public function set title(value:String):void
Constructor detail
PhotoShuffleEvent()constructor
public function PhotoShuffleEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, imageUrl:String = null, linkUrl:String = null, title:String = null, description:String = null)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
imageUrl:String (default = null)
 
linkUrl:String (default = null)
 
title:String (default = null)
 
description:String (default = null)
Method detail
clone()method
public override function clone():Event

Creates a copy of the PhotoShuffleEvent object and sets the value of each property to match the original.

Returns
Event — A new PhotoShuffleEvent object with parameter values that match those of the original.
toString()method 
public override function toString():String

Returns a string that contains all the properties of the PhotoShuffleEvent object.

Returns
String — A string that contains all the properties of the PhotoShuffleEvent object.
Constant detail
CLICKconstant
public static const CLICK:String = "Click"

The PhotoShuffleEvent.CLICK constant defines the value of the type property of a PhotoShuffleEvent event object.

This event has the following properties:

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
imageUrlThe url of the target photo object.
linkUrlThe url of the click-through link.
titleThe title of the target photo object.
descriptionThe description of the target photo object.
ZOOMED_INconstant 
public static const ZOOMED_IN:String = "ZoomedIn"

The PhotoShuffleEvent.ZOOMED_IN constant defines the value of the type property of a PhotoShuffleEvent event object.

This event has the following properties:

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
imageUrlThe url of the target photo object.
linkUrlThe url of the click-through link.
titleThe title of the target photo object.
descriptionThe description of the target photo object.
ZOOMED_OUTconstant 
public static const ZOOMED_OUT:String = "ZoomedOut"

The PhotoShuffleEvent.ZOOMED_OUT constant defines the value of the type property of a PhotoShuffleEvent event object.

This event has the following properties:

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
imageUrlThe url of the target photo object.
linkUrlThe url of the click-through link.
titleThe title of the target photo object.
descriptionThe description of the target photo object.