Guest_imported
New member
- Jan 1, 1970
- 0
How do you make your flash movie full screen with no borders what so ever?
Thanks,
Mike
Thanks,
Mike
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<BODY bgcolor="#003366" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="10" RIGHTMARGIN="0" BOTTOMMARGIN="0" SCROLL="NO">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<LAYER NAME="TEST" LEFT="25" TOP="10"> <!-- CENTERS FOR NS - NO EFFECT ON IE -->
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#003366">
<td align="center" valign="middle"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"[/URL]
WIDTH=550 HEIGHT=400>
<PARAM NAME=movie VALUE="your.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#003366> <EMBED src="your.swf" quality=high menu=false bgcolor=#003366 WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="[URL unfurl="true"]http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>[/URL]
</OBJECT>
</td>
</tr>
</table>
</LAYER>
</BODY>
</HTML>