Hi,
I am using air application
I renderer html using HTMLLocader. but now I want to edit this html.
How can I do this?
my code is
var html:HTMLLoader = new HTMLLoader();
var urlReq:URLRequest = new URLRequest("index.html");
html.width = 900;
html.height = 900;
html.load(urlReq);
box.addChild(html);
-----
Thanks
Rohit Bhatia
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---