Flash 4, 5, MX and 2004 all allow you to publish your flash presentation as
an HTML file.
Do this, and have a look at the code. It will produce an <object> tag
somewhere, which contains all the code you need to add your *.swf file to
your page.
Here's an example code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=6,0,29,0" width="746" height="74">
<param name="movie" value="media/swf/topSlideMenu.swf">
<param name=quality value=high>
<embed src="media/swf/topSlideMenu.swf" quality=high
pluginspage="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash" type="application/x-shockwave-flash" width="746"
height="74"></embed>
</object>
You can also easily copy this lap of code and paste it in your existing HTML
pages and the right place. Usually in a TABLE or one of it's cells or rows.
NOTE!!! You will need to edit this line to refer to your own *.swf file:
media/swf/topSlideMenu.swf (2x, see above)
Hilsen
Jeroen
"Thomas" <thomas@4701.dk> wrote in message
news:3fb285bd$0$70014$edfadb0f@dread12.news.tele.dk...
> hejsa
>
> jeg har fået et flash banner som skal indsættes på min side, hvordan
> indsætter man et flash banner i en html side ??
>
> Thomas
>
>
>