backgroundColor="#FFFFFF" creationComplete="initApp();"
width="350" height="300">
import mx.controls.Alert;
import flash.external.ExternalInterface;
private function initApp():void{
if(ExternalInterface.call("isJSReady")){
mx.controls.Alert.show("JavaScript is Ready");
}
}