Using SWF files??

  • Thread starter Thread starter Testing testing one two
  • Start date Start date
Testing testing one two said:
How do I use flash swf files in my frontpage designed site?

John

Something along the lines of the following HTML would do it ...

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=5,0,0,0"
WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="********.swf"> <PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=exactfit> <PARAM NAME=salign VALUE=T> <PARAM
NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="********.swf" quality=high scale=exactfit salign=T
bgcolor=#FFFFFF WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"></EMBED></OBJECT>

JW
 
Back
Top