Jump to content

onClick Video Gallery - I need help badly.


Troycus

Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...