Mickey
11-05-2003, 11:05 AM
Hey, I'm pretty new to Flash, and I'm having trouble figuring this one out. I'm using Flash MX. I want to load the text of an HTML file into a text field in Flash when it loads so it will be easy for somebody else to just update the HTML page instead of the Flash page to make changes. I created a text field in actionscript and set the color to white and background color to black. If I just give a string to the .text property of the field everything works great. I even had success loading a text file into it. However, this is just plain unformatted text. I want to be able to load in the text from a file with HTML tags so it will look nice. However whenever I set the .html property of the text field to true everything stops working. I can't get any text to show up. Even when I pass it a string to the .htmlText property nothing happens.
So I was wondering how I get it to load HTML formatted text into the text field when I create it. I've tried creating a string variable and using the loadVariables() to load the text into that string variable and then pass its value to the .htmlText but when I trace that variable after I supposedly assign it the text with the loadVariables() it says it is undefined. So can anyone explain to me how to do this. Maybe I'm having syntax problems? Maybe I'm going about it all wrong? Maybe you can point me to a sample file that accomplishes what I'm trying to do? Anything would be appreciated.
Thanks
So I was wondering how I get it to load HTML formatted text into the text field when I create it. I've tried creating a string variable and using the loadVariables() to load the text into that string variable and then pass its value to the .htmlText but when I trace that variable after I supposedly assign it the text with the loadVariables() it says it is undefined. So can anyone explain to me how to do this. Maybe I'm having syntax problems? Maybe I'm going about it all wrong? Maybe you can point me to a sample file that accomplishes what I'm trying to do? Anything would be appreciated.
Thanks
