I'm having similar problem(flash 7) too. And it's even stranger. All my class files are on local. Some have this error, some donn't. But all files can still be compiled even with this error.

----- Original Message ----- From: "Robin Burrer" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Thursday, December 08, 2005 8:33 PM
Subject: RE: [Flashcoders] strange compiler error


I set my system clock two years back (even though I'm pretty sure the
system clock of the computer I created the file originally is set
correctly") -didn't help either.

I had similar problem a couple of moth ago. I had two classes which both
had a variable of the data type of the other class.

The flash complier (back then it used flash 7) gave me the same error
message.

I found a workaround by declaring one of the variables as an object
datatype so I didn't have to import the class.

In this application this is however not the case. I hope all these
issues will be solved in AS3.

Robin



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy
Johnston
Sent: Friday, 9 December 2005 3:15 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] strange compiler error

*Shrug*

http://www.epresenterplus.com/blog/archives/000030.html

I tried deleting the aso files and restarted my computer
- nothing helped :-(


---Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy
Johnston
Sent: Friday, 9 December 2005 2:25 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] strange compiler error

Are your classes on a network drive?

This usually is a time stamp syncing error

Try restarting your machine or deleting the aso files



Hi there,

I try compile a fla file with the flash 8 IDE. It always gives me this
pointless error message.

**Error**
E:\vss_data\ActionScriptClasses\org\hubb\flashBrowser\UserVO.as: Line


2:


The name of this class, 'org.hubb.flashBrowser.UserVO', conflicts with
the name of another class that was loaded,
'org.hubb.flashBrowser.UserVO'.

Where's the conflict here? That's the same class?

All my project classes are in the same directory
"org.hubb.flashBrowser";
My main class imports all required classes.
e.g. import org.hubb.flashBrowser.UserVO'


And here's the wired thing:
When I try to compile this fla at home it works just fine. Also if I
do
a syntax check with MTASC it's not giving me an error.

Any ideas?


Robin
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders







_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders





_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to