Hi All,

I load a html page by using HTMLcontrol.

My code controls of loading each HTML page. Code is like this:

<mx:HTML id="htmlViewer" width="100%" height="100%">
public function loadHTMLPage(url:String):void{
    htmlViewer.htmlLoader.load(new URLRequest(url));
}

loadHTMLPage function response to load the html page.Before loading, we
decrypt the html page and load it.
We are facing the problem when the page has a href attribute. When href
link was clicked the webkit of AIR has directly load the page itself
because of this activity the page which loaded are in decrypted.

How to capture href click in Actionscript?

Thanks in advance.

Thanks,
Imgsrn.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/flex_india?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to