Inserting
the animation into your web site
1) Save the SWF file
2)
Copy and paste the HTML code
3)
Other methods
Step
1: Save
the SWF file
To save the SWF file simply click on the "Save"
tab at the bottom of the screen (see picture below) and then
click on the "Save SwF" button.
Now save the SwF file to the desired location on your harddisk
This will preferable be
the directory
that contains your web site.
Step
2: Copy
and paste the HTML code
To insert the HTML page you can either use the default insert
Flash movie settings of your HTML editor, or simply copy and
paste the HTML code we generate for you when you save the
SwF file.
To do this click on "Save SwF" and then on
"Copy to Clipboard". Now the created HTML
code is copied to your clipboard. Open your existing HTML
document and paste the content of the clipboard into, the
desired position of the ticker.
Save your HTML file, and preview it to see your ticker up
and running.
Possible problem:
As you can see in the code there is a "#SAVE AS SwF FILE
FIRST#" text in the HTML code. After you have saved the
SwF file this sentence will be replaced with the ticker name.
For example, "myticker.swf. However, this path/filename
assumes that you will save the "myticker.swf" to
the same directory as your HTML file, and not to any subdirectory.
If you have saved the myticker.swf to a subdirectory called
"images" you should manually change the path to
this file to "images/myticker.swf" instead of just
"myticker.swf"
Step
3: Other
methods
You can also use the standard Insert Flash File features off
your HTML editor. If you do this you must make sure that you
manually enter the desired "width"
and "height" dimensions,
and that the "scale" parameter is set to "noscale".
<PARAM NAME=scale VALUE=noscale>
and
scale=noscale
In case your html browser does not support the proper code
please use the HTML code generated by our application.