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 7586803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:31:00+00:00 2026-05-30T19:31:00+00:00

I launch an Actionscript function through javascript via ExternalInterface. <script type=text/javascript> var flashvars =

  • 0

I launch an Actionscript function through javascript via ExternalInterface.

<script type="text/javascript">
var flashvars = {};
var params = {};
params.allowscriptaccess = "always";
var attributes = {};
swfobject.embedSWF("/img/tts_langx.swf", "tts_lang", "1", "1", "9.0.0", false, flashvars, params, attributes);
</script>

However, when flash doesn’t load, or player isn’t available, everything breaks. So I want to check for flash and if it is not loaded for some reason kill that part of the process only.

I make the check through:

function thisMovie(movieName) {
 if (navigator.appName.indexOf("Microsoft") != -1) {
     return window[movieName];
 } else {
     return document[movieName];
 }
}

and then I make:

if(thisMovie('myFlash').theActionscriptFunction==null){...}else{}

which is a very ugly way, but works in firefox and safari, not in Chrome.

How can i make this check in the best way and know for all the browsers, if flash is available for functions in it?

  • 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-05-30T19:31:01+00:00Added an answer on May 30, 2026 at 7:31 pm

    A very simple way would be to change the Flash movie in this manner:

    When the movie loads (in the load listener in AS), add this

    if(ExternalInterface.available) {
        ExternalInterface.call(flashReady);
    }
    

    and in the javascript, have a function called flashReady which does the thing it needs to

    function flashReady() {
        //Your awesome function body here
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to launch a new window in JavaScript using the window.Open function,
You launch a java program from a console (maybe using a .bat script). I
Goal: To launch VLC player through PHP code, and play the specified video in
I'd really prefer my actionscript 3 project to launch in a debugger window outside
I launch several external process via a call to Runtime.getRuntime.exec(java myApp); I monitor the
I'm trying to launch an EC2 instance with a script in the user-data. The
I launch a child process in Java as follows: final String[] cmd = {<childProcessName>};
I launch my program in C#, which then calls some unmanaged C++. When I
I launch the following command line (process) from a Windows VC++ 6 program using
I launch an activity to capture a picture from camera: Intent i = new

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.