I’m writing a simple html page creator that will generate html code on customized settings. Now i want to add a “Demo” button that will generate a html page on the fly for the user to see the end result.
Is there any way to generate it in an online application?
Thanks
Actually, you don’t need to use the server. You can use javascript: urls within Flash to achieve what you want, like so:
All you need to do is replace the HTML code in the document.write() part of the JavaScript code with your own code.