|
Flash5, How to use swf Flash Animations on your website.
This is an example of a link to a Flash 5 swf file.
1. is Flower1.swf
this is the name of any swf file made in flash. You would make it to the
directory it resides. another example might be Banners/swf/Flower1.swf. If
it were inside a folder for example.
or
http://www.eyetweaks.com/Banners/ET/flower1.swf
if it were on a site. This link works if you want to use it to test your
site with.
2.Notice the Objects Start point
<OBJECT WIDTH=76
HEIGHT=97>
<PARAM NAME=movie
VALUE="Flower1.swf"> <PARAM NAME=menu
VALUE=false> <PARAM NAME=quality
VALUE=best> <PARAM NAME=scale
VALUE=exactfit> <PARAM NAME=wmode
VALUE=transparent> <PARAM NAME=bgcolor
VALUE=#FFFFFF> <EMBED src="Flower1.swf"
menu=false quality=best
scale=exactfit wmode=transparent bgcolor=#FFFFFF
WIDTH=76 HEIGHT=97
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
3.Notice the Objects Stop point.
Still have questions contact
webmaster@eyetweaks.com.
Back
|