0

I am using this code to play video on my asp.net page. But it's not working please help me to do this.

My partial code is here ..

<object width="60%" height="600px">
    <param name="allowFullScreen" value="true" />
    <param name="wmode" value="transparent" />
    <param name="movie" value="../Help/Video/help.flv" />
    <embed src="../Help/Video/help.flv" width="100%" height="600px" 
        allowfullscreen="true"
        type="application/x-shockwave-flash" wmode="transparent" />
</object>
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
rom fernando
  • 71
  • 1
  • 5
  • 13

1 Answers1

0

If it were swf file, it would directly work for flash enabled browser, but for flv files you need to use a flv player.

ASP.NET - FLV player

http://venkatb4me.wordpress.com/2011/03/13/how-to-play-flash-video-files-in-asp-net-using-c-net-or-vb-net/

Community
  • 1
  • 1
adt
  • 4,320
  • 5
  • 35
  • 54
  • Nice link thank you.. But i have one problem, Please see this link http://stackoverflow.com/questions/11469555/aspnetflashvideo-doesnt-play-in-serverside – rom fernando Jul 13 '12 at 11:28