I am creating html container on run time and want to set htmlLoader.placeLoadStringContentInApplicationSandbox to true via action script
how can i write code?
If i am creating any html container in my mxml code and writting code like below
"htmlContainerID.htmlLoader.placeLoadStringContentInApplicationSandbox = true;"
it is working perfect but i am not able set this property on run time. how can i do this?
Please guide. Thanks