-
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
-
hi,
Welcome to Flash Kit.
What's the code you already have to play the movies?
The code should be exactly the same, but instead of having to select it, trigger it automatically with the first movie.
-
i uploaded the fla file if you could please take a look at it. I am new with action scripting so I am not sure where to look in the action script.
http://www.wickedpictures.com/test/flash/flvPLayer.fla
Thank You
Ezra