Audio player no longer working (html)...

User 495092 Photo


Registered User
259 posts

My audio player (Amazing Audio Player) has worked great up until now. I'm not sure what happened, but it won't load any longer. All I see is blue writing at the bottom of the page labeling the player, but no player. I have loaded everything up to the site....I copied and pasted all the correct code into the html element, I even re-created it today and re-uploaded all of it again (problem was already happening as of yesterday). Still having the problem. We can't figure out what's wrong.

I have the player on these pages (none of which are working currently):

http://www.violaduo.com/index.html
http://www.violaduo.com/teachingstudio.html
http://www.violaduo.com/about.html
http://www.violaduo.com/sheetmusic.html

I am using the SAME audio software on one of our other pages and it works perfectly fine:

http://www.scottslapin.com/music.html
and
http://www.scottslapin.com/about.html

Any help is much appreciated as music is our business and it's a shame we can't have it working!

*Note: our website has been VERY slow loading all day today and yesterday...I thought it might be a server problem but of course, our hosting company does not agree.

Thanks!
Tanya
(using RSD version 2.5)
User 495092 Photo


Registered User
259 posts

Update...still not working, LOL. But, I tried removing the first jquery.js at the top of the page and that removed the actual blue writing that was there (on the index page only). I tried to remove the jquery and then add the resources to the header and the footer and try to re-upload, but the I can't connect to the server. I will wait for some responses here and try again tomorrow.

I had looked at this: https://www.coffeecup.com/forums/respon … io-in-rsd/
User 187934 Photo


Senior Advisor
20,192 posts

Hi Tanya
Looks like your missing the body html code you need for your source files.
I see this on pages that work.
<!-- Insert to your webpage where you want to display the audio player -->
<div id="amazingaudioplayer-1" style="display:block;position:relative;width:420px;height:auto;margin:0px auto 0px;">
<ul class="amazingaudioplayer-audios" style="display:none;">
<li data-artist="" data-title="Introduction to the String Quartet (mvt 1) by Scott Slapin, performed by the Wistaria String Quartet" data-album="" data-info="" data-image="" data-duration="214">
<div class="amazingaudioplayer-source" data-src="audios2/03 - Introduction to the String Quartet Violin I.mp3" data-type="audio/mpeg" />
</li>
<li data-artist="" data-title="Sonatina II. Andante (Canzonetta) by Scott Slapin - performed by members of the Penn State Viola Ensemble" data-album="" data-info="" data-image="" data-duration="168">
<div class="amazingaudioplayer-source" data-src="audios2/Hail Cremonus! - 07 - Sonatina II. Andante (Canzonetta).mp3" data-type="audio/mpeg" />
</li>
</ul>
<div class="amazingaudioplayer-engine"><a href="http://amazingaudioplayer.com" title="music player for website">jquery mp3 player</a></div>
</div>
<!-- End of body section HTML codes -->

I don't see anything like it on the index.html.

On these pages it looks to be a script conflict. Probably to many links to jquery
http://www.violaduo.com/teachingstudio.html
http://www.violaduo.com/about.html
http://www.violaduo.com/sheetmusic.html
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 187934 Photo


Senior Advisor
20,192 posts

Remove these scripts from the header and move to the footer.
<script src="audioplayerengine3/amazingaudioplayer.js"></script>
<script src="audioplayerengine3/initaudioplayer-1.js"></script>

Don't use this part of the scripts.
<script src="audioplayerengine3/amazingaudioplayer.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 495092 Photo


Registered User
259 posts

The code was there initially (and still didn't work)...but you're right...it disappeared. I'm moving the scripts now. Leaving the amazingaudioplayer-1.js for now (but in the footer). You said I should move it, but then you said I shouldn't use it?

Thanks...I'll test it out and see if it works!

Tanya
User 495092 Photo


Registered User
259 posts

IT WORKED!!! Just moving those scripts! Wow....thank you so much. I guess I'll have to remember that. The audio software says only to paste into the header. Thank you, thank you, thank you :)

Tanya
User 495092 Photo


Registered User
259 posts

Also, any idea why:
1. It would just stop working all of a sudden the way it is? Why would I need to move things around to get it to work?
2. Why does the other site work perfectly fine without moving the code?

This came about when I made a couple of small changes to text only on 2 pages (out of the 4 that stopped working), and uploaded the site. Server seemed to be having problems the past few days too.....but I didn't change anything else. Weird.

Thanks again,
Tanya

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.