advertisement

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
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • David Battino photo Pop-up player
    2006-11-23 14:11:35  David Battino | O'Reilly Blogger [Reply | View]

    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.