[flexcoders] External Interface is not working in IE

2008-11-11 Thread kotha poornima
Hi all,

I need to get the url of the current page. So i used External 
Interface.call(window.location.href.toString). Its working fine in Firefox 
but not in IE. how can i solve this problem.

Awaiting for the replies..

Thanks in advance,
Poornima



  

Re: [flexcoders] External Interface is not working in IE

2008-11-11 Thread ben gomez farrell
I just recently had a problem with fullscreen in IE (but not Firefox) - 
where I was using SWFObject and embedding the SWF that way.  If you get 
any of the parameters typed incorrectly it can seriously mess the whole 
thing up and turn things off like script access or fullscreen.  If 
you're using SWFObject, remove that from the equation to see if your 
actual SWF is working for you correctly - if it's not.then I got 
nothing.  But it just really sounds like a problem I just solved
ben

kotha poornima wrote:
 Hi all,

 I need to get the url of the current page. So i used External 
 Interface.call(window.location.href.toString). Its working fine in 
 Firefox but not in IE. how can i solve this problem.

 Awaiting for the replies..

 Thanks in advance,
 Poornima