PDA

View Full Version : external html text


Stan Janssen
09-02-2003, 06:50 AM
Hi there,
another question: I want to load html into a text box from a txt file. The texbox is configured to read html. What form of html should I use? It was different from the javascript-like html what you must use in flash itself, when putting html into an actionscript..... I've got that little text formatter from one of the tutorials on this site, but it doesn't get me any further. And, for example, do I need to put "quotes" around the <p> and </p> tags?:confused:

Stan.

farafiro
09-02-2003, 07:26 AM
text=<FONT FACE = "Tahoma" SIZE = "14" COLOR= "#FF6600"><U><A HREF ="http://www.actionscript.org" >click here to launch ActionScript.org </A></U></FONT>
&input2=well <P></P><Font COLOR= "#0000FF"><u><A HREF ="http://www.actionscript.org" >click here click here click here</A></u></Font>&spades\r\r;

Stan Janssen
09-02-2003, 11:04 AM
That code doesn't seem to work.....I get errors.....

farafiro
09-02-2003, 11:26 AM
r u sure??

Stan Janssen
09-02-2003, 11:57 AM
Ok it now works. Something was wrong with my textbox.

Thanks.