Jump to content

How to hyperlink a video after it plays to another webpage


BishopWeb

Recommended Posts

I am trying to advance the user to the home page after my video plays. Here is the code Im current using. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><a href="http://www.chris-fence.com/home.html"></a><embed src="http://www.chris-fence.com/video/background.mov" width="1280" height="550" autoplay="true" controller="false" type="video/quicktime" scale="tofit" pluginspage="http://www.apple.com/quicktime/download/"></embed><!-- END FreeVideoCoding.com --></body></html>

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...