Jump to content

video on my site


westman

Recommended Posts

have you read through all the documentation?http://videojs.com/tag-builder/http://videojs.com/docs/ it could simply not be a supported feature (yet). Although it still seems under active development for more features to be added.

Edited by thescientist
Link to comment
Share on other sites

no am taking about having my own 1 page menu like....

<table width="100%" border="0" cellspacing="5" cellpadding="0">  <tr>    <td><?php echo $vid1_pic ?></td>    <td><?php echo $vid2_pic ?></td>    <td><?php echo $vid3_pic ?></td>    <td><?php echo $vid4_pic ?></td>  </tr>  <tr>    <td><?php echo $vid1_duration ?></td>    <td><?php echo $vid2_duration ?></td>    <td><?php echo $vid3_duration ?></td>    <td><?php echo $vid4_duration ?></td>  </tr></table>

now, how do i get an image ($vid4_pic) and duration ($vid4_duration) out of a mp4 video to display in my menu?

Link to comment
Share on other sites

do preload="auto" in where u have done it to none. r u seeing your poster image http://mysite.com/hdvideo/0/myvid.png and video player controls. Try to open http://mysite.com/hdvideo/0/myvid.webm in mozilla to verify your video path. If your files are on live server rather than your local server. then there is a need of MIME type supported by the server. You need to add WEBM, MP4 etc mime types in your server settings. ThanksRahul

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...