Can't get Dewplayer multi-player code to work

I have 6 one minute demos I want to have on one page.

I’ve read all the documentation and can’t figure out how to get the dewplayer.swf into my one-page test website created with Web Easy Pro 0. It says download the zip file and upload the swf file. I’ve downloaded the zip file and dewplayer will run from my computer, but I can’t get the multi-player to run with this code from their website: I am putting it in the Comments section of the Body Elements.

Where C:\SecondDemo.mp3 is the file on my hard drive.

If that doesn’t work then can I put the classic player in 6 different boxes on one web page using this code from their website.

Download the attached mini Dewplayer.swf file and unzip it to the source folder of your publication.

And use this HTML code:

<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="200" height="20" id="dewplayer" name="dewplayer">
<param name="movie" value="dewplayer-mini.swf" />
<param name="flashvars" value="mp3=ghe://heserver/YOUR.mp3" />
<param name="wmode" value="transparent" />
</object>

In order to work, your MP3 must be compiled into the EXE. Make sure it appears in the “Publication Root” in the File Manager.
Replace YOUR with the filename of your MP3 in code above.
If you prefer to leave the MP3 file external, use the External File feature at described in the doc: http://www.htmlexe.com/help/externalfiles

Thanks for your response and info. I have used your code and have gotten my mp3 file into the WebEasy root directory. I am running Google Chrome which has Flashplayer built in. I also downloaded and installed Shockwave. My OS is Vista Home Premium. IE keeps wanting to block the plug-ins, but I have fixed that. The program will run from my root directory, but not from my WebEasy Pro 9 test page. Here is the code I am using in the body elements. Does this code run for you? 3 Screen shots are attached. Thanks. Larry

The problem is here:

It can’t be %url%:\Program_Files\WebEasy\test1.mp3
It must be a virtual path: see http://www.htmlexe.com/help/virtualpaths

Moreover, syntax is incorrect, it should be: