Packageorg.openvideoplayer.rss
Classpublic class ThumbnailTO
InheritanceThumbnailTO Inheritance flash.events.EventDispatcher

The ThumbnailTO class is a transfer object defining the data representation of a thumbnail node in a media RSS feed.

This class is used by the XxxMediaRSS class and is not invoked directly by end users.

The properties in this class are defined by the Media RSS specification which can be viewed at http://search.yahoo.com/mrss.



Public Properties
 PropertyDefined By
  height : Number
ThumbnailTO
  time : String
ThumbnailTO
  url : String
ThumbnailTO
  width : Number
ThumbnailTO
Property Detail
heightproperty
public var height:Number

timeproperty 
public var time:String

urlproperty 
public var url:String

widthproperty 
public var width:Number