Quote Originally Posted by MikeTheVike View Post
yea, it's AS3, sorry, I don't know much AS2. I actually finally got this working in IE, had to edit some of the javascript files that came with the lightwindow. Since it kept loading an iframe for some reason, I searched for "iframe" in the javascript code, and changed some things so it wouldn't load one, and it worked.

I'm not positive, but I think the code for AS2 is basically the same, but you should use getURL instead of navigateToURL.
I know this is an old thread so this might be a futile attempt, but here goes

I was able to get lightwindow to launch from flash due to your suggestions (thank you), but it's not working in IE. Could you tell me what you did to get it to work?

FYI: I'm getting an error in line one of my index page where the XHTML markup is declared, so I changed it to 'STRICT', but it still didn't work.

Thanks,
-CG

PS: Plus I have no idea what you did in the lightwindow.js. If it's not to much of a memory bender I'd like to know what that was. I'm hoping is helps solve an issue with lightwindow not drawing its overlay properly (in all browsers). It looks fine until the window is expanded; the overlay just ends and IE doesn't like to play nice if the browser window is smaller than the image (stretchy, clippy badness). Thanks again.