A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: multi song list

  1. #1

    resolved How do I make Flashtrak a multi song player?

    OK, thanks to Bummer I got the Flashtrak Player on autostart. Here's another one to tackle. I would like to be able to click once to load other songs into the player. Check my site out at http://www.smilesensation.com. Notice the numbers 1 to 5 at the bottom left beside the player. That base area of my site is .html (except the player). Being able to switch songs just by clicking those numbers would be my next wish!


  2. #2
    Stick In The Mud
    Join Date
    Oct 2000
    Posts
    752
    take a look at my thread....

    http://www.flashkit.com/board/showth...threadid=60172

    what you could do is set up an array

    playlist = new Array("song1.swf","song2.swf"....);

    and then when you click on a button it sets a variable..

    currentsong=x;

    and uses load movie to load the swf...

    _containerMC.loadMovie(playlist[currentsong]);

    hope this helps...

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