Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
There are many open source HTML5 players available on the web. What is the easiest and shortest way to embed a video using a player like FlareVideo (http://flarevideo.com/) on a blog? In the instructions it says: include the jQuery libraries. How do I do that? Thanks.
2010-06-22 18:14:00
VideoBlogger,To include the jQuery library upload it to your server and then refer to it from the webpage using following code:
substitute the
the_location_to the jQuerry_file
with the actual location of the jquerry.js file on your server.
2010-06-16 05:00:00
Hi videoblogger.jQuery is javascript framework which you need to upload to your site if it needs to be called upon for your video. You can download it from:http://jquery.com/ and upload it to your site. You can also find a tutorial on their site that can be handy:http://docs.jquery.com/Tutorialsgood luck.
2010-06-16 04:15:00
Everything you need to know should be found here: http://www.w3schools.com/html5/tag_video.asp