Launch a small window for flash

Ive created buttons in flash to use on my web site, but the page which loads for one of the buttons i want to not have the browser, ie only the border around the window. It is a flash animation which is loading up in this window, so is there anyway i can just load the flash animation, do i have to put the swf file into an html page for it to load? If so, is there a way that i can make it so that there is almost no html page bordering the swf.
Any help anyoe can give me will be greatly apreciated.
David.

There’s a step-by-step for this is the tutorial section of this very site. :slight_smile:

This is a very popular question on this board. It is simple to get rid of HTML Borders on sites, just add this to your body tag

[BODY <B><I>TOPMARGIN=“0” LEFTMARGIN=“0” RIGHTMARGIN=“0” BOTTOMMARGIN=“0”</I></B>]

Hope this helps.