Hyperlink any flv files using asp.net with c#

Asked By Caleb 05
07-Nov-09 12:53 AM
Earn up to 0 extra points for answering this tough question.
Hello Frnd's...

Can anyone tell me.i have lot of flv files in my hosted server i want to hyperlink a website in that flv video file.For each video i want to hyperlink different wesite url,when user clicks on that video it should hyperlink to given corresponding hyperlink website.and also when a user download that flv video from my server when he play that video in other player and he clicks on that flv video file its should hyperlinked to that corresponding website url...Plz aid me frnd's...Awating for ur reply Experts...

Tks in Adv....

Caleb05...

  Hyperlink any flv files using asp.net with c#

mv ark replied to Caleb 05
07-Nov-09 08:48 PM
Placing a DIV layer containing any links over the flash movie as discussed here - http://www.webdeveloper.com/forum/showthread.php?t=130334
& specify this property -
<param name="wmode" value="transparent">
Check this link for more info - http://www.adobe.com/cfusion/knowledbase/index.cfm?id=tn_14201
Create New Account