No built-in mp3 files sound

I have a site with two mp3 files embedded. At some point, I could no longer hear them. I can't be sure it was when I upgraded to FF 4.0. (They play well in Safari). I went through the routine of all plug-ins troubleshooting; nothing has worked. I have reproduced "combo" a friend - OS 10.6.7, FF 4.0.1 and the same plug-ins active. He can hear the noise; I can't. According to information from Mozilla, I guess that's the QuickTime plug-in, which must play the files. I have the latest version AND I tested it on the Web Adobe and Apple site and there seems to be no problem. Help!

When you have a problem with a particular site, even your own, a good "first thing to try" is clear your Firefox cache and delete your cookies for the site.

1. turn off the Cache of Firefox

Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

2. If necessary, remove the cookies from the site

Right-click on the page, choose View Page Info > Security > "View Cookies".

Who help me? Otherwise, since this forum focuses on management of the end user. consider posting on mozillaZine Web Development Council. Separate forum, separate registration. Please note the advice in the Post sticky at the top of the forum before posting.

Tags: Firefox

Similar Questions

  • No sound in windows media player (11.0.6002.18111) only trying to play mp3 files. No way of fixing/uninstallation or reinstallation. Need advice!

    I recently encountered a problem with Windows Media Player 11 (a specific version in the title of the topic) where no sound play atall when you try to play mp3 files. When trying to play a track of the progress indicator moves VERY slowly and jumps in a stuttering mode and no sound whatsoever is coming through the speakers. He is a recent problem.

    All audio files work on other audio programs like Real player, quick time e.t.c. and the sound comes from the computer normally. Only the sound that I have are with windows media player when you try to play mp3 files. Still fine read video files, wav files play fine. How boring is that he suddenly decided he likes are more mp3 files!

    More annoying, I stumbled upon the fact that I can't uninstall the reader as in Vista, it is part of the operating system literal, I can't download and install WMP install package from Microsoft because I tried and it tells me that I have a more recent version of Windows media player and therefore impossible to use the downloaded Setup program to install or repair windows media player. It is therefore impossible for me to get an installation package that is newer than the one on the computer, you would have thought that the downloadable installation on the microsoft Web site would be the more recent but no!

    I can't think of a way to solve this problem. For me it feels strongly a Codec issue to do with MP3 and WMP but I don't really know about Codecs enough to go on the setting of the specific Codec with the question, or even track down which codec it is perhaps whether she "is" a codec problem in the first place.

    I tried settings with the menu of options in WMP 11 troubleshooting unsuccessful (obviously), I also tried an audio tool / repair of breakdowns than microsfts audio troubleshooting prompted me to try, that of no problems with the actual audio devices on the system... I KNOW, his problem with WMP and mp3 files!

    So, to summarize, WMP doesn't read MP3 files, I can't run a repair tool that there is no 'installation' to WMP 11 package, it is not an uninstall utility is which means that I can't uninstall it to reinstall a new, I can't download the installation package and run it as apparently I have a more current version than is available on the microsoft Web site. Then what should I do?

    I need some advice on how to go about trying to solve this problem I've hit a bit of a brick wall...

    Any advice would be much appreciated!

    FIXED!

    randomly enough rate and bit depth format sample somehow has set high in the sound control panel, advanced driver.

    After hitting "restore defaults" it resets the depth of rate and little sample return at: 16 bit 44.1 khz

    The sound now plays perfectly.

    Weird it performs only mp3 files!

    Thanks for the help people, it seems that I ended up sorting out on my own though! Yay for me! haha

  • I want to use sound recorder to save as wav audio is not wma... How do I save it as a wav or mp3 file in order to make a cd and read it in my car?

    I want to use sound recorder to save as wav audio is not wma... How do I save it as a wav or mp3 file in order to make a cd and read it in my car?

    Hello

    1 are you referring to the sound recorder program in Windows?

    2. you have all the music you want to convert to WAV?

    3 are you referring to the "Sound Converter" when you say 'tape recorder '?

    If so, you can use third party software to convert WMA to WAV audio format.

    Note: The use of third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk

  • Sound signal with a mp3 file

    All,

    I have a bit of a problem when you test an application I created on a physical 9530. The following code:

    public void playClick() {
        Player player; VolumeControl vc;
        try {
            InputStream is = getClass().getResourceAsStream("/" + "click.mp3");
            player = javax.microedition.media.Manager.createPlayer(is,"audio/mpeg");
            player.addPlayerListener(new PlayerListener() {
              public void playerUpdate(Player player, final String event, Object eventData) {
                   if (event.equals(END_OF_MEDIA)) {
                         player.close();
                   }
              }
        });
            player.realize();
            player.prefetch();
    
            vc = (VolumeControl) player.getControl("VolumeControl");
            if (vc != null) {
                    vc.setLevel(100);
            }
    
            Control[] c = player.getControls();
            for (int i=c.length-1; i>=0; --i) {
                    if (c[i] instanceof AudioPathControl) {
                        AudioPathControl apc = (AudioPathControl)c[i];
                        apc.setAudioPath(AudioPathControl.AUDIO_PATH_HANDSFREE);
                    }
            }
    
            player.start();
    
        }
        catch(Exception e){
            System.out.println("ERR: " + e.toString());
        }
    }
    

    Works fine in the simulator of 9550. I have also pulled down the standalone Simulator for the 9530. In the two simulators, the above code works when a button is clicked. The sound plays instantly. I call playClick() within the field for each button change listener.

    I have ptried placing the click.mp3 in the /res folder or the folders/SRC and it works in two ways in each Simulator. When I sign the code and place it on a physical 9530, application hangs for about 5 seconds after I press the button until the button does what it is supposed to do. Even if the button is his function required, there is no sound. I coded an option to mute and when I choose to turn off the sound, everything on the keys are instant and don't hang up as they do when sound is enabled.

    I'm puzzled. I restored the code above, since many messages in this forum on the theme playing sound. I spent the last two days looking for a solution to my problem with no luck. Any help or pointers in the right direction would be most appreciated. Thank you

    TEP, sorry for the delay, has had a busy weekend.  In any case, I ran your code verbatim from your first post... it works fine for me on my device the same Build.  I wonder if the media file itself which may be the problem for you.

    You can try the other files?  Perhaps a longer more another shorter?  I used the 'click' to http://soundbible.com/783-Click.html mp3 file which is free to download under a license.  That works better for you?

    I have re-looked at the journal of debugging, you have validated, an IOException that happens on a call from reading in the file, and since I'm not under what seems like the same conditions of difficulty I wonder if it is the file itself which in the present case.

    Let me know if you see the same results with the file I linked to and we can go from there.

    Thank you

  • Is there anyway that I can use the MP3 files for the computer system sounds in windows 7

    Is there anyway that I can use the MP3 files for the computer system sounds in windows 7. Any help would be appreciated, thanks - Joe

    I don't think so. If you convert the .wav files, you could. Google for an MP3 to WAV converter.
     
     
  • There is no sound when I import an mp3 file?

    Screen Shot 2015-01-01 at 1.11.24 AM.png

    This is what my screen looks like and yet whenever I click on play, there is no sound. I tried to insert an mp3 file, a wav file, and even a mp4, and yet, there is no sound. With mp4, the film was clearly presented, less noise. I have tried everything I can thing of, and nothing seems to work. Is there something I can do?

    Have you tried clicking on 'Preview Ram' in the ' Preview section, this is the only way to hear the audio in after effects, just clicking on play will not work. "

  • How to remove the rare sounds 2 mp3 files

    Hello

    Is it possible to do this with 2 mp3 files?

    http://funkyimg.com/U2/438/320/Untitled-1.PNG

    I want to leave intact common sounds

    and delete sounds that differ :|

    for example

    2 songs with the same melody but different lyrics

    Sorry for my English

    And any help would be apreciated

    Ah, I see

    Well, you will always have some echo in the background by removing the box in this way, because there will be some reverb or echo added in post-production to melt the dialog box with the rest of the soundtrack. To be honest, it is very difficult to what you ask.

    One thing you can try (but don't expect too much) is to extract the files from the DVD and hope that the music + FX are stored in one or two audio files and the dialog box in a completely separate for each language track. Sometimes the movies are encoded this way, but it is not usual. There is a tool called Handbrake that allows you to control exactly what you want to import from the DVD. But it depends on the creation of DVD. If traces of different languages (French, German, Japanese, for example) all have the complete soundtrack just with different dialogue box, then there is nothing else you can do, unfortunately.

    If you want really, really Dub your language in a high quality way using professional actors (not only for being a pirate of the film or to make the comedy "remix" of the film), then try to contact the international distributor and say you want to produce a dub of the language. Maybe if you can demonstrate your record and the mix of skills on a scene and there is a market for the film in your country, they will cooperate with you to make an entire soundtrack and you might even win money!

    Generally, you will find the distributor information printed on the DVD or on the screen at the end of the film. You may need to perform a lot of phone and e-mail before you find the right person to talk to, generally distributors do not like to deal with the general public. So to present a professional style and treat it like a business project. Good luck!

  • Do not hear mp3 files or audio in Firefox 26

    My system is automatically upgraded to the latest version of Firefox on Windows 7 26 and since it updated, I hear all audio files - mp3 or ogg. If I try to just open an mp3 file in Firefox, I see a player and watch the progress of the reading, but I don't hear anything.

    I think I've lived each article in support of Firefox on audio and video playback and what to do if you do not hear a mp3 in Firefox. None of this changed nothing.

    I found the Firefox options for MP3 that give me the choice of "Always Ask", "Use QuickTime Plugin 7.7.4' and "Use Windows Media Player (default)" and have tried both QuickTime Plugin choice and Windows Media Player choice and it has no affect.  I SEE the playback, but don't hear it.  I use the volume slider in the playback window, but it has no affect.  I can hear these mp3 files when I play them in IE or Chrome, so what is the matter?
    

    MP3 files used to play for me. But in the last days I think versions of Firefox and QuickTime have improved and now I can't make it work.

    Very frustrating.

    The current versions of Firefox allows you to play MP3 files and some video as formats H.264 the HTML5 media player built-in.

    Did you also check the volume control in the mixer Volume of Windows while Firefox play a sound through the built-in Media Player?

    It helps to turn off Windows Media Foundation in Firefox by assigning to the pref media.windows - media - foundation.enabled to false on the topic: config page?

  • Stop playback of mp3 files in a new tab

    I want to open mp3 files in my player of choice. Firefox opens a new tab and play instead.
    Made things "always ask" and it does not work as explained in other threads.
    Tried to change the 'media.windows' etc. in the subject: config to false.
    Did not help at all!
    I know I can "Save as".
    I prefer to use firefox the way I have for the past years.
    A button on a Web site that is labeled 'Download' should allow me to open the file in my player of choice.
    On the contrary, it opens in a new tab and begins to play (if I wanted that I would have clicked on the 'play' button).
    A given up hope and installed Chrome - and I have the same problem!
    Stick with firefox if I can solve this minor problem (it IS a PITA!)
    Please help me!

    )

    Imustbestupid wrote:

    I did set 'media.windows-media-foundation.play-stand-alone' to false.
    

    Yes, this preference doesn't work anymore.

    Media.DirectShow.enabled set to false to disable the built in support for MP3 files. It could be other things, but I don't know what. MP4 (H.264) files always works with this preference set to false.

    Imustbestupid wrote:

    Thanks for the response.
    

    Thanks for the links. This issue up before, but I could never find MP3 links without Content-Disposition: attachment, so I won't be able to reproduce the problem.

  • Convert a text into an MP3 file in the Alex voice?

    Hello world

    Is it possible to convert a text file to an MP3 file in the Alex voice on the iPad or Windows PC?  Apparently, this can be done on the Mac.

    I use the Alex voice to read the text all the time on my iPad, and I would like to be able to save the text as an MP3 file so that I can play on other devices (for example, iPod, Windows PCs).  So far I could not find built into the functionality of the iPad or iPad app that would allow me to do.  I also was not able to find any program for Windows PC that does this.

    I found various programs that convert text into MP3 files (for example, TextAloud3, Voice Reader home 15, etc.), but I like the Alex voice much more than the voice in these programs, so I really hope that there is a way to do it on the iPad or Windows PC.

    Thank you in advance for your help!

    N ° you can't do on an iPad. I don't think there's a way to do it on a Windows PC since voice is the property of Apple, as far as I know.

  • Only the administrator can read mp3 files. All users get "Windows cannot open this file".

    I am running XP SP3... After that my children were on the internet all day, they have lost the ability to play mp3 files. When I went to ' Control Panel/folders/files Types... under MP3 - we say "Sound in MP3 format" with no program to open this type of file. "

    However, when I signed up as a Director and went to 'File Types' he registered "Windows Media Player" as the program to open the file.

    So I can play the MP3 files under administrator, but no one else can play an MP3 file.

    Any suggestions?

    Hello

    I suggest you check the security settings on the file that you are trying to play.

    If the standard user accounts are not in the list, then follow the steps in the below mentioned article for information about how to set permissions.

    How to set, view, change, or remove special permissions for files and folders in Windows XP

    http://support.Microsoft.com/kb/308419

  • Only the MP3 files?

    man, that sucks!

    I bought the sansa fuze, expecting to be able to load completely in the evening, but that (after too much additional research) discovered that I can only download MP3 files on it! which means that I have to change all my CD into MP3 files (I don't know why, but they just differently)...

    is really the only way to do it? or did I do something wrong?

    "

    man, that sucks!

    I bought the sansa fuze, expecting to be able to load completely in the evening, but that (after too much additional research) discovered that I can only download MP3 files on it! which means that I have to change all my CD into MP3 files (I don't know why, but they just differently)...

    is really the only way to do it? or did I do something wrong? »

    The purpose of the use of mp3 files, rather than on your CD WAV files is to move, five to ten times as much music in the same amount of storage and the sound quality has always be good enough.

    You can use what version of Windows Media Player is already on your pc to rip to mp3 files. Simply start the program, click the extract and select mp3 for the format. Click rip again and choose the bitrate. I recommend the use of 192 or 256 kbps. The more the bitrate, the better is the sound quality, but the less will be the music player. I use 256 Kbps. Some who want more music on their drive use 128 Kbps. 128 Kbps sound much worse than the quality of a CD, while 256 Kbps sounds like the CD to many people. I don't hear the differnce between 256 kbps and 320 kbps. 192 Kbps always sounds nice to me, but not as good as 256 Kbps. I don't like how sounds 128 Kbps.

    AAC files to mp3 conversion will result in a lower sound quality. A better idea is to make the MP3s directly from the CD.

  • How can I change the duration of an MP3 file I downloaded? For example, I have a song that 1.5 last minute, but I want to only keep the 21 seconds. How can I culture there?

    How can I change the duration of an MP3 file I downloaded? For example, I have a song that 1.5 last minute, but I want to only keep the 21 seconds. How can I culture there?

    Your best bet would be looking for writers to mp3/wave. There are a few very good freeware/shareware sound there. I suggest this so that you can choose what format you want to save your file cropped as.

  • Required for .mp3 files ID3 tags?

    I recently bought a rocket (2 GB + 8 GB SDHC) to use on Suse Linux 10.1.  I have updated the firmware of the rocket to V01.01.22A.

    I quickly discovered that the "rocket" does not display a directory and file names, but the ID3 data. I also discovered the CD I ripped with Clary gave ID3 and present as unknowns.  So, find mutagen (python code that implements ID3 stuff) and writes code to add the tags I thought would be important, for example (ignore the line TCON for awhile):

    Tuxr. Demento 30th Anniversary Collection (CD 1) = > mid3v2 - list-gross *.
    RAW IDv2 tag info for 03. The Elements.mp3:
    TCON (encoding = 3, text = [u '57'])
    TAREK (encoding = 3, text = [u'Dr.]) ([Demento = 30th Anniversary Collection (CD 1)'])
    TRCK (encoding = 3, text = [u '03'])
    TPE1 (encoding = 3, text = [u 'Tom Lehrer'])
    TIT2 (encoding = 3, text = ['03 u. ([The Elements'])

    RAW IDv2 tag info for 05. Charlie Brown.mp3:
    TAREK (encoding = 3, text = [u'Dr.]) ([Demento = 30th Anniversary Collection (CD 1)'])
    TRCK (encoding = 3, text = [u '05'])
    TPE1 (encoding = 3, text = [u 'The Coasters'])
    TIT2 (encoding = 3, text = [u'05. Charlie Brown "])"

    RAW IDv2 tag info for 06. Dungeons and Dragons.mp3:
    TAREK (encoding = 3, text = [u'Dr.]) ([Demento = 30th Anniversary Collection (CD 1)'])
    TRCK (encoding = 3, text = [u '06'])
    TPE1 (encoding = 3, text = [u'The Dead alewives])
    TIT2 (encoding = 3, text = [u'06. ([Dungeons & Dragons'])

    A file copied by itunes long time presents:

    Tuxsounds of the Islands > mid3v2 - list-gross *.
    RAW IDv2 tag info to 04. Let the Guide your Heart.mp3 love:
    COMM (encoding = 0, lang = 'en', / / desc = u 'iTunNORM', text = [u' 0000192D 000019F8 0000E1A4 0000BDFE 00007A0A 000079F0 0000817F 000080E1 0001DC05 00004EE0'])
    TCMP (encoding = 0, text = [u '1'])
    TPE1 (encoding = 0, text = [u 'Torla, Gayle'])
    THOMAS (encoding = 0, text = [u '2002'])
    TIT2 (encoding = 0, text = [u'Let Love Guide Your Heart ""])
    EVEL (encoding = 0, text = [u 'iTunes v4.9.0.17'])
    TRCK (encoding = 0, text = [u'' 4/19])
    OPC (encoding = 0, text = [u'1: 1'])
    TAREK (encoding = 0, text = [u'Sounds of the Islands])
    COMM (encoding = 0, lang = 'en', / / desc = u 'iTunes_CDDB_IDs', text = [u'19 + 957CE2ACB34B27EDE59206D31FC80BC6 + 2748326'])
    TCON (encoding = 0, text = [u '(80)'])

    The works of reading itunes file, those that I've updated unknown/unknown/track display data during playback, and I don't see what could miss with the exception of this kind (see thread some MP3 files are not recognized by rocket).  So I added that TCON I said to ignore for a bit and that didn't change things.

    So, are there other ID3 tags that are a must have?  Another oddity, it's that when I plugged the "rocket" in the Windows box, I was pleasantly surprised to see that Windows Explorer displays metadata when you right-click on a file and select Properties.  However, the files that I have problems with had their metadata displayed.  Open the contextual menu properties, but the data were empty.

    I'll try to drop the 0 TRCK and a few other things.

    I just noticed the encoding = 3 in my files.  I better go learn what it is all, if things set of character, it could be a problem of ascii/utf-8.

    Yes, Yes, I use MonkeyMedia or something else, but this means the implementation of Samba or the transfer of several GB of data around this laptop.

    I redid my experience of coding UTF-8/ISO-8859-1, this time take an mp3 file, making 16 copies of it and the definition of artist/album/song/track with each of the 16 possibilities.  I knew that the song would be displayed with an encoding, so I used that to save each permutation.  I used the first character to specify the encoding used in the editing software, so the 0c3a0s0t3 song meant c3 = artist/composer in 3 encoding (UTF), a0 = album in coding (ISO) 0, s0 = 0 coding song and t3 = encoding 3 track.

    I don't know if the track is displayed everywhere.  The artist and the Album appear as unknown in 3 encoding and while the song arises to 3 encoding, changed - the top 3 goes and the rest is converted to uppercase.  Odd.

    So I guess that means that the "rocket" does not handle UTF.  I think I can live with that, but I have a few drives in Russian, and I could get into trouble with different classic tracks.  (Who would have more problems with illegal characters in filenames FAT, I was trying to use album and follow channels under the names of directories and files.)

    I'll mark this as the solution, assuming I say that...

  • convert mp3 files audio wma

    had mp3 files stored on the old xp system and they were moved when I bought a new computer with vista system. WMP or wmc does not open or play files mp3 audio?
    Thank you
    Dennis dennis

    Hello

    You need Codec - get these if 32 bit Vista.

    -Free - CCCP also get free tool of insurgents
    http://CCCP-project.NET/

    FFDSHOW - free
    http://sourceforge.NET/projects/ffdshow/

    Check here:

    Plug-ins for Windows Media Player
    http://www.Microsoft.com/windows/windowsmedia/player/plugins.aspx

    ---------------------------------------

    VLC needs, of no use so usually Codec as a backup when asked to support associations of files just say no.

    VLC - free
    http://www.videolan.org/VLC/

    -------------------------------------------------------------

    If 64 bits and you need codec.

    Read this 1st and go that route, or use the one below.

    http://www.Vistax64.com/sound-audio/152850-Vista-codec-pack-32bit-64bit-Media-Player-codecs.html

    --------------------------------------------------------------------

    If 64-bit Vista - can run WMP in 32 or 64 bit mode.

    Or try these: download - SAVE - go to the place where your put them RIGHT CLICK – RUN AS ADMIN.

    For 32-bit use these - OR those listed above that I prefer.

    K - Lite Codec Pack 5.0.5 & K-Lite Codec Pack 5.0.5 update
    http://www.codecguide.com/

    Use them for 64-bit:

    K - Lite Codec Pack (64-bit) 2.6.0
    http://www.codecguide.com/

    -------------------------------------------------------------
    You know that you use WMP 32 or 64

    Change, change or set 64 - Bit Windows Media Player 11 (WMP11) in Windows Vista x 64 as default
    http://www.mydigitallife.info/2007/01/19/switch-change-or-set-64-bit-Windows-Media-Player-11-WMP11-in-Windows-Vista-x64-as-default/

    -------------------------------------------------------------

    And you can use it when necessary because no codex is usually required.

    VideoLAN - VLC media player
    http://www.videolan.org/

    ==================================

    Of many freeware converters
    http://www.MP3-Converter.com/mp3_converter_freeware.htm

    Free Mp3 Wma Converter V1.8
    http://koyotstar.free.fr/indexEn.html

    Free MP3 WMA WAV Converter
    http://www.nbxsoft.com/MP3-Converter.php

    Plenty of capable edition

    Audacity - free
    http://Audacity.sourceforge.NET/

    Free Audio Editor 2009 - free
    http://www.free-audio-editor.com/

    Those who should help him.
    Rob - bicycle - Mark Twain said it is good.

Maybe you are looking for

  • 'Right click menu/open in a new window' does not-nothing happens.

    When I right click on a link, a menu very long comes with many choices that have nothing to do with the links (like 'copy image'). When I select "open in new window' or 'open in a new tab', nothing happens. I've just updated to the latest version of

  • control of structure of the case

    I am trying to create a business structure that allows me to choose which set of data I would like to graphic (I have 3 sets).  I represent graphically 3 separate signals of degrees of rotation on the x axis and 1 signal of torque on the axis y.  My

  • a window said "flight simulator does not work with your video card. Make sure you have the latest drivers installed for your video card.

    Flight Simulator X not would allow me to get it because it says I need to update the video card. I think the problem was that I finally erase all memory of the computer using a special cd, because once I have done this and downloaded the software aga

  • Stacking of the misfortunes with switches N1548

    I can't stack my new switches to N1548. I changed the status on two Fibre ports on each of the two switches to 'stack' by using "stack stack-port 1/0/3 tengigabitethernet" and added the command "Start Auto-setting day - sw" on both. The command 'See

  • T60 boot problem

    Since 3 years ago, I have Lenovo T60. Now, every time I start up the laptop, a message will apear: v1.2.50 Inittializing Intel Boot Agent GE PXE - E05: the LAN adapter's configuration is corupted or has not been initialized. Boot Agent cannot continu