In every language there are a lot of tool to inspect the interface exposed by the compiled file, then what is the best tool for Flex swf file? I am debugging my code but the invoke always failed, I am writing my callee like below in my mcml file:
public function playVideo():void
{
svid.play();
return;
}
And in another mcml I am using SWFLoader to load it and call it, but it always failed.
Thanks.