Menu

Wont work

Help
Alex Tovey
2008-02-28
2013-04-17
  • Alex Tovey

    Alex Tovey - 2008-02-28

    hi there i am trying to get the player to work on my site, at the moment it is just on a stand alone page.
    www.alextovey.co.uk/music/music1

    please can you help i cannot seem to get it working all i get is a blank flash placer. but no mp3 player. i have follwed the cant embed player thread but im stuck and i have been trying to find a good player for weeks.

    thank you

    alex

     
    • cal fellows

      cal fellows - 2008-03-06

      Dude,
        I am seeing all of the music files, but they're not playing.  From what I'm seeing, your playlist likely has an error or parse error in it. Check your playlist code using this link below, and look very closely for missing quotes " or added slashes, anything strange, and your songs must have the full http:// paths.

      http://www.xspf.org/quickstart/

      If you will generate your playlist using firefox instead if IE, then you will probably be up and running immediately.  If not, then you need some way to check your playlist xml code for parse errors.

      Cal

       
    • cal fellows

      cal fellows - 2008-03-06

      Hey,  I just found the problem.  The index.html files in both
      the music1 and music2 folders are missing the relative path on
      one of the embed tag positions.

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

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

      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.