embed flash button into html

liunx

Guest
Dear Pals,<br />
<br />
I'm having an html page in that page i want to embed the flash button which is created by me. <br />
<br />
"For me it is possible to embed inbuild flash button when using dreamweaver" but I want to embed my own flash button.<br />
<br />
Help please......... <br />
<br />
Thanks in advance<br />
<br />
Sara::o<!--content-->This is the code:<br />
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br />
<br />
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version<br />
=4,0,0,0"<br />
ID=dolfijn WIDTH=492 HEIGHT=230><br />
<PARAM NAME=movie VALUE="dolfijn.swf"><br />
<PARAM NAME=quality VALUE=high><br />
<PARAM NAME=bgcolor VALUE=#FFFFFF><br />
<EMBED src=http://www.htmlforums.com/archive/index.php/"dolfijn.swf" quality=high bgcolor=#FFFFFF<br />
WIDTH=492 HEIGHT=200 TYPE="application/x-shockwave-flash"<br />
<br />
PLUGINSPAGE="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1<br />
_Prod_Version=ShockwaveFlash"><br />
</EMBED><br />
</OBJECT><br />
<br />
Replace<br />
dolfijn.swf by our own swf file.<br />
And change WIDTH=492 HEIGHT=230 to good value.<br />
<br />
In Dreanweaver:<br />
You can see your code in html mode view.<br />
<br />
<br />
:rocker:<!--content--><embed src=http://www.htmlforums.com/archive/index.php/"filename.swf" width=# height=#><br />
<br />
This is much simpler.<!--content-->using both the embed and object tags ensures that the swf is displayed in both IE and Netscape browsers. Also, the pluginspace assists in helping Download <!--more--> the appropriate version of flash (if necessary). <br />
<br />
sometimes all that extra code has a purpose.<!--content-->
 
Back
Top