Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
blrbd #1
TextArea HTML Help
If someone can help it would be great!....I'm using ActionScript in Flash
MX2004 to fill a TextArea box with results from some calculations. I have the
TextArea properties set to HTML because that helps with the formatting. But
now the global styles don't work for Font Color and Font Size. In regulare
HTML those usually need "" around them so I can't figure out how to send them
in HTML to the TextArea or is there another way to format the text in the
box...??
Thanks in advance for the help
blrbd Guest
-
Using PHP + Images in an html TextArea tag
I'm trying to add images to a TEXTAREA tag (in my PHP web page) using the usual image tag: <INPUT TYPE="image" etc. But the images are not... -
strip html tags from textarea content
Hi, I'm really new to flex developing, I'm writing a page that have to retrieve some content from an xml file and display it in some form... -
TextArea
I am making a simple blog, and was wondering if anyone had any suggestions on making a wysiwyg editor. I want to try and make it as much cross... -
textArea - HTML - img URL
I've got a textArea loading html from an external file. The problem is with displaying images. Everything works fine when the image URL is e.g.... -
Removing carriage returns from <textarea></textarea> input
Hiya, I have a form with a <textarea></textarea> to receive user input. This input is then stored in a database and sent by fax... I need to... -
creativity06 #2
Re: TextArea HTML Help
this.createTextField("tfNewfield",1,10,10,150,30);
tfNewfield.text = "This is your text";
tfNewfield.html = true;
tfNewfield.htmlText =
"Here is a link to <a href='http://i-technica.com'>HTML Formatted Text
here</a>";
creativity06 Guest



Reply With Quote

