Menu

Loads & Plays but SILENT

Help
2008-02-19
2013-04-17
  • cal fellows

    cal fellows - 2008-02-19
     
    • cal fellows

      cal fellows - 2008-02-19

      Correction: I got this thing working, playlist error. The playist generator generates absolute url to the mp3 but with double slashes.  "//music/music2//song.mp3" below
      <location>http://yourdomain.com//music/music2//mp3/02_furelise.mp3</location>
      Does not work otherwise for some reason.
      What is this?
      Cal

       
    • cal fellows

      cal fellows - 2008-03-06

      ANOTHER PROBLEM IS THAT HE FACTORY DOWNLOAD HAS ERRORS
      IN THE MUSIC/MUSIC1/INDEX.HTML AND THE MUSIC/MUSIC2/INDEX.HTML FILES.

      Look for this:
      <param name="movie"
      value="xspf_player.swf?playlist_url=playlist_generator.php&autoload=true&au
      toplay=true&shuffle=true" />

      It's missing the ../ to back up one folder where the swf is LOCATED.

      so change it to this:
      <param name="movie"
      value="../xspf_player.swf?playlist_url=playlist_generator.php&autoload=true
      &autoplay=true&shuffle=true" />

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.