Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Flash cs3 and PureMVC  (Read 8730 times)
mudittuli
Newbie
*
Posts: 2


View Profile Email
« 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 ?
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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>
Logged
Lothiack


Email
« Reply #2 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/
Logged
mudittuli
Newbie
*
Posts: 2


View Profile Email
« Reply #3 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 !
Logged
Pages: [1]
Print