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: Public class IFacade not found when re-compiling .swf file  (Read 6319 times)
kirkrawlins
Newbie
*
Posts: 1


View Profile Email
« on: March 04, 2011, 05:31:29 »

I am somewhat of a newbie. I have inherited a site built with the puremvc framework about 3 years ago. I needed to update some of the external .as files. It is my understanding that those edits won't be accessible until I recompile the host .fla file and run the new .swf file. Is that true?

If so, when I try to re-publish my .fla source I receive these errors:

AppFacade.as, LINE 28   1017: The definition of base class Facade was not found. Public class AppFacade extends Facade implements IFacade.

AppFacade.as, LINE 28   1045: Interface IFacade was not found. Public class AppFacade extends Facade implements IFacade.

AppFacade.as, LINE 87   1020: Method marked override must override another method. override protected function initializeController():void
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: March 10, 2011, 08:50:32 »

Sounds like PureMVC is not in your classpath. Check out the installation page for info on how to take care of that.

http://trac.puremvc.org/PureMVC_AS3/wiki/Installation

-=Cliff>
Logged
Pages: [1]
Print