PureMVC Architects Lounge

Announcements and General Discussion => Getting Started => Topic started by: mudittuli on July 30, 2008, 12:20:23



Title: Flash cs3 and PureMVC
Post by: mudittuli on July 30, 2008, 12:20:23
I was trying to compile Hello Flash application in Flash CS3 and i got this

1046: Type was not found or was not a compile-time constant: WebService.
1046: Type was not found or was not a compile-time constant: HTTPService.
1046: Type was not found or was not a compile-time constant: RemoteObject.

Any Ideas ?


Title: Re: Flash cs3 and PureMVC
Post by: puremvc on July 30, 2008, 04:42:39
Not sure but HelloFlash doesn't use any of those classes. Can you tell us anything about your installation?

Also, if you haven't already, try removing the PureMVC swc from your classpath, as Flash doesn't use it.

-=Cliff>


Title: Re: Flash cs3 and PureMVC
Post by: Lothiack on July 30, 2008, 06:12:35
Try checking this post too:
http://curtismorley.com/2007/06/20/flash-cs3-flex-2-as3-error-1046/


Title: Re: Flash cs3 and PureMVC
Post by: mudittuli on July 30, 2008, 10:51:37
Not sure but HelloFlash doesn't use any of those classes. Can you tell us anything about your installation?

Also, if you haven't already, try removing the PureMVC swc from your classpath, as Flash doesn't use it.


Flexunit and Asunit were added to the Classpath(Preferences), but why would they cause these errors to appear in a PureMVC project ?
Removed them and it is working fine now !