Actionscript 3 Make Cursor a Hand
The goal:
SIMPLY turn the cursor into a hand
(over something that really isn’t a button, in this case it’s just a dynamic URLREQUEST function/link).
Nice and simple solution:
top of your AS3 package:
import flash.ui.Mouse;
in function reacting to mouse movement or loader success:
this.buttonMode = true;