Flash MP3 Player Support Product Page
MP3 Player not working correctly... PLEASE HELP!!!!www.icutthecheck.com
Reported 14 Sep 2012 11:25:49
1
has this problem
14 Sep 2012 11:25:49 E Ville posted:
MP3 Player not working correctly... PLEASE HELP!!!! ...songs open up in another browser window, and player not functioning correctly...PLEASE HELP!!!!www.icutthecheck.com/MusicPage.html
Replies
Replied 17 Sep 2012 05:48:16
17 Sep 2012 05:48:16 Teodor Kuduschiev replied:
Hello,
In your source code i see that you have more than one jquery library included, plus you have duplicated jquery includes from dmxzone extensions:
Please remove the duplicated includes and replace the following line:
with
In your source code i see that you have more than one jquery library included, plus you have duplicated jquery includes from dmxzone extensions:
<script type="text/javascript" src="jquery-latest.pack.js"></script> <script type="text/javascript" src="jquery-latest.pack.js"></script>
Please remove the duplicated includes and replace the following line:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
with
<script type="text/javascript" src="jquery-latest.pack.js"></script>
Replied 20 Sep 2012 16:27:54
20 Sep 2012 16:27:54 E Ville replied:
Thanks for the quick response.. I made the suggested changes and the problem is still the same... any other suggestions..
-Thanks
-Thanks
Replied 21 Sep 2012 06:28:01
21 Sep 2012 06:28:01 Teodor Kuduschiev replied:
Is this a WordPress page? We do not support Wordpress or Joomla and we cannot guarantee the player will work if your use it in such a CMS.
Please insert the player on a new blank page ant check if it is all okay there.
Please insert the player on a new blank page ant check if it is all okay there.
Replied 03 Oct 2012 14:43:15
03 Oct 2012 14:43:15 E Ville replied:
No not at all.. i do not use any templates or web-building software.. All my pages are constructed from the ground up using dreamweaver.
I copied the Music Player code into a blank <html> document, and i'm getting the same problem.. I'm trying to troubleshoot it as we speak... can you see if I am missing any vital files ??
www.icutthecheck.com/MusicPage22.html
Thank You.
I copied the Music Player code into a blank <html> document, and i'm getting the same problem.. I'm trying to troubleshoot it as we speak... can you see if I am missing any vital files ??
www.icutthecheck.com/MusicPage22.html
Thank You.
Replied 03 Oct 2012 14:57:17
03 Oct 2012 14:57:17 Teodor Kuduschiev replied:
Please move the:
after
<script type="text/javascript" src="dmxHTML5MP3Player.js"></script>
after
<script type="text/javascript" src="jquery-latest.pack.js"></script>
Replied 03 Oct 2012 16:42:49
03 Oct 2012 16:42:49 E Ville replied:
same result...
Replied 03 Oct 2012 17:06:12
03 Oct 2012 17:06:12 Teodor Kuduschiev replied:
What is the OS and Dreamweaver version you are using?
The following line has a wrong place also.
It should be after the long script:
The following line has a wrong place also.
<script type="text/javascript" src="dmxHTML5MP3Player.js"></script>
It should be after the long script:
<script type="text/javascript"> soundManager.url = 'ScriptLibrary'; function dmxHTML5MP3PlayerAction(playerName, actionName, playNumber) { // v1.01 var theMP3Player = jQuery('#'+playerName); if (theMP3Player && theMP3Player.dmxHTML5MP3Player) { switch (actionName) { case 'play' : theMP3Player.dmxHTML5MP3Player('play'); break; case 'pause' : theMP3Player.dmxHTML5MP3Player('pause'); break; case 'stop' : theMP3Player.dmxHTML5MP3Player('stop'); break; case 'next' : theMP3Player.dmxHTML5MP3Player('next'); break; case 'prev' : theMP3Player.dmxHTML5MP3Player('previous'); break; case 'togglePause' : theMP3Player.dmxHTML5MP3Player('togglePause'); break; case 'toggleMute' : theMP3Player.dmxHTML5MP3Player('toggleMute'); break; case 'togglePlaylist' : jQuery('#'+playerName + ' .dmxHTML5MP3PlayerPlaylist').toggle('show'); break; case 'mute' : theMP3Player.dmxHTML5MP3Player('mute'); break; case 'unmute' : theMP3Player.dmxHTML5MP3Player('unmute'); break; case 'position' : theMP3Player.dmxHTML5MP3Player('setPosition2',parseFloat(playNumber)/100); break; case 'volume' : theMP3Player.dmxHTML5MP3Player('setVolume',playNumber); break; case 'go' : theMP3Player.dmxHTML5MP3Player('play',playNumber); break; } } } </script>
Replied 03 Oct 2012 19:05:00
03 Oct 2012 19:05:00 E Ville replied:
same result... I'm on a OSX 10.6.8 and using Dreamweaver CS5
Replied 03 Oct 2012 19:09:45
03 Oct 2012 19:09:45 Teodor Kuduschiev replied:
The following files are not uploaded to your server:
"NetworkError: 404 Not Found - http://www.icutthecheck.com/bootstrap.css" bootstrap.css "NetworkError: 404 Not Found - http://www.icutthecheck.com/prev.png" prev.png "NetworkError: 404 Not Found - http://www.icutthecheck.com/play.png" play.png "NetworkError: 404 Not Found - http://www.icutthecheck.com/stop.png" stop.png "NetworkError: 404 Not Found - http://www.icutthecheck.com/pause.png" pause.png "NetworkError: 404 Not Found - http://www.icutthecheck.com/next.png" next.png "NetworkError: 404 Not Found - http://www.icutthecheck.com/playlist.png" playlist.png "NetworkError: 404 Not Found - http://www.icutthecheck.com/ScriptLibrary/soundmanager2_flash9.swf"
Replied 04 Oct 2012 15:54:12
04 Oct 2012 15:54:12 E Ville replied:
...I want to start by saying thank you for ALL your assistance so far, i feel like i'm getting closer to the solution...
I uploaded ALL the missing files to the server except "bootstrap.css", i don't seem to have that file, can you direct me to where i can access it..
thanks
I uploaded ALL the missing files to the server except "bootstrap.css", i don't seem to have that file, can you direct me to where i can access it..
thanks
Replied 04 Oct 2012 15:56:26
04 Oct 2012 15:56:26 Teodor Kuduschiev replied:
The bootstrap file is not a dmxzone file. It is not required for the player to work BUT this one is still missing:
http://www.icutthecheck.com/ScriptLibrary/soundmanager2_flash9.swf
Replied 04 Oct 2012 16:08:15
04 Oct 2012 16:08:15 E Ville replied:
ok just did that.. same result
Replied 06 Nov 2012 13:11:24
06 Nov 2012 13:11:24 E Ville replied:
I appreciate ALL your help thus far... but I'm stuck with the same issue...
MP3 player will not function correctly... I've created a blank HTML page with just the html, head, and body tags..with the MP3 player embedded in there by itself... and it's still NOT WORKING!!!....
PLEASE HELP!!!
www.icutthecheck.com/temp2.html
...where do I go from here?!
MP3 player will not function correctly... I've created a blank HTML page with just the html, head, and body tags..with the MP3 player embedded in there by itself... and it's still NOT WORKING!!!....
PLEASE HELP!!!
www.icutthecheck.com/temp2.html
...where do I go from here?!