APL_Designs
12-04-2008, 02:45 PM
Can someone point me to a post or give me some simple directions regarding the use of HTML text within flash.
Here's what I want to do:
A server script generates html formatted text (<p>,<strong>, etc) and places it in a specific <div>. I want to extract that text, which may include an <img> tag, but no other 'fancy' HTML, and put that into a text field in flash.
I know I can get the information I want by ExternalInterface.call and return the document.getElementByID().innerHTML.
I can get the HTML to show up in an alert box, but I can't seem to store it correctly, or insert it correctly so that it shows in Flash.
Any direction will be apprecitated.
Thanks.
Here's what I want to do:
A server script generates html formatted text (<p>,<strong>, etc) and places it in a specific <div>. I want to extract that text, which may include an <img> tag, but no other 'fancy' HTML, and put that into a text field in flash.
I know I can get the information I want by ExternalInterface.call and return the document.getElementByID().innerHTML.
I can get the HTML to show up in an alert box, but I can't seem to store it correctly, or insert it correctly so that it shows in Flash.
Any direction will be apprecitated.
Thanks.