Jump to content

linking video just like youtube


scvinodkumar

Recommended Posts

hi there,

 

i have video site and i embeded the code in one of another site.

 

and i also embed video from youtube and from other video sites.

 

everything is working fine.

 

if you click the youtube video for the first time it will start play and if you click the video again it will be redirected to youtube.

 

how to do like that for my video site that i embeded code?

 

 

Link to comment
https://forums.phpfreaks.com/topic/147544-linking-video-just-like-youtube/
Share on other sites

Create a transparent button over the movie in this case. Then to that button add the AS2 code of:

on(release) {
     getURL('www.example.com');
}

This will take the user to the destination site. You could also make it smart and have it weight for two clicks. Just add a counter and if that counter reaches two then take the user to the link.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.