HTML5 MP3 Player Support Product Page

Solved

Problems HTML MP3 player

Reported 02 Nov 2012 12:44:21
1
has this problem
02 Nov 2012 12:44:21 Tom Janssen posted:
hello,

When I insert the HTML5 MP3 Player everything is going well. I tested it local with
USB webserver(release 8) with several internet browsers (Firefox 16.0.2, IE Explorer 8/ Opera 12.02) and ik worked fine.
After transfering the files from dreamweaver CS6 to the server, and viewing the page again I see only ##time## ##title## and the playlist title, and nothing else from templates shapes (apple, Vista, Fancy Red, etc) I can see, in all the browsers I mentioned above.

What's is wrong, I don't know anymore.

Please advice.
Tom Janssen
(The Netherlands)

Replies

Replied 02 Nov 2012 13:41:01
02 Nov 2012 13:41:01 Vulcho Vulev replied:
Hello Tom.

Can you please provide us with link to the problem page?

Regards:Vulcho.
Replied 02 Nov 2012 16:53:22
02 Nov 2012 16:53:22 Tom Janssen replied:
Hih Vulcho,

Thanks for you fast reply !!!

You find "my problem" on the link...
www.bengelder.nl/hoofd-pagina/os%20bengelder.html#utleavevabengelder

You'll go directly to the MP3 player,
and you see no (visual) template.(why?)

I used the Template Apple.

If you need any further information please send me an email


Regards
Tom Janssen
Replied 05 Nov 2012 09:47:35
05 Nov 2012 09:47:35 Vulcho Vulev replied:
Hello Tom.
Seems like you forgot to upload on your server files required for the player to work

Please make sure that the following files exist on your server:



"NetworkError: 404 Not Found - http://www.bengelder.nl/Styles/dmxHTML5MP3Player.css"

dmxHTM...yer.css

"NetworkError: 404 Not Found - http://www.bengelder.nl/Styles/dmxHTML5MP3Player/apple/apple.css"

apple.css

"NetworkError: 404 Not Found - http://www.bengelder.nl/ScriptLibrary/jquery-latest.pack.js"

jquery...pack.js

"NetworkError: 404 Not Found - http://www.bengelder.nl/ScriptLibrary/soundmanager2.js"

soundmanager2.js

"NetworkError: 404 Not Found - http://www.bengelder.nl/ScriptLibrary/dmxHTML5MP3Player.js"

dmxHTM...ayer.js

"NetworkError: 404 Not Found - http://www.bengelder.nl/ScriptLibrary/soundmanager2.js"


Regards:Vulcho.
Replied 13 Nov 2012 08:03:59
13 Nov 2012 08:03:59 Tom Janssen replied:
Hi Vulcho

As promised I would give you an reply, if the problem was solved.
I solved the “root” problem and the player is functioning, but there are some concernings.


In the <head> tag of the page you see the following code (this is the code with the correct root/ code)

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>os bengelder</title>
<link type="text/css" rel="stylesheet" href="../opmaak/algemeen/opmaak.css">

<link href="../Styles/dmxHTML5MP3Player.css" type="text/css" rel="stylesheet">
<link href="../Styles/dmxHTML5MP3Player/apple/apple.css" type="text/css" rel="stylesheet">
<script src="../ScriptLibrary/jquery-latest.pack.js" type="text/javascript">
<script src="../ScriptLibrary/soundmanager2.js" type="text/javascript">
<script type="text/javascript">
<script src="../ScriptLibrary/dmxHTML5MP3Player.js" type="text/[/i]javasc[/i]ript">
</head>


When I open the page again in Dreamweaver, a popup screen appears and the program is adding the new code on the highest possible root-directory,
and that’s were the problem starts.

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>os bengelder</title>
<link type="text/css" rel="stylesheet" href="../opmaak/algemeen/opmaak.css">

<link href="../../../../Styles/dmxHTML5MP3Player.css" type="text/css" rel="stylesheet">
<link href="../../../../Styles/dmxHTML5MP3Player/apple/apple.css" type="text/css" rel="stylesheet">
<script src="../../../../ScriptLibrary/jquery-latest.pack.js" type="text/javascript">
<script src="../../../../ScriptLibrary/soundmanager2.js" type="text/javascript">
<script type="text/javascript">
<script src="../ScriptLibrary/dmxHTML5MP3Player.js" type="text/javascript">
</head>


The highest root-directories, I think, have restricted access.


Everytime I open the page I have to correct the root (../../../ etc.), from the code in the <head> tag.


My Question,

Is there a possibility to stop this automatic update when I open the page (deactivation function)
And/ or is there posibility to tell the programs where it should copy the files to, an input field where I can input the level of placemant.
(level 0 = same level as page,
level 1 = one level up as page,
level 1 = two levels up as page,
etc)


Vulcho, I hope I was clearly enough so you could understand my problem/ askings.

Regards and waiting for your reply.
Tom

Reply to this topic