2
Answers

HOW TO PLAY THE .FLV FILE IN ASP.NET

Ask a question
I WANT to play the vlc files(.flv) files in my web page what can i do i use the following code but it can't show any video what is the correct code for my requirement if you have plz send me.
 
<object type="application/x-shockwave-flash"
 
  data="MOB-12.flv" style="height: 280px; width: 346px" >
 
   <param name="movie" value="MOB-12.flv"/>
 
   <param name="wmode" value="transparent" />
 
  </object>


Answers (2)