Hi,
My code like this:
<mx:HTML id="htmlViewer" width="100%" height="100%">
My html page has been encrypted by crypto. I need to decrypt a html page content and display it in the "htmlViewer".
When I tried to load the page without decrypt the page displayed like below.
«Ho f —²Ý&ë–ZOÞ. Þð
Then used URLloader class. At complete event of URLLoader , assigned the loader data to
htmlViewer.htmlText=e.target.data;
But the result was not fair. It was not pulling the img and styles that specified in the HTML page.
How can i derypte the file and load it. ?. I need the same result how i see the page in the browser.
Help me Please.
Thanks,
Imgsrn.