Hi all,
I'm fairly new to Flash, but I'm fairly experienced in ActionScript due to some Flex development. I'm assuming my problem is related to there being a difference between the envirnments, but I can't figure out what it is.
I have a simple RegExp:
var pattern:RegExp = new RegExp("<.*");
When I try to publish, I get this error:
The class or interface 'RegExp' could not be loaded.
Any idea what would be causing this?
Thanks!
-------------------------
Call me barely Impressive Captain.
I'm fairly new to Flash, but I'm fairly experienced in ActionScript due to some Flex development. I'm assuming my problem is related to there being a difference between the envirnments, but I can't figure out what it is.
I have a simple RegExp:
var pattern:RegExp = new RegExp("<.*");
When I try to publish, I get this error:
The class or interface 'RegExp' could not be loaded.
Any idea what would be causing this?
Thanks!
-------------------------
Call me barely Impressive Captain.