View Single Post
  #5 (permalink)  
Old 05-23-2009, 06:35 AM
multitid multitid is offline
Junior Member
 
Join Date: May 2009
Posts: 6
Default

Quote:
Originally Posted by SWFKit View Post
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
Reply With Quote