I'm trying to upload some banners to the Yahoo ad server but I keep getting and error. Apparently my .swf files are coming out secure and they need to be non-secure files. How can I change this when I'm exporting the file from Adobe Flash.

The adverser is also telling me that the file size I'm uploading is 30kbs but there is a script calling out for more information that raises the file size to 57kbs. I don't know why this happens.

I only have two scripts in the flash banner.

1) Cliktag:
on (release) {
getURL (clickTag, "_blank");
}

2) Interval:
stop();
var interval:Number = setInterval(
function():Void {
play();
clearInterval(interval);
},
3000
);


PLEASE HELP! I'm desperate, cant get this to work.