Hola, con el siguiente comando muestro un alert en firefox y safari, pero no funciona con IE, hay alguna forma de solucionarlo?sendToURL(new URLRequest("javascript:alert('Mensaje');"));Gracias
there's a bug using this in IE::var request:URLRequest = new URLRequest("javascript:alert('hello Jorgesys');");navigateToURL(request);but this class in AS3 is excellent::http://blog.fatal-exception.co.uk/blog/Jorgesys!