To install your Flash animation, you will need the Flash file provided with this download : flashvortex.swf
You must upload your Flash file to your web account, in the same folder as the web page that will display your Flash animation.
For example :
If your web page is here :
http://www.mydomain.com/index.html
You must put your Flash file here :
http://www.mydomain.com/flashvortex.swf
Highlight and copy the following HTML code snippet :
Now, you must open the HTML source code of your web page.
When you have your HTML opened, you should follow these three instructions :
The Flash file name ( in red below ) appears at 2 places in the HTML code snippet :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="468" height="60">
<param name="movie" value="flashvortex.swf" />
<param name="quality" value="best" />
<param name="menu" value="true" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="flashvortex.swf" quality="best" menu="true" width="468" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain">
</embed>
</object>