# Dynamic text issue cursor

**URL:** https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968
**Category:** flash
**Created:** [August 8, 2003, 2:35pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968 "2003-08-08T14:35:38Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![trevorsaint](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/trevorsaint/32/268_2.png) [@trevorsaint](https://forum.kirupa.com/u/trevorsaint)
#### Post date: [August 8, 2003, 2:35pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968/1 "2003-08-08T14:35:38Z")

</div>

Hi all. Just a quick question for you. I understand dynamic text is ideal for pixel perfect fonts. Thats cool. However is there a method of removing the text cursor icon when hovering over the text?. For example in a html document you could edit the body tag and select cursor default using css. Then when you hover over the text in the browser the icon remains the same.

I hope this makes sense. It just looks better this way, well I think so anyway. If you have the answer please let me know. I did try converting the text into a graphic, but still no joy. I can only assume that, something like cursor = default.

well if anyone could help I would be very thankful.

Trev

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2003, 2:44pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968/2 "2003-08-08T14:44:14Z")

</div>

i think your saying you dont want the text to be selectable, sry if i am wrong. to do this there is an option in your properties panel, that say’s “make text selectable” . just uncheck it

hope thats whats you were looking for

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2003, 2:46pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968/3 "2003-08-08T14:46:24Z")

</div>

I feel like a d\*\*\*, i found it after i posted this message 🙂 - but thanks for the reply. maybe you could help - I forgot the as for preventing the user resizing the flash file. I think it was something simple like resize = false, can you please let me know what it is that would be great 🙂

Trev

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2003, 2:51pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968/4 "2003-08-08T14:51:06Z")

</div>

resize flash file? what do you mean? do you mean the browser window?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2003, 3:00pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968/5 "2003-08-08T15:00:05Z")

</div>

Sorry I should be more specific. When you view flash files on the web. the user has the option to zoom in. My request is for preventing this action, so the user may not be able to zoom in. I have done this before with a simple action script, but do not remember the small line of code. I am sure it was resize = false; except this is not working as it should.

I hope this makes my question a little more clearer than previously.

Thks

T

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2003, 3:07pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968/6 "2003-08-08T15:07:31Z")

</div>

hmm sry i don’t know the answer to that one

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 8, 2003, 4:39pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968/7 "2003-08-08T16:39:35Z")

</div>

I think thats what you want:[AS]Stage.showMenu = false;[/AS]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 10, 2003, 12:22pm UTC](https://forum.kirupa.com/t/dynamic-text-issue-cursor/27968/8 "2003-08-10T12:22:49Z")

</div>

That did the trick. Thank you Claudio :beam:
