public function setPlan(resultXML:XML):void
{
        Alert.show(resultXML.toString());
        //ExternalInterface.call("window.location.reload(true)");
}    

If I uncomment ExternalInterface.call then reload goes with Alert box 
being shown. Is that right?

Thanks

Reply via email to