Pedder wrote:
var search:RegExp = /.+cannot\saccess\s(.+)\./i ;
That will not work for localized error messages in the localized versions of the player.
I also have my doubts about it working in non debug players, I think the error message is the empty string in those. But I am not sure about that.
There is also the point of the message simply changing in the English version at some point.
You really shouldn't try to parse stuff that is meant for display. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

