PDA

View Full Version : Passing text from Javascript to Dynamic Text Box


indy2005
05-09-2006, 12:41 AM
Hi,

I have the Javascript Flash integration kit working, but when I pass text in from a HTML input field, the text is truncated in the Dynamic Text box.

I have a text box embedded in a movie clip on the main root. As a test I also extract the length of the string being passed in and even though this may state 100 characters, I only get about 20-40 (it varies) in the text box.

Any ideas??

Regards

Stephen

Ram
05-09-2006, 07:12 AM
Hi,

Check out with making the text filed multiline and wordwrap.

Increase the size of the text box and make sure u have no escape characters in html like "&nbsp" and etc.


Good luck.

Cheers,
Ram