I\'ve been using flash functionality in order to f开发者_开发百科ill in dynamic text variable with an external data. The script works fine, except that now runs very slow - around 30 seconds or so.
This is giving me no sleep, I\'ve added my test application here. Just copy and paste to test the application adds well formatted html text to a text area on clicking \'add\'
I\'m using Flash CS4. 开发者_运维问答Everything functions as it should when CS4 previews the swf after compiling it.
Greetings, I can see that when I set htmlText in a textarea control, the text property contains the html free version of the text. So there is a parser somewhere that is ripping of html from the cont
I\'m using tinyMCE to edit/markup text in a Zend Framework backend. I\'d like to use the generated HTML in a Flash AS3 Application.
So I have a MovieClip asset with a dynamic textfield sitting inside of it.I export my .fla as a .swc to use within Flash Builder 4, and create instances of the asset with code, populating the text dyn
I want to make a text highlight in flex t开发者_如何学运维extArea but its htmlText doesn\'t support <font bgcolor=\'#FFFF00\'> part of my text </font> so I\'m searching for a font witch is
This is an issue with textField.htmlText in actionScript 3.0 and the class I\'m making for it. In an attempt not to post my whole class, I\'ve managed to boil down the problem to what seems like a si