Custom cursor and hyperlink not getting along

Ok, here’s the problem.
I have a custom cursor.
When I mouse over a hyperlink in the movie, the text crosshair cursor appears, alongside the custom cursor.
Is there a way to stop the text crosshair cursor from showing when I mouse over a hyperlink?

or a Text Input Box?

make your text field unselectable.

It’s input text, and a hyperlink.
Input text by default is selectable.

umm im not exactly positive… but if you make it dynamic text… you can make it unselectable… and then make it a button… and use the getURL(“http://www.blah.com”); like that

so it would be…

on(press){
getURL(“whatever”);
}

dunno if this will help or not but i tried…