robmar427

robmar427
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
XML Parsing with jQuery
09/24/2009 - 10:44
i am making a video gallery. i found a flash template that creates xml file.
XML data looks this:
<?xml version="1.0"?>
<content>
<gallery Name="All Videos">
<video Thumb="Signs/400thumb.jpg" VideoClip="Signs/400.flv" Title="400" Copy="0:24:41"/>
<video Thumb="Signs/moneythumb.jpg" VideoClip="Signs/Money.flv" Title="Blood Money" Copy="0:16:45"/>
<video Thumb="Dag/fdsthumb.jpg" VideoClip="Dag/friends.flv" Title="Friend Under" Copy="0:22:18"/>
<video Thumb="Dag/rocky.jpg" VideoClip="Dag/Rocking_Throne.flv" Title="Rocking The King's Throne" Copy="0:36:40"/>
</gallery>The gallery works. When I click each thumbnails, the FLV runs.
I want to put film description in my markup. How will i do this for every film currently running?
Thank you...
Recent Comments