Re: [Flashcoders] weird class could not be loaded.

2006-09-06 Thread Hans Wichman
Hi, it might be that you are using relative class paths. If so, the fla will compile all right, but during syntax check, there is no relative path to start from. You will need to add a full absolute classpath, and it should go okay. grtz JC On 9/6/06, Adrian Ionut Beschea [EMAIL PROTECTED]

Re: [Flashcoders] weird class could not be loaded.

2006-09-06 Thread Hans Wichman
no not on the publish settings, since that is only for the fla, on the edit - preferences menu grtz JC On 9/6/06, Christian Pugliese [EMAIL PROTECTED] wrote: do you mean the full path on the publish settings as2 preferences? if yes, i´ve already done that... date time is ok too, anyway i´ve

RE: [Flashcoders] weird class could not be loaded.

2006-09-05 Thread Mike Keesey
What's the path? Is the class name actually myClass? ― Mike Keesey -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Christian Pugliese Sent: Tuesday, September 05, 2006 2:31 PM To: Flashcoders mailing list Subject: [Flashcoders] weird

RE: [Flashcoders] weird class could not be loaded.

2006-09-05 Thread Adrian Ionut Beschea
It happened to me as well. Is the datetime of your computer screwed up ? Usually when flash compiles classes, it saves them as .aso files. If the class file is actually older, then he skips the compiling I think. Deleting the aso files should do the trick. That's the only explanation I could