msandford
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta released@doryphores
As for your second point, you shouldn't have that problem. The open/close system is built in.re my earlier question about not allowing more than one player to be open at once, I just realised that I only have the problem when using Opera. It’s fine in IE and Firefox.
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedFor some reason I don’t have the open/close problem anymore. It only allows one ‘player’ to be playing at once now! 🙂
I don’t know what happened earlier.So the only problem now is the escaped characters but that’s nothing urgent. I will continue using beta 4 and of course download each new version as it comes. 😀
Thanks again.
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedTransparency is fine now, thanks.
I’ve found that titles/artists that contain escaped characters such as
&aren’t displaying correctly? If the string wasHello & Worldit would just displayHello.Also, is it possible to make is so only one player can be “playing” at any one time? So if I have a page with 5 players and one is already playing, clicking another will stop the first. At the moment it’s possible for all the files to be playing at once!
Thanks for the great work. Really is a great bit of code.
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedI’m having trouble with transparency. I’m using the 2.0 beta 4 standalone player. I’ve got this in my header:
<script type="text/javascript" src="/audio/audio-player.js"></script> <script type="text/javascript"> AudioPlayer.setup("/audio/player.swf", { width: 290, initialvolume: 100, transparentbg: "yes" }); </script>Version 1.2.3 works fine.