In Safari and FF, the first Alert opens and shows undefined. Then a second alert opens and shows yumyum. The textfield shows undefined.
In IE6 for Windows (I have virtual PC installed) there is no alert just text, which says undefined.
Printable View
In Safari and FF, the first Alert opens and shows undefined. Then a second alert opens and shows yumyum. The textfield shows undefined.
In IE6 for Windows (I have virtual PC installed) there is no alert just text, which says undefined.
So what was our conclusion then people?
ExternalInterface.call does not work in IE?
These settings are important for IE:
<param name="allowScriptAccess" value="always" />
<embed .... allowscriptaccess="always" .... />