If you make video offline for example your AVI home made video, then embed URL inside the video and make the video hyperlink to your landing page.When somebody download the video, watching it just need one click on video instead manually type the URL.I know we can hyperlink the image picture, text but what about video?
How Do I Do That? Make a Video a Hyperlink?layouts for myspace
Actually what u trying to do is Flash's work. The sites that uses this trick[click n play] is created in flash video for flash videos. But i'm assuming u r trying to run any kind of home videos[*.mpg, *.avi, *.m4v etc..] for this
the tag is
%26lt;img dynsrc="E:/Eric Title 16.mp4" controls="true" start="mouseover"%26gt;%26lt;/img%26gt;
dynsrc attribute contains video path.
But if u want click support than following is manual way to do this.
first type this in %26lt;head%26gt; tag
%26lt;script type="text/javascript"%26gt;
function nimg(path)
{
document.getElementById('myVid').dynsr...
}
%26lt;!-- E://ur video file path --%26gt;
function oimg()
{
document.getElementById('myVid').src="...
}
%26lt;/script%26gt;
then in %26lt;body%26gt; tag....
%26lt;img src="bt.png" onclick="nimg('E:/Eric Title 16.avi')" id="myVid" style="cursor:pointer"%26gt;%26lt;/img%26gt;
in nimg('here u 've to write video path here')
here the img i've given could be an screenshot of video. And just for quality make the img size same as video resolution.
Feel easy to ask further.
Thanks! n
H've a nice Day!
How Do I Do That? Make a Video a Hyperlink?famous myspace myspace.comI already told u in ur mail's answer! Thanks! Report It
in html there is a "embedded src" tag to link video
or try any ready made html creater like 'dreamweaver' , cofeecup html editon or front page
No comments:
Post a Comment