HTML5 MP3 Player Support Product Page
  Solved 
 HTML 5 MP3 player not working after working fine before
 Reported  08 Mar 2013  22:38:09 
  1 
     has   this problem  
  08 Mar 2013  22:38:09 Lucy Haislip posted: 
 I have been using the HTML5 MP3 player on my site and it's been working fine but today we noticed it wasn't working at all.  Help! www.americanaagency.com/The_Steel_Wheels.html Thanks,  Replies
 Replied 11 Mar 2013  07:33:22 
   11 Mar 2013  07:33:22 Vulcho Vulev replied: 
  Hello Lucy.
Can you find and arrange the code from line 38 to 49 in your code:
the following way:
Regards:Vulcho.
  Can you find and arrange the code from line 38 to 49 in your code:
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5MP3Player/playlist/playlist_test.css" /> <script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script> <script type="text/javascript" src="dmx/dmx.core.js"></script> <script type="text/javascript" src="highslide/highslide-with-gallery.js"></script> <script type="text/javascript" src="highslide/highslide.config.js" charset="utf-8"></script> <link rel="stylesheet" type="text/css" href="highslide/highslide.css" /> <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="ScriptLibrary/soundmanager2.js"></script> <script type="text/javascript">soundManager.url = '../ScriptLibrary';</script> <script type="text/javascript" src="ScriptLibrary/dmxHTML5MP3Player.js"></script> <link rel="stylesheet" type="text/css" href="Styles/dmxHTML5MP3Player/playlist/playlist.css" />
the following way:
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5MP3Player.css" /> <link rel="stylesheet" type="text/css" href="Styles/dmxHTML5MP3Player/playlist/playlist_test.css" /> <script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script> <script type="text/javascript" src="dmx/dmx.core.js"></script> <script type="text/javascript" src="highslide/highslide-with-gallery.js"></script> <script type="text/javascript" src="highslide/highslide.config.js" charset="utf-8"></script> <link rel="stylesheet" type="text/css" href="highslide/highslide.css" /> <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="ScriptLibrary/soundmanager2.js"></script> <script type="text/javascript">soundManager.url = '../ScriptLibrary';</script> <script type="text/javascript" src="ScriptLibrary/dmxHTML5MP3Player.js"></script> <link rel="stylesheet" type="text/css" href="Styles/dmxHTML5MP3Player/playlist/playlist.css" />
Regards:Vulcho.
 Replied 11 Mar 2013  16:51:03 
   11 Mar 2013  16:51:03 Lucy Haislip replied: 
  I made the change on this test page and it doesn't seem to have helped: www.americanaagency.com/test_2.html 
Thanks.
  Thanks.
 Replied 12 Mar 2013  14:07:57 
   12 Mar 2013  14:07:57 Vulcho Vulev replied: 
  Hello Lucy.
I see that the sound manager is not referenced correctly in your code.Please go to line 47 in your code and change it from:
to:
  I see that the sound manager is not referenced correctly in your code.Please go to line 47 in your code and change it from:
<script type="text/javascript">soundManager.url = '../ScriptLibrary';</script>
to:
<script type="text/javascript">soundManager.url = 'ScriptLibrary';</script>
 Replied 12 Mar 2013  16:34:33 
   12 Mar 2013  16:34:33 Lucy Haislip replied: 
  I've changed line 47 and it still isn't working. Thanks.
www.americanaagency.com/test_2.html
  www.americanaagency.com/test_2.html
 Replied 13 Mar 2013  15:51:14 
   13 Mar 2013  15:51:14 Lucy Haislip replied: 
  Do you think I should re-start from scratch?  Maybe it's the script file?  If you think it would be good to re-start from scratch, please tell me which script and other files I should delete to get a fresh start. Thanks. 
   Replied 16 Mar 2013  22:40:12 
   16 Mar 2013  22:40:12 Lucy Haislip replied: 
  I have it fixed now.  I added a new player to a different website so I'd get fresh copies of the .js and .swf files, then copied those into the other website and uploaded them.  Now it's working fine. 
  