drekha
2009-02-19 21:32:34 UTC
I have converted a VOB file in .flv format,and imported it to flash 8.0.Using
mediaplayer
component I am able to view it in flash and able to generate a html file
also.But when I try to put this html page in my web site application(asp.net) I
am not able to see the video Only media player component is visible.My flv file
was very large(80MB)..But this shuld not give any trouble because I am putting
.swf file and not .flv on my page.
Does large flv give trouble????
The code I am using is
<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="320" height="300" id="myfile" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="myfile.swf" /><param name="quality"
value="high" /><param name="bgcolor" value="#ffffff" />
<embed src="Myfile.swf" quality="high" bgcolor="#ffffff" width="320"
height="300" name="myfile" align="middle" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
mediaplayer
component I am able to view it in flash and able to generate a html file
also.But when I try to put this html page in my web site application(asp.net) I
am not able to see the video Only media player component is visible.My flv file
was very large(80MB)..But this shuld not give any trouble because I am putting
.swf file and not .flv on my page.
Does large flv give trouble????
The code I am using is
<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="320" height="300" id="myfile" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="myfile.swf" /><param name="quality"
value="high" /><param name="bgcolor" value="#ffffff" />
<embed src="Myfile.swf" quality="high" bgcolor="#ffffff" width="320"
height="300" name="myfile" align="middle" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>