ASP.NET - Hyperlink any flv files using asp.net with c#
Asked By Caleb 05
07-Nov-09 12:53 AM
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#
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
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET sessions with classic ASP? (B) Which are the various modes of storing ASP.NET session
in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this we have to edit the page level debugging The control itself will take care of the date display How can you deploy an asp.net application ? You can deploy an ASP.NET Web application using any one of the following three deployment options. a) Deployment using VS
Migration from ASP to ASP.net How to convert ASP site to ASP.NET site using C# http: / / www.asp.net / downloads / archived-v11 / migration-assistants / asp-to-aspnet hi, ASP.NET framework is very much different from unstrucured ASP and there is no correct way to
Tracing in ASP.NET? hi all, what is tracing? how to achieve tracing in asp.net? different ways of doing tracing? thanks and regards Aman Khan hi. . Tracing in ASP.NET 2.0 Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't
share session between Classic ASP applications and ASP.NET applications? I want to share session state between Classic ASP applications and ASP.NET applications. Can we share ? if yes , How ? Yes, it can. See the article at the user session, and can be used to identify session state for both classic ASP and ASP.NET. Session state information is stored in memory in ASP script and can't be shared with other applications, such as ASP.NET. If the session state is stored in a common format in Microsoft® SQL Server, the