Closed Bug 362069 Opened 18 years ago Closed 18 years ago

Applet player notinited

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: girish.kajrolkar, Unassigned)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7

I'm trying to run a installation of a product through browser. The html page has a button "Please wait". Once the Java plugin is loaded then the button turn to "Install". With Mozilla Firefox the button never turn to Install, the status bar show a message "Applet setupPlayer notinited".

Reproducible: Always




function startInstall() {
    if (ether)
    {
        ether.Play();
        if (intervalID == 0)
            intervalID = window.setInterval("IsSetupFinished()", 3000);
    }
}
Possibly not even a Firefox problem (could be Sun JRE vs. MS Java incompatibility, or IE-only web code), but definitely not "Security" component.

Not enough information to make a valid bug here (what site? What kind of object is "ether" in your code snippet?). Contact user support (http://www.mozilla.org/support/ -- forums, newsgroups or IRC) and have them help you narrow this down to either "not our problem" or enough information to reopen this bug.

If you forget the support link above it's the very first "Get help with your problem" link on the bugzilla front page. It's first for a reason.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Component: Security → General
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.