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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:43:47+00:00 2026-05-31T00:43:47+00:00

I have implemented a web page with Flash Player. And then I have used

  • 0

I have implemented a web page with Flash Player. And then I have used SetVariable keyword to give a param for a flash player object.

document.getElementById('flashPlayer').SetVariable("player.jsUrl","www.my.com/Songs/a.mp3");

It is working finely in IE and Chrome except Firefox. Which keyword is working concern it in Firefox?

P.S The error is “Error calling method on NPObject!”.

  • 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-31T00:43:48+00:00Added an answer on May 31, 2026 at 12:43 am

    Firefox can only use this function on the embed element, not the object element.

    HTML

    <object id="flashPlayer">
        <embed id="flashPlayerEmbed">
    </object>
    

    Javascript

    var player = document.getElementById('flashPlayer');
    
    if(typeof(player.SetVariable) == 'undefined') {
       player = document.getElementById('flashPlayerEmbed');
    }
    
    player.SetVariable("plyaer.jsUrl", "www.my.com/Songs/a.mp3");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have implemented a notification bar at the top of my web page. When
I have implemented a web service with server and client authentication using keytool. The
we have implemented a web application in asp.net 4.0 and customer needs us to
We have implemented SSO in a .NET web application using Windows Identity Foundation (WIF).
I have implemented the image upload code using jquery php in my php web
I am developing a web site. Here I have implemented the URL rewrite in
I am developing a php web site. Here I have implemented clean URL using
I have a web service implemented in WCF. This service is only going to
I have some REST web services implemented in WCF. I wish to make these
I have Spatial Selection implemented on Map in my Web Application, which selects the

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.