If you use Dreamweaver:
1.
Use top menu Insert >>> Media
>>> Flash
2.
In the opened window find where your file is stored
and click ok.
3.
Your flash image will be inserted. You can preview it
on the page when you do "Preview in browser"
Don't forget to upload
your flash banner to the same directory on your website
where it is saved on the hard drive. Same as you do
with normal images.
If you use Frontpage:
1.
Use top menu Insert >>> Advanced
>>> Plug-in
2.
In the opened window click Browse to
find where your file is stored. Set the file size (for
banner it will be Height - 60 and Width
468) and click OK.
3.
Your flash image will be inserted. You can preview
it on the page, using Preview tab of Frontpage
Don't forget to upload
your flash banner to the same directory on your website
where it is saved on the hard drive. Same as you do
with normal images.
If you just want to paste
HTML code of flash banner:
If you wish edit the HTML code
and insert button manually here is the code you need
to copy & paste to your page in the place where
you want button to appear.
<EMBED
src="banner.swf"
quality="high" menu="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=Shockwav
eFlash" type="application/x-shockwave-flash"
width="468" height="60">
</EMBED> |
Note this part of the code: banner.swf
This is location and name of your movie. You need to
replace them with the appropriate data of your banner.
For example if you named your banner banner.swf
and saved it to http://www.yourwebsite.com/banners/,
then your code will look like this:
<EMBED
src="http://www.yourwebsite.com/banners/banner.swf"
quality="high" menu="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=Shockwav
eFlash" type="application/x-shockwave-flash"
width="468" height="60">
</EMBED> |
If you still having difficulties
inserting your flash banner on the pages, do not hesitate
to contact us. We will be
glad to help
|