I have a mxml application which is loaded into another movie. this requires it to implement certain functions.
is it possible to have the main class of an mxml app to implement an interface?
if yes, how?
I have a mxml application which is loaded into another movie. this requires it
Share
Every mxml component (and
Applicationtoo) hasimplementsproperty where you can add your interfaces. Here’s example:App.mxml:
IInterface.as: