Well, thought I'd drop in and offer a little tidbit of help (oh, and check out the contest. heh). Since I noticed you guys are having to include HTML pages to keep your banners from ballooning in size, I figured I'd offer a way to fix that issue. If you paste the following code into the actionscript of the first frame of your Flash, it will no "balloon" in size without an HTML file (so you can just open the SWF directly in IE).
Code:
Stage.scaleMode="noScale";
For any who wants it, hope that helps.
