|
-
Flash & XML Script
i got a flash video player to play my videos. I am having some xml issues with it. The flash player isnt automaticly playing my movies, you have to select a movie for it to play. I want the player to automaticly start playing the movies. the flash player uses this xml script. what would be the code to make it autoplay starting with the first movie?. here is a link to the same flash movie player i am using http://www.blowndeadline.com/xml_video/
<?xml version="1.0"?>
<newsLine>
<item>
<date>Clip 1</date>
<descr><b>Welcome To My Website</b></descr>
<video>clip1.flv</video>
<image>clip1.jpg</image>
<sortid>1</sortid>
<id>1</id>
</item>
<item>
<date>Clip 2</date>
<descr><b>Sexy Keri</b></descr>
<video>clip2.flv</video>
<image>clip2.jpg</image>
<sortid>2</sortid>
<id>2</id>
</item>
<item>
<date>Clip 3</date>
<descr><b>Keri being a tease</b></descr>
<video>clip3.flv</video>
<image>clip3.jpg</image>
<sortid>3</sortid>
<id>3</id>
</item>
<item>
<date>Clip 4</date>
<descr><b>What I like in a man</b></descr>
<video>clip4.flv</video>
<image>clip4.jpg</image>
<sortid>4</sortid>
<id>4</id>
</item>
</newsLine>
anyones help would be greatly appreciated.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|