[Flashcoders] Odd compiler errors in CS3

2008-08-15 Thread Merrill, Jason
I am getting odd compiler errors in my .fla. I'm not using any Webservices, RemoteObject classes, or HTTPServices at all. I don't know why the compiler would complain: 1046: Type was not found or was not a compile-time constant: WebService. 1046: Type was not found or was not a compile-time

Re: [Flashcoders] Odd compiler errors in CS3

2008-08-15 Thread H
Have any swc components in the library that could be causing it? Are there any other classes in your class path? If it's as simple as you've described, maybe you should create a new fla and move code and timelines over little by little - when the new fla begins throwing the errors, you will know

RE: [Flashcoders] Odd compiler errors in CS3

2008-08-15 Thread Merrill, Jason
subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of H Sent: Friday, August 15, 2008 4:56 PM To: Flash Coders List Subject: Re: [Flashcoders] Odd compiler errors in CS3 Have any swc components in the library that could be causing it? Are there any

RE: [Flashcoders] Odd compiler errors in CS3

2008-08-15 Thread Dave Watts
So I got it fixed, but it's still perplexing. I mean, it's a large project, we do use Webservices and such in it, but I wouldn't think Flash CS3 would get messed up compilinng the doc class when it's right next to the fla, no matter what other files are around it. Very odd. I know

RE: [Flashcoders] Odd compiler errors in CS3

2008-08-15 Thread Merrill, Jason
Blog subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Watts Sent: Friday, August 15, 2008 5:25 PM To: Flash Coders List Subject: RE: [Flashcoders] Odd compiler errors in CS3 So I got it fixed, but it's still perplexing. I mean, it's

Re: [Flashcoders] Odd compiler errors in CS3

2008-08-15 Thread H
I think if your Flex main source folder is the project root (just blank) and not something like src or source, your .fla document class will be part of the flex project classes... If the document class was at the root of the main source folder, the document class would be considered an application

RE: [Flashcoders] Odd compiler errors in CS3

2008-08-15 Thread Dave Watts
Right, yeah. but curious why would Flash CS3 report the error? Very odd, it's like when it compiles, it's trying to grab other classes from other parts of the project unrelated to the .fla. This is part of a FlashDevelop Flex 3 project, but using Flash CS3 to compile this particular