Jump to content

Troycus

New Members
  • Posts

    3
  • Joined

  • Last visited

Troycus's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
  2. I'm trying to create a webpage that displays all of my videos. I DO NOT want to use youtube or another other 3rd party video hosting site. I want to upload my videos to my server and go from there. I want the page to have links on one side that when you click it, it plays the video on the same page. I hope I'm explaining this correctly. Thank you for your help.
×
×
  • Create New...