Detect support for the ExternalInterface API : ExternalInterface « Development « Flex
- Flex
- Development
- ExternalInterface
Detect support for the ExternalInterface API

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Label id="l1" text="ExternalInterface.available.toString()" />
</mx:Application>
Related examples in the same category