PDA

View Full Version : generate html and display in a browser


jimmy
01-30-2006, 09:49 PM
Hi guys,
I was wondering if actionscript 2.0 had a way to display a html string in a browser. For example, in my flash application I would have a string consisting of html:

htmlString = "<html><body>HELLO!</body></html>";

//somehow display this in a browser from flash projector



(in php you can simply say echo "htmlString";)
I am wondering how to do this in actionscript 2.0 from a flash projector.

Thanks,
jimmy

jimmy
01-30-2006, 09:54 PM
Also, this is flash8