Thread
:
App: MVC Gallery
View Single Post
Codemonkey
2008-04-22 #
211
Hey twitch, IController doesn't have those methods, so the flash compiler doesn't recognize them. Either add the methods to the interface or cast IController as AbstractController.
ActionScript Code:
AbstractController
(
controller
)
.
view
=
this
;
But I wouldn't do this, since you already have an interface, it wouldn't make sense to not add these methods to it...
Codemonkey
View Public Profile
Visit Codemonkey's homepage!
Find all posts by Codemonkey