Jump to content

Media Player


IndianaGuy

Recommended Posts

Looking for a recommendation for a audio/video player that will work on mobile devices. I don't care if I pay a few bucks for it but free is good as well. I need something that will be easily modified. I will need to add some eventlistener and record the users play/stop actions etc. Thank you

Link to comment
Share on other sites

Once of the things that HTML 5 added is native support for video and audio elements.  It's really just a case of using enough formats to support any device, because there's not a single format supported by everything.  But you can specify multiple formats and the browser will play the first one it supports.  The video and audio elements also have a DOM interface where you can use methods like play, stop, etc.  The browser can show its default controls or you can hide them and create your own buttons that you hook up through Javascript.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...