Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8901753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:26:23+00:00 2026-06-15T01:26:23+00:00

How do I call a function in ActionScript 3 from JavaScript that has been

  • 0

How do I call a function in ActionScript 3 from JavaScript that has been injected into the page using ExternalInterface.call()?

I’ve tried this a bunch of ways, to no avail.

Here is a simplified version of all the necessary code:

public function myClass() {

    ExternalInterface.addCallback("callASFunction", myASFunction);

    var loadJS:XML =
    <script><![CDATA[

        function(oid){

            ob = document.getElementById(oid);

            if (!window.FB) { /* Include FB JS SDK */ }

            window.fbAsyncInit = function() {

                FB.init({ ... });

                FB.getLoginStatus(function(response) {
                 /* ob.callASFunction(); <= ERROR */
                    ob.callASFunction(response.status); /* <= FIX */
                });
            }
        }

    ]]></script>

    // Inject the JS into the page
    ExternalInterface.call(loadJS, ExternalInterface.objectID);

}

public function myASFunction(vars:String){

    // Do great things

}

Comments

The line marked with <= ERROR throws the following in Chrome:

Uncaught Error: Error calling method on NPObject.

And in FF:

uncaught exception: Error in Actionscript. Use a try/catch block to find error.

I believe that the issue is that the ExternalInterface.addCallback() is not attaching a listener on the Flash object before the ob.callASFunction() is called.

Or, perhaps I’m missing something.

Any pointers would be much appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T01:26:24+00:00Added an answer on June 15, 2026 at 1:26 am

    There are two possible fixes to this.

    Don’t force a parameter for the called AS method

    public function myASFunction(vars:String = null){ ... }
    

    or

    Always pass a variable to the method

    ob.callASFunction(response.status); /* <= FIX */
    

    Bit of a facepalm moment.
    :{D


    Note: I’ve edited my answer to reflect the JS fix, but not the AS one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I could call a javascript global function from ActionScript using ExternalInterface. Can I somehow
I'm trying to have JavaScript call a function from my ActionScript. ActionScript: import flash.external.ExternalInterface;
I want to call my update(id) javascript function from my flash menu with actionscript
HI, im trying to call a javascript function from my actionscript code but its
I am trying to call a method of a javascript from the actionscript using
I'm trying to call a function in my ActionScript from my JavaScript, I've managed
I have encounters this abap snippet that I have difficulty to comprehend. call function
I tried to call a flash callback method from JavaScript. But it seems not
I want to call AS function from JS. I have the following ActionScript 3
I am trying to call a actionscript method from javascript, but it says flashObj.method()

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.