6/16/2010 3:46:29 AM
Title:
convert html to flex
Hi,
I have a html file. how to convert html file to flex.
Plese help me.
6/16/2010 7:33:34 AM
:) I don't think such kind of software is available. If its just text and images you can use the text box and set html content to it . i.e
myTextBox.htmlText="This is html <font='arial'>text</font>."
You can use some html tags, all tags are not supported
11/23/2011 9:14:44 AM
Hi,
I have realized a swc library able to give back flex components from html code; simply you invoke your html pages and these are turned into flex components; its use is very simple and it has other features to implement.
You can find all the info at http://frontal.isapp.it
Regards.
Angelo