A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: problem of ExternalInterface

Threaded View

  1. #1
    Senior Member HBB Alfred's Avatar
    Join Date
    Apr 2004
    Location
    *^_^*
    Posts
    132

    problem of ExternalInterface

    hello~
    i have tired to ExternalInterface but it doesnt work
    Code:
    // as
    myBtn.onPress = function()
    {
       flash.external.ExternalInterface.call("jsFunc", "hi");
    }
    // js
    <script language="javascript">
    function jsFunc( args )
    {
       window.alert(args);
    }
    </script>
    my flash player version is 8.0.15.0
    Last edited by HBB Alfred; 08-21-2005 at 11:17 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center