RSSEnclosure Object
See Also Example Properties Methods Events
This object models an RSS enclosure element.
Class Diagram

Remarks
RSS enclosures contain details on any enclosures that are part of an item.
For example, an MP3 file may be part of a news item,
this can be downloaded in the background by an aggregator so that when the news item is clicked on the media clip plays at once.
The object has three properties, the URL of the media clip,
TheType of the media clip and it's
Length in bytes.
Version compatibility is as follows:
| Version | Compatibility |
| 0.90 | Not Supported |
| 0.91 | Not Supported |
| 0.92 | Supported |
| 0.93 | Supported |
| 0.94 | Unknown |
| 1.0 | Unknown |
| 2.0 | Supported |
Background
The relation between the properties (highlighted in bold italics) in this object and any resulting XML is as follows:
<enclosure url="URL" length="Length" type="TheType" />
For example:
<category domain=""><category>
|