Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have the application which contains .flv file in directory.so i want to play that file on .aspx page.
I searched lot for playing the .flv file in asp.net , but most of cases i found the example of .swf file only,i tried with embed,video,object tag but are not working.

Can you please tell me how to deal with .flv file (stricly .flv).

Also i need a converter code which can convert any video file into .flv format.

Thanks in advanced
Posted
Updated 11-May-12 0:39am
v2

1 solution

how to deal with .flv file (stricly .flv).
Have a look at these:
ASPNetFlashVideo - The Flash Video Control for ASP.Net[^]
ASP.NET JW FLV Flash Video Player Control[^]

Further, you can have a look at this blog[^] details too.

i need a converter code which can convert any video file into .flv format.
You need to read here: http://www.ffmpeg-csharp.com/[^]
 
Share this answer
 
Comments
ahp-1984 11-May-12 7:58am    
Gr8 Job, Its perfectly Works for Ton's of Thanks.
With regards to Convertor i.e.ffmpeg link for software,it's a trial version,is there any opensource converter available?
Sandeep Mewara 11-May-12 13:10pm    
Thanks.

Not sure of opensource - will post if I see one.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900