| Property | Defined by | ||
|---|---|---|---|
| list : XML XML data of the loaded playlist.
<?xml version="1.0" encoding="UTF-8"?>
| XSPFlist | ||
| next : String [read-only]
Get the url for the next video in the playlist.
| XSPFlist | ||
| prev : String [read-only]
Get the url of the previous item in the list.
| XSPFlist | ||
| Method | Defined by | ||
|---|---|---|---|
|
XSPFlist(listUrl:String)
Where is the playlist?
| XSPFlist | ||
|
value(key:String):String
Get a given attribute of the current item.
| XSPFlist | ||
| list | property |
public var list:XML
XML data of the loaded playlist.
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track><location>file:///music/song_1.ogg</location></track>
<track><location>file:///music/song_2.flac</location></track>
<track><location>file:///music/song_3.mp3</location></track>
</trackList>
</playlist>
| next | property |
next:String [read-only]Get the url for the next video in the playlist.
Implementation public function get next():String
| prev | property |
prev:String [read-only]Get the url of the previous item in the list.
Implementation public function get prev():String
| XSPFlist | () | constructor |
public function XSPFlist(listUrl:String)Where is the playlist?
ParameterslistUrl:String |
| value | () | method |
public function value(key:String):StringGet a given attribute of the current item.
Parameterskey:String |
String |