Hello im new at flash and i was wondering how do you get flash things onto your website…please quick replays will help
to embed flash objects you use the <object> or <embed> tag. Use the code below, (change the parameters) to embed the flash object.
<OBJECT WIDTH=“490” HEIGHT=“430”>
<PARAM NAME=movie VALUE=“flashmovie.swf”>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src=“flashmovie.swf” quality=high bgcolor=#FFFFFF WIDTH=“490” HEIGHT=“430”></EMBED>
</OBJECT>
The <embed> tag is for netscape and the <object> tag is for IE. I hope this solves your problem.
there’s a bit wierd thingamagigs happening in the above post, so i’ve put it as a comment. Remove the <!-- and -->.
<!–
<OBJECT WIDTH=“490” HEIGHT=“430”>
<PARAM NAME=movie VALUE=“flashmovie.swf”>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src=“flashmovie.swf” quality=high bgcolor=#FFFFFF WIDTH=“490” HEIGHT=“430”></EMBED>
</OBJECT>
–>
what’s happening???
how would you import signatures?