Quote:
Originally Posted by SWFKit
Can you call ExternalInterface directly in your fla file?
|
When I call the ExternalInterface directly like the following
import flash.external.*;
var isAvailable:Boolean = ExternalInterface.available;
trace(isAvailable);
I got the result undefined. Do you have any suggestions?
Thanks