etianen / html5media

Enables <video> and <audio> tags in all major browsers.
http://html5media.info/
GNU General Public License v3.0
1.28k stars 384 forks source link

Simple question: How to install? #52

Closed polklein closed 10 years ago

polklein commented 10 years ago

I apologize if this is a novice question, but I downloaded html5media-master and read the instructions. The instructions say to simply include the script at the head of the document, but when I look at your code, it's clearly looking for some of the elements in the lib folder. So exactly how do I set this up? Do I need to copy the elements from the lib folder into my js folder which holds html5media.js?

etianen commented 10 years ago

If you download the source of html5media, then you're getting a lot of unbuilt files, as well as the final built product. Instructions on how to host your own html5media files can be found here:

https://github.com/etianen/html5media/wiki/Hosting-html5media#hosting-your-own-copy-of-html5media

Alternatively, just link to the CDN version, as explained here:

http://html5media.info

On 9 January 2014 04:17, polklein notifications@github.com wrote:

I apologize if this is a novice question, but I downloaded html5media-master and read the instructions. The instructions say to simply include the script at the head of the document, but when I look at your code, it's clearly looking for some of the elements in the lib folder. So exactly how do I set this up? Do I need to copy the elements from the lib folder into my js folder which holds html5media.js?

— Reply to this email directly or view it on GitHubhttps://github.com/etianen/html5media/issues/52 .

polklein commented 10 years ago

Thanks Etianen, appreciate it.