| Package | org.openvideoplayer.rss |
| Class | public class Media |
| Inheritance | Media flash.events.EventDispatcher |
ContentArray) are defined by the Media RSS specification which can
be viewed at http://search.yahoo.com/mrss.
| Property | Defined By | ||
|---|---|---|---|
| contentArray : Array
An array of ContentTO objects. | Media | ||
| copyright : String | Media | ||
| description : String | Media | ||
| keywords : String | Media | ||
| thumbnail : ThumbnailTO
The first item in the thumbnailArray. | Media | ||
| thumbnailArray : Array
An array of ThumnbnailTO objects, since it is permissable for RSS feeds to reference
multiple thumbnails for each content item. | Media | ||
| title : String | Media | ||
| Method | Defined By | ||
|---|---|---|---|
Media()
Constructor
| Media | ||
getContentAt(index:uint):ContentTO
Returns the ContentTO object at the requested index. | Media | ||
| contentArray | property |
public var contentArray:Array
An array of ContentTO objects. If the parent item contains a group tag, then
each content source within that group tag is added to this array. For items
without a group tag, the array length will be 1 and it will a hold a single entry
which is the content tag contained within that item. Use the utility function
getContentAt(index:uint) to retrieve a specific ContentTO object with
the correct type.
| copyright | property |
public var copyright:String| description | property |
public var description:String| keywords | property |
public var keywords:String| thumbnail | property |
public var thumbnail:ThumbnailTOThe first item in the thumbnailArray. Provided for backwards compatibility.
| thumbnailArray | property |
public var thumbnailArray:ArrayAn array of ThumnbnailTO objects, since it is permissable for RSS feeds to reference multiple thumbnails for each content item.
| title | property |
public var title:String| Media | () | Constructor |
public function Media()Constructor
| getContentAt | () | method |
public function getContentAt(index:uint):ContentTOReturns the ContentTO object at the requested index.
Parameters
index:uint |
ContentTO |
See also