A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: loading from a playlist

  1. #1
    Junior Member
    Join Date
    Oct 2003
    Location
    Gulfport MS USA
    Posts
    9

    loading from a playlist

    I was wondering if it's possible to automatically have all your music in a music player. Sorta like local streaming.

    For example, could you have a .m3u playlist with whatever music you want in it, and then have a dropdown menu in flash that populates itself with that .m3u playlist? It seems like it could work. All help is direly needed.

    EO

  2. #2
    Member
    Join Date
    Aug 2003
    Location
    Dryden, ON - Canada
    Posts
    71
    First you would have to have all your MP3's in the same directory as your .swf file on your webserver (where ever it's located) and then you would have to upload a text file to that same directory. In the text file you would have to setup some sort of variable base for it, you could not use a .m3u playlist as far as I know of.

    You would have to setup some sort of array and then in the text file have the following:

    &array[0]=song1.mp3
    &array[1]=song2.mp3
    &array[2]=song3.mp3
    etc.

    Then using the function call LoadVariables("playlist.txt", 0); which would load this file into the array as specified inside the file, these variables would also be loaded into level 0 (global level) and so this playlist would be accessible throughout your movie.

    Hope this helps,
    Tyouk

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