| Package | com.facebook.graph.data.ui.stream |
| Class | public class StreamFlash |
| Inheritance | StreamFlash StreamMedia |
| Property | Defined 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 | ||
![]() | type : 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| StreamFlash | |||
|
toObject():Object
| StreamFlash | ||
| expanded_height | property |
public var expanded_height:intThe 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_width | property |
public var expanded_width:intThe 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.
| height | property |
public var height:intThe 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.
| imgsrc | property |
public var imgsrc:StringThe 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.
| swfsrc | property |
public var swfsrc:StringThe URL of the Flash object to be rendered.
| width | property |
public var width:intThe 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.
| StreamFlash | () | constructor |
public function StreamFlash()
| toObject | () | method |
public override function toObject():Object
Returns
Object |