Packagecom.facebook.graph.data.ui.stream
Classpublic class StreamFlash
InheritanceStreamFlash Inheritance StreamMedia



Public Properties
 PropertyDefined by
  expanded_height : int
The height of the Flash object once the user clicks on it.
StreamFlash
  expanded_width : int
The width of the Flash object once the user clicks on it.
StreamFlash
  height : int
The height of the photo and Flash object in the stream.
StreamFlash
  imgsrc : String
The URL of a photo that should be displayed in place of the Flash object until the user clicks to prompt the Flash object to play.
StreamFlash
  swfsrc : String
The URL of the Flash object to be rendered.
StreamFlash
 Inheritedtype : String
Stream media can be one of the following: image, flash, or mp3; These media types render photos, Flash objects, and music, respectively.
StreamMedia
  width : int
The width of the photo and Flash object in the stream.
StreamFlash
Public Methods
 MethodDefined by
  
StreamFlash
  
toObject():Object
StreamFlash
Property detail
expanded_heightproperty
public var expanded_height:int

The height of the Flash object once the user clicks on it. By default, the photo and the Flash object are rendered in a space up to 90 pixels. The height must be an integer between 30 and 460, inclusive.

expanded_widthproperty 
public var expanded_width:int

The width of the Flash object once the user clicks on it. By default, the photo and the Flash object are rendered in a space up to 90 pixels. The width must be an integer between 30 and 460, inclusive.

heightproperty 
public var height:int

The height of the photo and Flash object in the stream. By default, the photo and the Flash object are rendered in a space up to 90 pixels. The height must be an integer between 30 and 90, inclusive.

imgsrcproperty 
public var imgsrc:String

The URL of a photo that should be displayed in place of the Flash object until the user clicks to prompt the Flash object to play.

swfsrcproperty 
public var swfsrc:String

The URL of the Flash object to be rendered.

widthproperty 
public var width:int

The width of the photo and Flash object in the stream. By default, the photo and the Flash object are rendered in a space up to 90 pixels. The width must be an integer between 30 and 90, inclusive.

Constructor detail
StreamFlash()constructor
public function StreamFlash()
Method detail
toObject()method
public override function toObject():Object

Returns
Object