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

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Development » ExternalInterfaceScreenshots 
Detect support for the ExternalInterface API
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
1.Declare myFunc() function to be callable by the wrapper
2.Use available property to detect support for the ExternalInterface API before executing methods that use the classUse available property to detect support for the ExternalInterface API before executing methods that use the class
ww__w_.j___a___va__2s__.c_o___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.