Thanks Egg I appreciate it. I am creating the the .swf in Xara, but the website is created in ASP.Net and I am using this code to imbed it:

<object type="application/x-shockwave-flash" data="Images/DJFiniteSampleFlash.swf" width="464px" height="138px" >
<param name="movie" value="Images/DJFiniteSampleFlash.swf" />
</object>

I do have the .swf file in the images folder. I had gone back yesterday and fixed the width and height to match that of the flash file, and since the background of the web page I'm trying to imbed it in is black, I added a black rectangle to the flash file and re-saved it and re-imported it into the image file. Now it looks like it has a tiny white border around it and for the life of me I can't figure out how to get rid of the border! I don't htink there is a way to put a place holder in the HTML part of the ASPX page - is there any HTML code for that?