Movieclip rollover hand symbol

Hey,
Is it possible to have the cursor change to a hand sybol when the user rolls over a certain movieclip without changing the movieclip to a button or using the following code?

play_select_mc.buttonMode = true;

The reason that I cant use these two methods is because I’m using the ‘button’ to allow the user to click on the swf in their browser to activate keyboard functions. Turning my mc into a button or using the above code does not activate these functions, the user still has to click on the swf. Clicking in an mc works fine, I just want the hand symbol.

Thanks