Hi Vishal,
> Hi,
>
> I have to integrate adobe flex in my qooxdoo application. I have added the
> flex application successfully by HtmlEmbed object.
>
> Now I need to call the function in flex from my qooxdoo method.
>
> I tried for following code,
>
>       function getFlexApp(appName)
>       {
>         if (navigator.appName.indexOf ("Microsoft") !=-1)
>         {
>           return window[appName];
>         }
>         else
>         {
>           return document[appName];
>         }
>       }
>
> getFlexApp('Connection').flexFunction();
>   
I have never done Flash or Flex embedding but have you tried using the 
class qx.ui.embed.Flash to embed your Flex app?

Best Fabian

-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, 
Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to