Carvalhar
unread,Mar 19, 2009, 11:51:22 PM3/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to htmlwrapper
Hi,
I have a CMS where i save in database my content in html format and I
'd like to render this html in my flex application.
so my first doubt about htmlWrapper:
how to use it to render the html inside flex, as a component, without
the need to javascript access or ExternalInterface.
i'd like to have something like this in my application:
<mx:Panel>
<component:htmlwrapper html = "{myVarWithHTMLCode}" />
</mx:Panel>
And them, the htmlwrapper component returns what it does well...
Can this be possible?
Thanks in advance.
Carlos