use SWFLoader for loading external application.
On Fri, Apr 24, 2015 at 3:29 AM, jfb [via Apache Flex Users] <
[email protected]> wrote:
> Hi All,
> Trying to organize an app in flex 3 before migrate to the new SDK. I have
> an issue:
> I have a module as:
>
> private function loadModuleToStage(moduleName:String):void{
> msgBdLoader.unloadModule();
> msgBdLoader.url = Global.appURL + moduleName+'?_ts='+ new
> Date().getTime();
> msgBdLoader.loadModule();
> }
>
> <mx:State name="MSGBoardView">
> <mx:AddChild position="lastChild"
> relativeTo="{body}">
> <mx:ModuleLoader label="Message"
> id="myLoader" width="100%" height="100%" cachePolicy="off"
> cacheAsBitmap="false"/>
> </mx:AddChild>
> </mx:State>
> It loads ok for pages that use mx:Module, but I want to load an external
> application movie (swf file) and load into the module place. How can I do
> this?
> Thanks in advanced.
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://apache-flex-users.2333346.n4.nabble.com/Help-with-modules-tp10161.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/Help-with-modules-tp10161p10163.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.