You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to htmlwrapper
Is it possible to pass htmlwrapper a string of HTML (or a url) and
embed the result in an existing swf.
I'm working on a project which needs to render out html content. The
Flash implementation via htmlText is pretty poor. This project looks
great but from what I understand relies on the wrapper.js pass the
page to the render engine.
I was thinking it may work by say importing a wrapper class, passing
it dimensions, content etc., then adding it to the stage as a nicely
rendered page.