Flash CS3: AS3 and Alert popup

Hello all, how do you do this:

Alert.show(“Are you sure?”, “Warning”, Alert.Yes | Alert.No);

in AS3?

I get the following error message when I try running this code:

“1120: Access of undefined property Alert”

Thanks for your help,

Louis