PDA

View Full Version : I seem to have forgotten...



TRUNKS
March 22nd, 2002, 23:06
...the html code to display FLASH

TRUNKS
March 23rd, 2002, 00:58
Ok... Ill put it another way...

What is the HTML code to display flash?

TRUNKS
March 23rd, 2002, 21:08
Wont anyone help!??!? :cry2: :cry2: :( :( :( :( :cry2: :cry2:

Bruce
March 23rd, 2002, 21:16
Just use <embed>

crj
March 23rd, 2002, 22:26
this is what i use... its from the html file that is created when i publish a flash movie...



<OBJECT WIDTH=550 HEIGHT=400>
<PARAM NAME=movie VALUE="movie.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="movie.swf" quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>