http://net.tutsplus.com/tutorials/tools-and-tips/introduction-to-adobe-air/

On Jul 27, 3:56 pm, rohit <rohitde...@gmail.com> wrote:
> use externalInterface method of actionscript
>                          OR
> u can get the javascript variable like this
>
> var document:Object = e.currentTarget.window.document;   //(private
> function onHTMLLoadComplete(e:Event):void)
>
> Rohit Bhatia
>
> On Jul 27, 2:03 pm, Vivian Richard <kanps...@gmail.com> wrote:
>
> > Hi as I load a page in my html component using <mx:HTML>
> > component, how do I call a javascript function that is in the
> > html content.
>
> > for example <mx:HTML id="html" location="http://www.google.com"/> in
> > loaded. Now as I see in the source page in google.com there is a javascript
> > function called SSSSSS(). I want to call that using actionscript. How do
> > I do that?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to