We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Build a Simple MP3 Player for Your Site
|
| Subject: |
|
Pop-up player |
| Date: |
|
2006-11-23 14:11:35 |
| From: |
|
DavidBattino
|
Response to: Pop-up player
|
|
Yes, you need to add the script tag to the head of your document. That was one of the first Dreamweaver extensions I wrote and I neglected to add that feature.
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 false from the link.
|