Data structure for FvVideoList tree node content
new FvVideoItem()public function setBookmark(o:Object):VoidSets bookmark for current video item.
Markers list ( bookmark ) are defined throw xml playlist file.
Example
<root> <videos> <item> <url type="string">assets/video.flv</url> <title type="string">Introduction</title> <bookmark> <marker> <caption type="string">myCuePoint</caption> <time type="number">10.23</time> </marker> </bookmark> </item> </videos> </root>