Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-06-05 Thread John Dowdell
Christian wrote: I was under the impression that getURL(javascript:) no longer worked in Flash 8. Is this incorrect? Well, it really depends on what the browser does when it receives a javascript: pseudo-URL from a plugin or control when it's expecting an URL. Browsers have varied quite a

Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-30 Thread Christian
I was under the impression that getURL(javascript:) no longer worked in Flash 8. Is this incorrect? Geoff Stearns wrote: are you making the js call before the page is done loading? the browser might be treating is as an anchor click and stop loading the remaining items on the page (this is

Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-30 Thread Geoff Stearns
it still works fine - same as always. On May 30, 2006, at 8:58 AM, Christian wrote: I was under the impression that getURL(javascript:) no longer worked in Flash 8. Is this incorrect? Geoff Stearns wrote: are you making the js call before the page is done loading? the browser might be

Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-30 Thread Christian
Hrmmm... I'll have to throw up my test later as getURL:Javascript doesn't seem to work anymore. Most of the documentation i'm seeing out there is stating that any file published in flash 8 doesn't allow for the getURL(javascript) calls. Is there a security setting that needs to be in place

Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-29 Thread Kevin Newman
I think you may have hit one of the problems with using javascript: pseudo urls. If I remember correctly, when you use a javascript pseudo url it disables some of the events under some circumstances. You could try two things - either use fscommand (or FlashJS, or one of the other communication

Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-29 Thread Marcelo Volmaro
Use getURL(javascript:void(setFlashHeight('wrapper','+h+')); On Mon, 29 May 2006 13:19:02 -0300, Kevin Newman [EMAIL PROTECTED] wrote: I think you may have hit one of the problems with using javascript: pseudo urls. If I remember correctly, when you use a javascript pseudo url it

Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-29 Thread Geoff Stearns
are you making the js call before the page is done loading? the browser might be treating is as an anchor click and stop loading the remaining items on the page (this is normal browser behavior) since you are using Flash 8, why not use ExternalInterface to make the call? in IE that will

Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-29 Thread Phil Glatz
At 08:56 PM 5/29/2006, Geoff wrote: are you making the js call before the page is done loading? the browser might be treating is as an anchor click and stop loading the remaining items on the page (this is normal browser behavior) Good point! I am doing this after load, but that's very

Re: [Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-29 Thread Phil Glatz
A personal thanks, Geoff - using ExternalInterface saved the day for me. This problem has been bugging me on and off the last few months, and it is finally solved. I was thinking it was CSS for a long time. I'm glad it was something that could be fixed with just two lines of cde. Thanks

[Flashcoders] geturl:javascript is causing images to not display on IE

2006-05-28 Thread Phil Glatz
I've been experiencing an intermittent problem with a getURL call back to a javascript function on the page calling an SWF. I'm using Flash 8, and testing on XP. With Firefox, there is no issue. With IE 6, I experience the problem about 80% of the time. This issue is that I have my SWF in