Bug Tracker

Modify

Ticket #9518 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

@mozilla.org/extensions/manager;1

Reported by: estudiosigman@… Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.6.1
Keywords: Cc:
Blocking: Blocked by:

Description

estou tendo problemas no firefox.meu player não toca no firefox,somente no internet explorer.

o codigo que o firefox mostra é este:

%W% %E% Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

get the JQS extension directory const id = "jqs@…"; var ext = Components.classes@mozilla.org/extensions/manager;1

.getService(Components.interfaces.nsIExtensionManager) .getInstallLocation(id) .getItemLocation(id);

create an nsILocalFile for the executable var file = Components.classes@mozilla.org/file/local;1

.createInstance(Components.interfaces.nsILocalFile);

construct command line file.initWithPath(ext.path + "
..
..
..
..
bin
jqsnotify.exe");

and launch it file.launch();

Change History

comment:1 Changed 2 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

This does not appear to be related to jQuery core.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.