Where is the globals methods such as alert, prompt ?
Seems in the globals objext extending CSHostObject, but cannot find this on.
I can't find the package com.adobe.bridge in my csaw_flashpro.swc and CSXSLibrary-3.0-sdk-4.5-public.swc.
Thank you for your time,
Sylvain Lecoy
You're right, that's quite different.
Another alternative is using HostObject:
http://cookbooks.adobe.com/post_Communicating_between_JavaScript_and_t he_Creative-17383.html
var jsxInterface:HostObject = HostObject.getRoot(HostObject.extensions[0]);
jsxInterface.eval("alert(\"My Alert Message\")" );
North America
Europe, Middle East and Africa
Asia Pacific