Click to See Complete Forum and Search --> : Flash Text Usability


walman05
07-16-2006, 12:18 AM
If I have a text area in flash where the user can type, is it, by default, as usable as an HTML text area? Meaning, can I paste text in just as easily (CTRL+V), can I copy it from there just as easily (CTRL+C), etc.?

My issue is that I am trying to create a text box where the text is not sizable in Firefox (as it is with HTML), but still retains the same usability features as an HTML text box.

Can someone please provide some clarification on this? Or maybe some advice on an alternative to meet my needs?

Thanks,
-Walman

raviganesh91221
07-17-2006, 04:51 AM
U should make the text box type as dynamic. So that the user can select and copy as we do in Html.

raviganesh91221
07-17-2006, 04:52 AM
U can make the text box type as Input. Then U can copy and also paste and U can also edit the text inside the text box. Whereas if u use a dynamic type u can just select and copy but u cant edit it