Getting Jquery and VSD working...

User 2629216 Photo


Registered User
25 posts

hey Eric..i open up the html file in the HTML Editor and when i got to preview it everything is there..the player shows up and it works..but when i put the same code into the VSD it will not show up and you can not see the skin or the controls for the player and no music will play.
Now when i open the same html file and view it inside my s-drive it shows up with everything working..so what am i doing wrong.

thx you for your time.

loopbeatz.com
User 187934 Photo


Senior Advisor
20,190 posts

Did you add the files to your site in VSD using the "Add files" tool?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2629216 Photo


Registered User
25 posts

I thought since i up loaded them to the server through the file manger that they would appear..
so i did not add them with the add file with-in VSD..

I want to thank you so much for helping me with this..it now works when i preview it in VSD..
loopbeatz.com
User 2629216 Photo


Registered User
25 posts

thanks aging Eric I got everything working..it now shows more that one player..now you were saying in the first post that i need to remove all spaces from my file names and directory..because when i preview it is showing a extra player..
loopbeatzz.net if you have time to take a look.
loopbeatz.com
User 187934 Photo


Senior Advisor
20,190 posts

What browser are you using? Did you check your html box to make sure you didn't add the code twice.
Open your site in FX then hit f12
Now click Console
There you can see some of the errors on your site. They can help you fix the problems.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2629216 Photo


Registered User
25 posts

thank you for all your advise..it help me out a lot..it seem that i had put info in the header main page, and in the header for the html tool..once i removed the info from the main page header everything worked as it should, now i just have to hide my links.
loopbeatz.com
User 187934 Photo


Senior Advisor
20,190 posts

Awesome! I love JQuery!
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2629216 Photo


Registered User
25 posts

well Eric I thought everything was good but when I published it to the S-drive..the players didn't show up..and now when i go to preview then in VSD i can no longer see the players and all the added files are in there ..any ideas what might be wrong..
if you have time to look loopbeatz.com

when I took a look at it with console it tell me this
Uncaught TypeError: Object #<Object> has no method 'amazingaudioplayer' initaudioplayer-1.js:9
Uncaught TypeError: Object #<Object> has no method 'amazingaudioplayer' initaudioplayer-2.js:9
but i dont understand what went worng.
loopbeatz.com
User 187934 Photo


Senior Advisor
20,190 posts

I'm getting an error at this spot.
tracklistitem:17
I don't know much about this script. Also appears that there's a gif file missing or corrupt.
You also can get rid of duplicate scripts.
<!-- Insert to your webpage before the </head> -->
<script src="audioplayerengine/jquery.js"></script>
<script src="audioplayerengine/amazingaudioplayer.js"></script>
<link rel="stylesheet" type="text/css" href="audioplayerengine/initaudioplayer-1.css">
<script src="audioplayerengine/initaudioplayer-1.js"></script>
<!-- End of head section HTML codes -->

<!-- Insert to your webpage before the </head> -->
<script src="audioplayerengine/jquery.js"></script>
<script src="audioplayerengine/amazingaudioplayer.js"></script>
<link rel="stylesheet" type="text/css" href="audioplayerengine/initaudioplayer-2.css">
<script src="audioplayerengine/initaudioplayer-2.js"></script>


I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2629216 Photo


Registered User
25 posts

when i go to my other site loopbeatzz.net everything shows up..so it hard to figure out what went wrong on the s-drive

the program i am using said each player has to have its own ID..so I create one player that outs puts one script with ID 1, then i have to create another player and that out put another script with ID 2
loopbeatz.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.