phillson
2-22-02, 02:57 AM
Hi!
I've copied a swf and html file to my web site. When I try to display it the page hangs.
Here is a simple one:
http://www.chillson.com/test/fly20020429/pathdg.html
this loads just fine on my pc.
Do I need something besides the swf and html files?
here is the html:
<HTML>
<HEAD>
<TITLE>PatHdg</TITLE>
</HEAD>
<BODY bgcolor="#99CCFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=700 HEIGHT=200>
<PARAM NAME=movie VALUE="PatHdg.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#99CCFF> <EMBED src="PatHdg.swf" quality=high bgcolor=#99CCFF WIDTH=700 HEIGHT=200 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
I've copied a swf and html file to my web site. When I try to display it the page hangs.
Here is a simple one:
http://www.chillson.com/test/fly20020429/pathdg.html
this loads just fine on my pc.
Do I need something besides the swf and html files?
here is the html:
<HTML>
<HEAD>
<TITLE>PatHdg</TITLE>
</HEAD>
<BODY bgcolor="#99CCFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=700 HEIGHT=200>
<PARAM NAME=movie VALUE="PatHdg.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#99CCFF> <EMBED src="PatHdg.swf" quality=high bgcolor=#99CCFF WIDTH=700 HEIGHT=200 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>