Ubuntu :: Update To Firefox 3.6.6 - No Javascript Sound
Jul 20, 2010
I have recently upgraded to Ubuntu 10.04 from 8.04. It installed Firefox 3.6.6, and now I and many others have no sound in any internet online javascript games nor in anything else that uses javascript for sound on the internet. I also have one site with a small javascript video issue (fails to fully load a gif image that is loaded by javascript).
The upgrade gave me the openjdk for java. I had no sound as described with firefox 3.6.6 and js. I uninstalled that and installed the sun-java6. This did not help. The problem is not java at all. It the fault solely of that version of Firefox. I also messed up someone else's Hardy 8.04 by allowing their computer to also upgrade to this version of Firefox. This was the only thing upgraded- the only change.
Does anyone know how to revert to Firefox 3.5 or even 3.1? I need all the steps. I have to do this in both Ubuntu 10.04 and in Ubuntu 8.04. It is unacceptable to wait for Mozilla to put out a browser update that really works. It may never happen.
I also need to know how to prevent the 3.5 from being upgraded through update manager after I get a working version back.
I found a work around for the Firefox problem in 10.04. that was to install the Google Chrome Browser which does work with javascript sound. That browser is also very fast. I cannot do this for the other computer having Ubuntu 8.04. It is not in synaptic package manager like it is in 10.04. I still want it in the computer that has 8.04 if Firefox can't be fixed.
View 2 Replies
ADVERTISEMENT
Nov 10, 2010
I recently did an automatic update of the Firefox web browser. Before it had sound, but now it doesn't. So I installed SeaMonkey. SeaMonkey has sound and so do all the other applications. Can't get Firefox to play sound though.
View 3 Replies
View Related
Feb 4, 2010
I'm loading an XML file stored in a tiny web server (based on lwip). This web server is not very cooperative and is not marking the http content-type as "text/xml". As result, Firefox is not recognizing the file as xml (IE does) so I can't use DOM methods for parsing the xml file. overrideMimeType("text/xml") should help me avoid this problem but, even having overrided the mymetype, the content-type received is still "text/plain". This is a portion of my JavaScript code:
Code:
var xmlObj;
// loadXMLdata is called from the html file
function loadXMLdata() {
var dataFile = window.location.href.substring(0, window.location.href.lastIndexOf("/") + 1) + "config/myfile.xml";
if (window.XMLHttpRequest) {
xmlObj = new XMLHttpRequest();
// This should override the mimetype...
if (xmlObj.overrideMimeType)
xmlObj.overrideMimeType("text/xml");
xmlObj.onreadystatechange = fillXMLdata;
xmlObj.open("GET", dataFile, true);
xmlObj.send("");
} else {
alert("Your browser can not handle this script");
return; } }
// fillXMLdata is called from loadXMLdata once the xml object is ready
function fillXMLdata() {
if (xmlObj.readyState == 4) {
// Here Content-Type shows again "text/plain"
alert(xmlObj.getAllResponseHeaders());
var xmlDoc = xmlObj.responseXML.documentElement;
// And here section is null
var section = xmlDoc.getElementsByTagName("section")[0]; } }
The xml is quite simple:
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<section>
<item>1</item>
<item>2</item>
</section>
View 1 Replies
View Related
Sep 17, 2009
Is there a firefox add-on to script HTML and/or Javascript directly inside firefox
View 1 Replies
View Related
May 10, 2011
When a JavaScript calls the alert() method, Firefox send out a BEEP in my headphones. Does any one know how to stop that sound? I am running the newest Fedora Linux with Firefox 3.6.16 using Kde as desktop environment.
View 2 Replies
View Related
Apr 10, 2010
after installing Firebug add-on using Firefox automatic add-on installation, I try to run a JavaScript debugger. At first, the "Script" tab was grayed out, so I try enable it by click its pull down menu and select "enable"; however this action causes Firefox to crash. Did I install Firebug incorrectly that causing the crashes?
View 2 Replies
View Related
Jan 14, 2011
I can play a sound on my local machine using the following code, but when I upload to a server the same code it does not play. I cannot work out why, the link below gives the code. The multi channel code is here:
[URL]
Code:
<audio id="multiaudio1" src="audio/flute_c_long_01.wav" preload="auto"></audio>
<audio id="multiaudio2" src="audio/piano_chord.wav" preload="auto"></audio>
<audio id="multiaudio3" src="audio/synth_vox.wav" preload="auto"></audio>
<audio id="multiaudio4" src="audio/shimmer.wav" preload="auto"></audio>
[Code].....
View 4 Replies
View Related
Jun 14, 2010
I have tried every conceivable install combo i have found on this and other forums, so far my lady still can't play her favorite on-line puzzle game JAVASCRIPT WILL NOT WORK!
View 10 Replies
View Related
Sep 1, 2009
I need a textbrowser with Javascript Support. I have compiled the elinks stable 0.11x and the unstable 0.12x version mit JavaScript Support (js moz dev). Both browsers can be started and showed websites normaly. But no javascript, even simple tests like [URL] failed. I started elink with ./elink and typed then the url.
View 4 Replies
View Related
Nov 16, 2009
Recently I have installed Fedora 10. It comes with firefox 3.xx by default. Now I was wondering if there is any way through which i can update it to 3.5 version though yum. I have tried yum update firefox but it did not work and returns following messages Loaded plugins: refresh-packagekit Setting up Update Process No Packages marked for Update I know that one way to update is download the latest Tar package and use it, but I want to totally remove my previous installation and use solely one package i.e. firefox 3.5.
View 6 Replies
View Related
Jun 24, 2010
I recently installed the x64 rpm of OSS on my Opensuse 11.2 installation (alsa does not have drivers for my lynx card). Sound works beautifully in KDE (login sounds, apps produce sound, etc), EXCEPT for firefox. I can get no sound at all from firefox. I am baffled at why only firefox does not play audio.
System:
OpenSuse 11.2 (it is a pretty fresh install)
OpenSoundSystem 4.2
KDE 4.4 (updated from factory repos)
View 3 Replies
View Related
Nov 18, 2009
After several site:centos.org searches on Google and not finding anything remotely related to this question, I ask, how do I update Firefox 3.0 to Firefox 3.5 without losing any of my settings, history, bookmarks ,etc.?
View 4 Replies
View Related
May 26, 2010
I made a recent update to my Squeeze system and got this weird problem. mplayer, VLC and firefox (.....) all have sound. But when I try to run Amarok I get nothing. I looked into the Multimedia panel on the KDE4 system settings, and its not showing any devices at all. Previously it used to show HDA Intel etc., etc. Now the entries are completely blank. How do I get KDE to recognize my hardware? Shouldnt it pick things up automatically?
View 3 Replies
View Related
Feb 16, 2010
I recently updated my computer Using 9.10 and I updated on the 14th. Before the update my sound was working great. No problems, but afterwards my sound is completely gone and under hardware when I click the sound option on the speaker icon I get nothing listed under hardware.
I am using the HP DV2810 US notebook PC. With this being listed as the audio device.
I will also list the updates from my synaptic history. I'm having to use Win7 . And i only wanted that for the few games that one run well in wine.
Upgraded the following packages:
Installed the following packages:
View 5 Replies
View Related
May 8, 2010
Under 10.04, I was using my sound card just fine, but after a system update,I lost all my sound profiles and my sound. I'm using my mobo's SPDIF ( I have an ASUS p7p55d).
View 1 Replies
View Related
Apr 14, 2010
How can I make the security applet stop showing an update for firefox 3.5.9? I have a more recent version installed from mozilla repo: firefox 3.6. The mozilla repo already has a higher priority (95 instead of 99), so I don't know what to do.
View 5 Replies
View Related
May 28, 2010
Today, I try to update firefox by Package Updater but show error by bellow. "Missing Dependency: xulrunner >= 1.9.0.19-1 is needed by package firefox-3.0.19-1.el5.centos.x86_64 (CentOS5updates)"
View 6 Replies
View Related
May 2, 2010
way to block sound coming from Firefox. My problem occurs when I want to play some flash game that doesn't have an option to turn off the sound and I want to listen to music at the same time.
View 9 Replies
View Related
Jun 18, 2010
I have an X-Fi soundcard. I cannot get any audio from playing mp3s in apps like VLC and Movie Player. But flash works fine. Firefox sounds are fine.
View 5 Replies
View Related
Dec 13, 2010
I've been stuck in the windows side of my dual boot for about a month, I came back over to the ubuntu side and updated/upgraded and ran into this issue: When I log in everything sound related works fine. I can play audio and record audio off of the monitor using audacity. As soon as I start firefox though, all audio breaks. I can't play audio in any other program, recording in audacity fails, etc. Closing Firefox doesn't help, rebooting seems to be the only thing that works. I've already tried purging and reinstalling flash, but that doesn't seem to have had any effect. When starting audacity it throws this error:
Code:
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
Expression 'stream->capture.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3653
I'm on Lucid if that is of any relevance. It seems to me that firefox is monopolizing the audio device both while running and after it closes. What is odd is that I've never had this problem before, and all I did was update. I often run audio in firefox and record it with audacity.
p.s. I use pavucontrol to set up recording, and firefox no longer shows up as a playback application when playing audio.
View 3 Replies
View Related
Jan 21, 2010
This may be a stupid question, but I'm slightly confused on how to update to firefox 3.6. usually there's a .deb package i can install, but the sit doesn't offer one. synaptics doesn't seem to give a clear answer either.
View 8 Replies
View Related
Jul 2, 2010
I am using ubuntu karmic, 9.10
I am trying to update to Firefox 3.6, using the following commands
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
Exiting firefox closed before final command
graham@graham-laptop:~$ sudo apt-get install firefox-3.6
Reading package lists... Done
Building dependency tree
[Code]....
I find the browser is still 3.5.9
Checking the /etc/bin file there are 2 entries, one being firefox and the other firefox-3.5
View 9 Replies
View Related
Jan 8, 2010
Running desktop kubuntu 9.10. Spent a lot of time to figure out why ...../dailymotion does not have any sound coming out of my headset. Tried many instructions from: [URL]without any success.
Herewith my sound devices
> cat /proc/asound/modules
1 snd_usb_audio
2 saa7134_alsa
3 snd_hda_intel
I want to use the above "snd_usb_audio" which is working fine with amarok and skype (separatly or at the same time). I am using firefox version 3.5.6 Adobe Flash player version 10,0,42,34 Samething happened with the browser konqueror
====================== herewith some outputs from my system
> uname -a
Linux antec 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux
> aplay -l
[Code].....
View 1 Replies
View Related
Jan 25, 2010
I've had problems with my sound that i mentioned in this topic: t=1386194 but noone answered so i started trying things.I've updated ALSA and managed to partially achieve what i wanted to, but other things gets messed even worse. I've get rid of choppy sounds problems and i can get sound from few applications UNLESS firefox isn't one of them.The problem is. If i start firefox first, and open a page that is using sound for example ..... and start a vid. Sound from all other applications is somehow blocked untill i'll turn off firefox. Or, when i start a music player, open firefox, pause player, start vid on ..... i have no sound from firefox.
What's weird is that i started quakelive (a web browser based game), started a movie in vlc, and went to system > preferences > Sound / Programs using output atm tab. And there was no apps at all, and both, firefox and vlc were playing sound. (screenshot attached to show this) How can i make firefox not to 'take' whole sound output?btw.
Code:
sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*
UŻYTKOWNIK PID DOSTĘP POLECENIE
[code]....
View 2 Replies
View Related
Jan 30, 2010
I'm using Harmon/Kardon soundsticks and it looks like my settings are all in order to get sound through Firefox but it doesn't happen. I only get sound through Rhythm Box?
View 3 Replies
View Related
Feb 24, 2010
Firefox started acting funny.On most video sites, but not all, there wouldbe no sound.Along with this, some of these sites would also have the glitch that videos would play for about 3 seconds, then stop. If I moved the slider to a different point in the video, it would again work for a few seconds, then stop. If I close FF and try to reopen, I get an error message that it is already running, although if I don't leave it openet that message.I then go to the system monitor and shut down the sleeping FF process, and can then restart FF and the problem is fixed for a few hours.
View 7 Replies
View Related
Jun 16, 2010
Upgraded my system to ubuntu 10.04 and its looking good. Problem is, i have no sound on firefox. I'm not really too sure where to start looking to fix this, can anyone offer me any direction
View 9 Replies
View Related
Aug 22, 2010
Recently, I suddenly lost all sound coming in from firefox. Other sound works fine (e.g. Amarok), but I can't get any sound from type of source on the internet. There's also no sound coming from Opera.
Am running 10.04 from upgrade.
View 5 Replies
View Related
Feb 6, 2010
after a update killed my OpenSuse!! I had to completely reinstall. Now I've no more sound in Firefox etc. Only some kde sounds. What excatly should I change where?
View 9 Replies
View Related
Oct 22, 2010
when i am in firefox, i do not get any sound when playing embedded videoes (like videos). but, i do get sound when playing videoes using vlc or when starting up or shutting kde.
what do i have to do to get sound in firefox?
View 9 Replies
View Related