Viewing Mediaelement Player issues

Mediaelement Player issues



User: Guest 12 years ago
Hello,

I used the code for the medialement player suggested on the HTML5 topic thread. I've texted it in Safari and Firefox but both have an issue. In Safari, the audio files never appear to load completely ("loading" text does not go away). However, they do play, but only if you're clever enough to click on the play button besides the "loading" text. ;)

In Firefox, when I click on the play button, the player disappears completely. Very strange.

Anyone else experiencing this?

Thanks!

Lilah
Edit
User: Roddy 12 years ago
Safari doesn't like preload="none" so you need to delete it until this stupid browser is fixed!

If the player shows nothing in Firefox it means that your OGG file is not loading.

Can you post the code you are using?

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Guest 12 years ago
Here you go -

<audio id="player1" src="{!-ASSETSPATH-!}External%20Files/LILAH%20SHREEVE%20-%20DISCOVER%2045%20SEC.mp3" type="audio/mp3" controls="controls" preload="none">
</audio>
Edit
User: Roddy 12 years ago


-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Guest 12 years ago
Ok. Do I need to do something to make it an ogg file? I tried this and it didn't work:


<audio controls>
<source src="{!-ASSETSPATH-!}External%20Files/LILAH-SHREEVE-DISCOVER-45-SEC.ogg" />
<source src="{!-ASSETSPATH-!}External%20Files/LILAH-SHREEVE-DISCOVER-45-SEC.mp3" />
</audio>
Edit
User: Guest 12 years ago
Phew! Used the micro video converted you suggested and have it working.... for now. Thanks!
Edit
User: Roddy 12 years ago
You could also try this online convertor which Yelena mentioned...

http://www.online-convert.com

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.