| Sign In/My Account | View Cart |
| Article: |
Build a Simple MP3 Player for Your Site | |
| Subject: | Pop-up player | |
| Date: | 2006-11-23 08:01:31 | |
| From: | steadygarcia | |
|
Response to: Pop-up player
|
||
|
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 |
||
Showing messages 1 through 1 of 1.
Pop-up player
You shouldn't have to modify the external JavaScript file, though, unless you want to customize the look of the pop-up window. It's designed to read the values passed from the link, which lets you use multiple links on the same page. See the example HTML file in the download for details.
The double-window behavior indicates that you omitted
return falsefrom the link.