Discussion:
cant see .swf in web page
(too old to reply)
drekha
2009-02-19 21:32:34 UTC
Permalink
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>
Stephen
2009-04-09 10:02:05 UTC
Permalink
It is recommended to use SWFObject to add Flash file to web page.
Check this page - http://blog.deconcept.com/swfobject/

If it is too technical for you, you can use Moyea Web Player Pro -
http://www.flash-video-mx.com/web-player-pro/
which is a quick solution to add FLV to web page and make a custom
flash video player for website.

Loading...