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 :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>samples</title>
<script src="ScriptLibrary/dmxMP3Player.js" type="text/javascript"></script>
</head>
<body>
<span id="dv_Moonrize"></span><script type="text/javascript"> // <![CDATA[ var Moonrize = new dmxMP3Player("apple_player", "fl_Moonrize", "270", "120"
</body>
</html>
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:
<script src="<b>ScriptLibrary/</b>dmxMP3Player.js" type="text/javascript"></script>
Also make sure that the code after <b>// <![CDATA[ </b> and <b> // ]]> </b> is on a new lines.
For example:
<script type="text/javascript"> // <![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"
; // ]]>
</script>
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
Make sure that the path to the JavaScript file is correct:
<script src="<b>ScriptLibrary/</b>dmxMP3Player.js" type="text/javascript"></script>
Also make sure that the code after <b>// <![CDATA[ </b> and <b> // ]]> </b> is on a new lines.
For example:
<script type="text/javascript"> // <![CDATA[
var Moonrize = new dmxMP3Player("apple_player", "fl_Moonrize", "270", "120"
</script>
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
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