Haven't seen this one before.  If you test case is small, please file a
bug.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of bjorn -
Sent: Tuesday, November 20, 2007 4:53 AM
To: [email protected]
Subject: [flexcoders] Problem with ModuleLoader on Linux?

 

Hi,

 

we load a module using the ModuleLoader and this works fine on Windows.

 

  loader = new ModuleLoader();
  loader.url = this.config.module_gateway_url;      
  loader.addEventListener( ModuleEvent.READY, moduleReady );
  loader.addEventListener( ModuleEvent.ERROR, moduleError );
  loader.loadModule();

 

When we debug our application we see that moduleReady() is called both
on Windows and on Linux - however bytesLoaded is 0 on Linux and
ModuleLoader's child is null (as opposed to Windows where it is the
actual bytes of the module and the child has the module's content). 

 

Is there a known problem with ModuleLoader on Linux?

-- 

========================
http://www.juicability.com <http://www.juicability.com>  - flex blog
http://www.43min.com <http://www.43min.com>  - funny movies 

 

Reply via email to