I'm not having that problem with that (Jan-4-1960.html) page. I do notice you're moving around and renaming the mp3 files. When you do that, you have to make sure that you update them in the external page. Even then there could be an old copy of the page in the browser's cache.
I am noticing that it takes like forever to load in Opera. This seems to be related to the size of the external file and that it's loading all the instances of mroldies.net/audioplayer/player.swf before choosing the one you want and placing it in the slider.
This looks like it's happening in other browsers too, but the delay isn't nearly as noticeable.
I have a new version of the script that looks like it fixes that. It also uses a different method of passing the selector id, one which will be valid with any URL, is valid itself in HTML 5 and restores the link's ability to function as an ordinary link when javascript is not present - all things that had been lost in the last versions.
Instead of:
Code:
<a href="http://mroldies.net/list1960.html #item1" rel="ajaxpanel" >
You do it like:
Code:
<a href="http://mroldies.net/list1960.html" data-select="#item1" rel="ajaxpanel" >
I also fixed some inefficiencies and potential errors in the script itself.
The new script is:
http://home.comcast.net/~jscheuer1/s...depanel_sel.js
As you seem to be moving around the mp3 and perhaps other files, I'm not going to put up a live demo at this time. But I've tested it and it works.
As always, if you want more help:
Please include a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks