A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Flash & XML Script

  1. #1
    Junior Member
    Join Date
    Oct 2005
    Posts
    2

    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

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    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.

  3. #3
    Junior Member
    Join Date
    Oct 2005
    Posts
    2
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center