But that means I have the load the whole Flex application. How am I am going to share the screen between Flex and html?
On Fri, Sep 11, 2015 at 9:51 AM pkumar.flex <[email protected]> wrote: > You can use ExternalInterface.addCallback(). This function basically use > for calling Flex function from javascript. > you only need to call a javascript function and then java script will call > Flex function to load module. > > On Fri, Sep 11, 2015 at 2:06 PM, mark goldin [via Apache Flex Users] < > [email protected]> wrote: > > > I am looking for some ideas if anything to do the following. > > The main Flex application screen is constructed as a top horizontal menu. > > When a menu item is clicked a Flex module is loaded and it's shown > > underneath of the top menu. I am trying to replicate the main page in > html > > which would have the same top menu and fire Flex modules. I understand > > that > > a module is not an application and cannot run without one. Any idea of > > making it work without substantial refactoring? > > > > Thanks > > > > > > ------------------------------ > > If you reply to this email, your message will be added to the discussion > > below: > > > > > http://apache-flex-users.2333346.n4.nabble.com/Running-flex-modules-from-html-shell-tp11171.html > > To unsubscribe from Apache Flex Users, click here > > < > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=cHJhc2hha3VtYXJAZ21haWwuY29tfDF8LTU0MTcyMzE2NA== > > > > . > > NAML > > < > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > -- > *Regards,* > Prashant Kumar* | *Mob.: +91 8408811225 > > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Running-flex-modules-from-html-shell-tp11171p11173.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
