I've got a few issues I was wondering if anyone could steer me in the right direction with:
I've got a movie with a Flash Sprite that outputs a line of HTML-formatted text on a button event in Flash. I need to take this string and put it in an array, then as a line in a scrolling field on the stage (each button event adding another line to both the array and the field on the stage) and also put the array into an HTML file that gets saved to disk. I've got an array of the strings which gets added to at each button event. The way I've done this is to first display each single string from Flash in a test field, then add the text of that field to the array and to the larger (scrolling) field. What I'm NOT sure how to do is - how do I add the lines of the array to the field lines? Similarly, how do I add the array as lines to the HTML file? I can do one at a time, but how do I dump the whole list into successive lines all at once? Additionally, I can't seem to get the string, which is coming in as HTML formatted text, to display in the field as HTML-formatted text (as opposed to HTML code). I do have the field set to display HTML, but if the string has tags in it like <I></I>, these also show up in the text. Steve [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
