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

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / General Discussion / Public class IFacade not found when re-compiling .swf file 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
Pages: [1]