A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Video Playlist

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    25

    Video Playlist

    I'm looking for a way to make a playlist for videos.

    Here is the deal. I want to make a main page where
    you have 6 choices of video and one play button.

    From that you can click for example 1,3,5,6 and play so that they
    all play in that order.

    It it to play local on representatives computers.

    I tought flash might be a good option?

    Any idea how this could be done.

    Many thanks!

    BTW. I have had my share of problems with flash video and CD-ROM
    about a year ago and decided it was time to switch to director.
    I can't beleive that macromedia haven't solved that problem yet...

  2. #2
    Flash Video Moderator Wheels's Avatar
    Join Date
    Dec 2000
    Location
    Minneapolis
    Posts
    1,590
    This would require you to devise a scheme were as the user clicks the buttons it creates an array:

    theArray= new Array(2,1,4,5);
    var i=0;

    Then you'll want to have a callback that runs through the array.

    playNext=function(){
    targ.loadMovie(theArray[i]);
    i++
    }

    Something along those lines.

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