Troycus Posted May 19, 2012 Report Posted May 19, 2012 I've been searching high and low for the correct way to get my videos played on my website. Can someone take a look at this and tell me what I'm doing wrong. I'm trying to get my videos played by clicking on a title. Here you go: <head> <script type="text/javascript" src="scripts/jquery-1.7.2min.js"></script> <script type="text/javascript" src="scripts/jQuery.videoGallery.js"></script> <script type="text/javascript" src="scripts/linkcontrols.js"></script> <script type="text/javascript" src="scripts/jquery.cycle.all.latest.js"></script> <script type="text/javascript" src="scripts/rollover.js"></script> <script type="text/javascript" src="scripts/abby.js"></script> <script type="text/javascript" src="scripts/twitter.js"></script> <script type="text/javascript"> $().ready(function(){ $('li').videoGallery(); $('li').videoGallery({w:450, h:400, holderDiv:'#video-holder'}); }); </script> </head> <body> <section id="section_5" class="grid_4"> <div id="scroll"> <ul> <li rel="assets/mp4/3rd Wish Niña.mp4/1" title="This is a video"></li> </ul> </div> </section> <section id="section_6" class="grid_6"> <div id="video-holder" rel="assets/mp4/3rd Wish Niña.mp4/1" title="This is a video"> </div> </section> </body> I hope this is enough information. I was referred to this website http://smple.com/videoGallery/ which was very helpful but mine is not working. Help please. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.