# Internet Explorer is the bane of my existence

**URL:** https://forum.kirupa.com/t/internet-explorer-is-the-bane-of-my-existence/276238
**Category:** programming
**Created:** [November 24, 2008, 8:13pm UTC](https://forum.kirupa.com/t/internet-explorer-is-the-bane-of-my-existence/276238 "2008-11-24T20:13:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![joran420](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/joran420/32/2329_2.png) [@joran420](https://forum.kirupa.com/u/joran420)
#### Post date: [November 24, 2008, 8:13pm UTC](https://forum.kirupa.com/t/internet-explorer-is-the-bane-of-my-existence/276238/1 "2008-11-24T20:13:41Z")

</div>

so im editing a site for someone to support resolutions lower than 1244.

and the banner is a swf. in the swf i do a check on the stage size and if stage size is less than X resize \_level0.

works great in FF but it doesnt work in ie  
on the first frame i have 2 actionscript calls to pop up a js alert  
getURL(“javascript:alert(‘Stage.width’)”);  
ExternalInterface.call(“alert”,Stage.width);

and in FF the alert pops up…in IE nothing…  
[http://kinvault.net/LOTRO\_bank/Lab/BP/http/](http://kinvault.net/LOTRO_bank/Lab/BP/http/)  
thats the url you guys got any idea on how to fix the banner in ie?
