RE: [flexcoders] SOLUTION IS A BUG ? Re: ExternalInterface Flex 2 FireFox issue.....

2006-06-23 Thread Daniel Tuppeny
: ExternalInterface Flex 2 FireFox issue. In de javascript I found the following: case width: case height: case align: case vspace: case hspace: case class: case title: case accesskey: case name: case id: case tabindex

RE: [flexcoders] SOLUTION IS A BUG ? Re: ExternalInterface Flex 2 FireFox issue.....

2006-06-23 Thread Daniel Tuppeny
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SOLUTION IS A BUG ? Re: ExternalInterface Flex 2 FireFox issue. I can't get this to work in FireFox, even with the change to the javascript file noted below (has anyone confirmed that as a bug, amd will it be fixed in the release

RE: [flexcoders] SOLUTION IS A BUG ? Re: ExternalInterface Flex 2 FireFox issue.....

2006-06-23 Thread Daniel Tuppeny
I also found an awful bug in Firefox as I was doing it (open attached as html in Firefox and compare to IE)! This is why innerHTML isn't in the standard - trying to be bug compatable with IE is a silly game to start :-) bug compatible with IE? I don't understand. IE does innerHTML

Re: [flexcoders] SOLUTION IS A BUG ? Re: ExternalInterface Flex 2 FireFox issue.....

2006-06-23 Thread Tom Chiverton
On Friday 23 June 2006 13:43, Daniel Tuppeny wrote: bug compatible with IE? I don't understand. IE does innerHTML correctly. Firefox *completely* changed the structure of the document, Trust me, it's best not to argue, or we'll do the while document.getElement() (or whatever) debate again :-)

[flexcoders] SOLUTION IS A BUG ? Re: ExternalInterface Flex 2 FireFox issue.....

2006-06-16 Thread moyosaned
In de javascript I found the following: case width: case height: case align: case vspace: case hspace: case class: case title: case accesskey: case name: case id: case tabindex: ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] =