So i have this code:
[php]<?php
// Anyone got any tips for a decent music player plugin?
?>[/php]
I was hoping someone could help me out??
Red
So i have this code:
[php]<?php
// Anyone got any tips for a decent music player plugin?
?>[/php]
I was hoping someone could help me out??
Red
Try this one…
It’s HTML5 so it works on the iphone, most plug-ins are flash and don’t play on ios or Android anymore
Thanks mate!
Yep, reason for my looking is client wants music player and looking in my library i realise i only have a flash player. I am using the standard HTML5 audio tags which is working fine in chrome but playing up in firefox (a quick flash of the player then it’s gone) been looking around see if there are any known bugs?
Red.
ok weird…
If you use < audio> tags they work fine however, wrap said tags inside a div and the player disappears in firefox? Shows just fine in Chrome, Opera, Safari and even everyone’s friend IE…
Very strange…
Do you have demo of it working that you can link? If I have time tomorrow I’ll test it on firefox on my pc.
nah, it’s on my local machine…
Got it figured…
It seems i’d only gone and given the div an id of an element that already exists in another stylesheet that was loaded later with jquery - hence the quick flash… an _ added into the id did the trick…
…strange how it worked in the other browsers though, i assuming some kind of ‘race’ condition came into play, had that before in firefox when using $.post to two different forms using a single button.
i blame tiredness
Works a treat, nice one
No Karma!! bah!
Sorry I do keep forgetting…
Corrected