I have got modules loading fine when my project is on a local drive.
But I am having trouble with the correct module path for a project
that is set up on a ColdFusion server. I have located the module swf
in the TestProject-debug folder, and thought that the following would
work:

<mx:ModuleLoader
                                 
url="http://server1:8500/TestProj-debug/com/modules.TestMod.swf";
 ready="applyModuleSettings(event)" error="errorHandler(event)"/>

Error = "URL Not Found". 

Is my syntax off or is this the wrong place to look for the module? As
always, TIA,

Mic.

Reply via email to