This tutorial will show you how to insert Flash SWF file
to web page in Yahoo SiteBuilder.
Firstly, please copy or save the SWF file to root folder
of your website directory, then launch the Yahoo SiteBuidler,
the Flash SWF file will be listed in the "Site Contents"
area on the right side of Yahoo SiteBuilder.
If the SWF file does not display, please right click on the
"navigation_bar", then choose "Refresh File
List".
In Yahoo
SiteBuilder, select the HTML file in which you want to insert
the Flash SWF file and start to edit it.
In Yahoo
SiteBuilder, click menu "Insert" -> "Code
Elements" -> "HTML".

An "HTML
Code" dialog will appear. Please copy the HTML code
generated by the Aleo software application and paste the
code here. The HTML code can be found in the software application
after you have published the Flash SWF file.

You can also copy below HTML code and modify it on your
own needs. Please make sure to change the texts
in red color to your own value.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="480" height="125">
<param name="movie" value="flashbanner.swf"
/>
<param name="quality" value="high"
/>
<param name="allowScriptAccess" value="always"
/>
<param name="wmode" value="transparent">
<embed src="flashbanner.swf"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
width="480"
height="125"
pluginspage="http://www.macromedia.com/go/getflashplayer"
allowScriptAccess="always" />
</object>
Click "Ok"
in the "HTML code" dialog, then a blue box will
display on the HTML page. Dragging the box to where you
want the flash SWF to display, and adjusting the size of
the box to make it bigger than the flash banner size. You
can drag the corner point of the box to adjust its size.

Save the
HTML file, then preview it with menu "File" ->
"Preview in browser".
Now, you
have inserted the Flash SWF file to your webpage, all you
need to do now is to publish the website.
If somehow
the flash banner does not display, please check:
You have
saved the flash swf file to the same folder as the web page.
If you have done that correctly, the flash swf file should
appear in the "Site Contents" area and in the
same folder as the html file.
Make sure
the filename in the HTML code is same as that of your flash
swf file.