Results 1 to 2 of 2

Thread: adding a playlist to your site...
      
   

  1. #1
    BrodWilkinson is offline Private First Class
    Join Date
    Jan 2009
    Posts
    8

    Question adding a playlist to your site...

    this is what i have done and it hasnt worked.

    i made an .m3u file like this..

    #untitlednation .m3u file
    /music/college.mp3
    /music/mille.mp3
    /music/lounge.mp3
    then i added these tags to my index:

    <embed name="untk"
    src="untk.m3u"
    width="300"
    height="90"
    loop="false"
    hidden="false"
    autostart="true">
    </embed>
    it was all linked up properly but it didnt work?

    thanks in advance.

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49