|
ECMAScript e4x makes "@" a reserved character (Firefox has e4x enabled). Therefore, you'll need to use another character instead of "@" now. Firefox threw errors when I tried to pass an object from Flash External Interface to Javascript with "@" in the associative array indexes.
http://www.ecma-international.org/publications/standards/Ecma-357.htm
|