advertisement

Article:
  Build a Simple MP3 Player for Your Site
Subject:   Pop-up player
Date:   2006-11-23 07:57:46
From:   steadygarcia
Hi there,
I tried using the code you supplid for the pop up mp3 player manually, and I got the small orange op-up box. But when I press the play button, nothing happens? Do I need to modify the areas in the javascript file (soundpop.js) where it reads "+ soundfiledesc +" and "+ soundfilepath +" to actually contain the description and path? I tried that, and when I did, I no longer get the small pop-up window, rather, I get a full Windows Media Player launch which then plays the music file. Same thing when I use your Dreamweaver extension to create the javascript. It works, but no small box; rather, WMP launches and plays the file. On my Mac, I do get a small pop-up player to launch, but it also lanches a full blank browser window along with it.


Any ideas?


Thanks!
LC

Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • Pop-up player
    2006-11-23 08:01:31  steadygarcia [Reply | View]

    Further to my message above, using the Dreamweaver extension to createthe op-up player didn't seem to create a separate js file. At least I couldn't find one. Do I need to manually add the "<script language="JavaScript" type="text/javascript" src="soundpop.js"></script>" line in the head of my document? The Dreamweaver extension didn't seem to add this line.
    Thanks again.
    LC