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 - flex blog
http://www.43min.com - funny movies

Reply via email to