wer
Advanced Installation Help
1. Put your file in the appropriate folder.
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
2. Copy the HTML code snippet.
Highlight and copy the following HTML code snippet :
3. Paste the HTML code snippet into your web page's HTML code.
Now, you must open the HTML source code of your web page.
When you have your HTML opened, you should follow these three instructions :
- Somewhere in the actual body of the code, determine where you want to place the code snippet.
- Paste it. If you do not know where you want it, experiment a little with it.
- When you have discovered where you like it, make sure you save it.
IMPORTANT :
If you rename your Flash file, you must update your HTML code snippet.
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=6,0,0,0" width="128" height="264">
<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="128" height="264" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain">
</embed>
</object>