You’re right…
I tried adding
[AS]Mouse.hide();
createTextField(“tf”, 100, 0, 0, 200, 30);
tf.html = true;
tf.selectable = false;
tf.useHandCursor = false;
tf.htmlText = "<a href="http://64.207.155.38/forums/showthread.php?s=&threadid=26050#">" +System.capabilities.version + “</a>” ; [/AS]
still the same…?
senocular, you in the house?
(haven’t refreshed between testing and posting, maybe the answer is there already…?)
Ok, since useHandCursor is not a textField property this is not a bug, although you could possibly contact Macromedia to recommend they enable this for textFields.
I just tested this and it works, we can re-adjust your code by creating your textbox inside a movie clip, and making the movie clip contain the link in a getURL and set the useHandCursor to false…