Hi, I'm trying to use flashinterface to communicate from flex to a flash
8 movie.
Here is the code in a custom component:
public function creationCompleteHandler( event:Event = null ):void {
FlashInterface.publish(this, true);
FlashInterface.register("demo", mainEditorLoader.content);
}
- When the class hits FlashInterface.publish I get this error:
ReferenceError: Error #1069: Property parameters not found on
course.ui.LeftCoursePanel and there is no default value.
at
flx.external::FlashInterface$/flx.external:FlashInterface::getId()[...\flexinterface\flx\external\FlashInterface.as:491]
Anyone have a clue why this is?