Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
How to play .flv videos in asp.net page

reply ASAP
Posted
Updated 11-Dec-11 23:45pm
v2

try these links
flv-player
jw-flv-player
 
Share this answer
 
FLV file you can open with flash player
,Just look any site where flash video is showng ,do the view source
and take the speace of code from there
also in IIS please set MIME Types
.FLV

XML
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="500" height="400" id="Untitled-1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Video.flv" />
<param name="quality" value="high" />
<param name="bgcolor" value="#aaaaaa" />
<embed src="progressive2.swf" quality="high" bgcolor="#ffffff"
width="500" height="400" name="Untitled-1" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
 
Share this answer
 

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