Forum LAMS for Tech-Heads - General Forum: Re: Re: Re: lams_flash compiling problem


 
Search: 

4: Re: Re: Re: lams_flash compiling problem
In response to 3 07/01/08 06:08 PM
[ Reply | Forward ]
Hi Luis,

Making changes to the monitor module requires you to publish and deploy two separate .fla files:

lams_monitoring_v1.fla
lams_monitoring_main.fla

The lams_monitoring_v1.fla contains the library components used in monitoring, so it's best that you publish it before lams_monitoring_main.fla such that the main module can refer to these components.

Kristian was spot on about the need to adjust the classpath to suit your setup, however it needs to be done for both .fla files. My guess is that the conflict is occurring because it was only done for one, but not both files.

Let me know if this helps,

Daniel

Posted by Daniel Carlier

5: Re: Re: Re: Re: lams_flash compiling problem
In response to 4 07/01/08 06:59 PM
[ Reply | Forward ]
Hi Luis,

I noticed you mentioned that you are using Macromedia Flash 8 to compile the source, may I suggest if possible to use Macromedia Flash MX 2004 (v. 7.2) to compile and see if you have the same results. MX 2004 (v. 7.2) is the current version we use in the dev team and most tested using this software, Flash 8 has been trialed but found to produce errors due to possible library differences.

Also something else to note is that line 28, the import line for the 'ui' package may be removed if it is causing this conflict as is not required in the class.

Using the older version of Flash IDE should resolve your problems, and yes as above make sure the classpath's are set correctly for both FLA files.

Hope this is helpful.

Regards,
Mitchell

Posted by Mitchell Seaton

6: Re: Re: Re: Re: Re: lams_flash compiling problem
In response to 5 07/01/08 08:57 PM
[ Reply | Forward ]
THANKS GUYS!! it works! thanks a lot

Posted by Luis Felipe Alvarez

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum