Flash MP3 Player Support Product Page

This topic was archived

flash player not in browser

Reported 03 Oct 2007 14:18:34
1
has this problem
03 Oct 2007 14:18:34 Johan De Maeyer posted:
This feedback you probably got a few times, but I'm not really a code-wizzard so I make my websites in design mode <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
I see my player in dreamweaver, but when I check in the browser, I can't see the player (I checked in safari, opera and firefox). Also after uploading the page, still can't see the player.

This is the code :
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"www.w3.org/TR/html4/loose.dtd"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;title&gt;samples&lt;/title&gt;
&lt;script src="ScriptLibrary/dmxMP3Player.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;span id="dv_Moonrize"&gt;&lt;/span&gt;&lt;script type="text/javascript"&gt; // &lt;![CDATA[ var Moonrize = new dmxMP3Player("apple_player", "fl_Moonrize", "270", "120"; Moonrize.setScriptLibrary("ScriptLibrary"; Moonrize.addVariable("mp3s", "Amor la mexicana Mix.mp3"; Moonrize.addVariable("playerColor", "0x6699FF"; Moonrize.write("dv_Moonrize"; // ]]&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;

I've just discovered your products and they seem great, so I hope this really works for me and I'll be buying a lot more!! <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>

Oh yeah, I use an apple ppc G5, osx 10.4.10, Dreamweaver MX 2004

Thanks for your time!!!

Johan, Belgium

Replies

Replied 03 Oct 2007 17:40:50
03 Oct 2007 17:40:50 Georgi Kralev replied:
Hi Johan,

Make sure that the path to the JavaScript file is correct:
&lt;script src="<b>ScriptLibrary/</b>dmxMP3Player.js" type="text/javascript"&gt;&lt;/script&gt;

Also make sure that the code after <b>// &lt;![CDATA[ </b> and <b> // ]]&gt; </b> is on a new lines.
For example:
&lt;script type="text/javascript"&gt; // &lt;![CDATA[
var Moonrize = new dmxMP3Player("apple_player", "fl_Moonrize", "270", "120"; Moonrize.setScriptLibrary("ScriptLibrary"; Moonrize.addVariable("mp3s", "Amor la mexicana Mix.mp3"; Moonrize.addVariable("playerColor", "0x6699FF"; Moonrize.write("dv_Moonrize"; // ]]&gt;
&lt;/script&gt;

If this does not fix the problem send me a link to the page and I will check the problem.

Regards,

Georgi Kralev

----------------------------------
Support - www.DMXzone.com
Replied 03 Oct 2007 19:13:57
03 Oct 2007 19:13:57 Johan De Maeyer replied:
Thanks for you quick reply.
I've made that page again, checked the code and everythings working. Thanks for you time, great solution for a good looking player. Looking forward to testing more of your applications!!

Keep up the good work!!


Greetz
Johan

Reply to this topic