I have this code in the beginning of my SWF witch is a banner ad.
var id:String = root.loaderInfo.parameters.id;
var r:URLRequest = new URLRequest("javascript:expandEaFloating(" + id + ")");
navigateToURL(r,'_self');
So this code is calling a java script function witch is opening the floating banner so it can be visible.
Then when the animation is over it has to be closed with this code :
var id:String = root.loaderInfo.parameters.id;
var r:URLRequest = new URLRequest("javascript:collapseEaFloating(" + id + ")");
navigateToURL(r,'_self');
I've put this code in frame 500 where my animation stops, and shows me : "there is an conflict exist with definition "id' and "r" in namespace internal.