Why presentations adobe (flash) play very well in chrome but not firefox on Ubuntu 10, 11, and 5.6 RHEL

My company provides many educational resources via adobe flash essentially presentation Manager. Can I play flash in most circumstances under linux with firefox, just not these. Chrome, with exactly the same plugin dll, is able to read the presentations very well.

Remove the part after the last slash in the URL of the page and add player/playershell.swf

On this page, it is this link, but of course, that won't work.

https://support.mozilla.com/en-US/questions/
https://support.mozilla.com/en-US/questions/player/playershell.swf

Tags: Firefox

Similar Questions

  • My SWF.flash files sites work on IE but not firefox, help please?

    I have a portfolio built with flash on my new site which works fine with IE, but not firefox, is there an additional coding I have to add to make it appear in firefox?

    This code should work:

    <object data="/userfiles/flash/FINE ART FLASH.swf" type="application/x-shockwave-flash" height="450" id="FlashID" width="700">
    <param name="allowFullScreen" value="true" />
    <param name="loop" value="false" />
    <param name="play" value="false" />
    <param name="scale" value="exactfit" />
    <param name="movie" value="/userfiles/flash/FINE ART FLASH.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#303030" />
    <param name="allowScriptAccess" value="samedomain" />
    <param name="swfversion" value="9.0.45.0" />
    </object>
  • videos on my site play in safari and chrome, but not firefox. I've updated the plugin quicktime

    I'm on a MAC PRO with OS 10.6.8.
    I've updated my quicktime plugin. It is activated
    I'm on Firefox 17.0.1
    I used to be able to watch my videos on my site is www.Anneybonney.com using Firefox.
    Now, nothing plays.
    They work very well on Safari and Chrome. I don't know what else to try.

    Your solution is not applicable. I have the version 22

  • Why does my audio play in the source monitor, but not in the timeline?

    I imported some MOV files in first 2015 (codec H.264, PCM Linear, timecode).  The audio plays fine in the source window, but when I drag the clip to the timeline, no audio file appears under it and there is no sound.  I followed the instructions on this link, nothing helps: no sound during playback in Adobe Premiere Pro.

    These clips were filmed on a GH4.  I was shooting 1080 24 fps.  Before this problem I was shooting on a Canon 5 d.  Is it possible that it is the codec?

    Video playback in the timeline panel is also trolling and jittering a bit, but normally play in the source monitor.

    If anyone can help, please excessively it because I am not very fluent in the first.  Thank you.

    Source patch http://forums.adobe.com/thread/1442800?tstart=0 can help

  • Subvi application works very well in BT but not exe

    I have an application where I call a "results show" vi residing within a structure of business T/F. In the development environment, it works fine, but it does not work in the exe file. The façade appears but it doesn' really 'run '. I checked my properties, roads, etc. I am naïve. Thanks in advance.

    PaulG. wrote:

    I have an application where I call a "results show" vi residing within a structure of business T/F. In the development environment, it works fine, but it does not work in the exe file. The façade appears but it doesn' really 'run '. I checked my properties, roads, etc. I am naïve. Thanks in advance.

    Check the cable of the error entering the VI that appears. A classic problem of having an error condition in an exe caused by some other build/path related question.

    BR,

    / Roger

    Edit: Shit denominated

  • Popup.js works very well on local but not on my remote server

    I have redesigned just on the family site www.lamppakuuma.com using dreamweaver and plenty of tutorials on YouTube, for the most part, Timothy training videos and its framework.  When you work on it locally in dreamweaver it look how I want to see attached image.  However, this is how it looks when loaded on the web.  http://www.lamppakuuma.com/kuuma-vapor-fire-high-efficiency-wood-gasification-furnace.html

    Ideas or suggestions would be greatly appreciated?

    Thank you

    Garrett

    IMG_0499[2].JPG

    Sorry for the bad picture but there click here for my information that opens a box.

    Popup.js detailed and popup.css below

    * jQuery reveal Plugin 1.0

    * www.ZURB.com

    * Copyright 2010, ZURB

    * Free to use under license MIT.

    * http://www.opensource.org/licenses/MIT-license.php

    */

    (function ($) {}

    /*---------------------------

    Defaults to reveal

    ----------------------------*/

    /*---------------------------

    Earphone for data-reveal-id attributes

    ----------------------------*/

    $('a[data-reveal-id]').live ('click', Function {}

    e.preventDefault ();

    var modalLocation = $(this).attr('data-reveal-id');

    $('#'_+_modalLocation).reveal ($(this) .data ());

    });

    /*---------------------------

    Extend and run

    ----------------------------*/

    $. fn.reveal = {function (options)}

    var defaults = {}

    Animation: 'fadeAndPop', / / fade, fadeAndPop, no

    AnimationSpeed: 300, //how animtions fast are

    closeonbackgroundclick: true, //if you click background will be closed modal?

    dismissmodalclass: "end-reveal-modal" //the class a button or element that will close a modal open

    };

    Extend the dem' options

    var options = $.extend ({}, by default, options);

    return this.each (function () {}

    /*---------------------------

    Global variables

    ----------------------------*/

    modal var = $(this);

    topMeasure = parseInt (modal.css ('top')),

    topOffset = modal.height () + topMeasure,

    locked = false,

    modalBG = $('.reveal-modal-bg');

    /*---------------------------

    Create modal BG

    ----------------------------*/

    if(modalBG.Length == 0) {}

    modalBG = $('<div_class="reveal-modal-bg"_/>').insertAfter (modal);

    }

    /*---------------------------

    Open and add listeners of closing

    ----------------------------*/

    Modal opens immediately

    openModal();

    Close the modal listeners

    var closeButton = $('.'_+_options.dismissmodalclass).bind ('click.modalEvent', closeModal)

    {if (options.closeonbackgroundclick)}

    modalBG.css ({"cursor": "pointer"})

    modalBG.bind ('click.modalEvent', closeModal)

    }

    /*---------------------------

    Open & Close Animations

    ----------------------------*/

    Animations of entry

    function openModal() {}

    modalBG.unbind ('click.modalEvent');

    $('.'_+_options.dismissmodalclass).unbind ('click.modalEvent');

    {if (!) Locked)}

    lockModal();

    If (options.animation == "fadeAndPop") {}

    modal. CSS ({'top': $(document) .scrollTop () - topOffset, 'opacity': 0, 'visibility': 'visible'});

    modalBG.fadeIn(options.animationspeed/2);

    .animate ({modal. Delay (options.animationspeed/2)

    'top': $(document) .scrollTop () + topMeasure.

    'opacity': 1

    (}, options.animationspeed, unlockModal ());

    }

    If (options.animation == "bland") {}

    modal. CSS ({'opacity': 0, 'visibility': 'visible', 'top': $(document) .scrollTop () + topMeasure});

    modalBG.fadeIn(options.animationspeed/2);

    .animate ({modal. Delay (options.animationspeed/2)

    'opacity': 1

    (}, options.animationspeed, unlockModal ());

    }

    If (options.animation == "none") {}

    modal. CSS ({'visibility': 'visible', 'top':$(document).scrollTop()+topMeasure});})

    modalBG.css({"display":"block"});)

    unlockModal()

    }

    }

    }

    Closing animation

    function closeModal() {}

    {if (!) Locked)}

    lockModal();

    If (options.animation == "fadeAndPop") {}

    modalBG.delay (options.animationspeed) .fadeOut (options.anima tionspeed);

    modal. Animate({)

    'top': $(document) .scrollTop () - topOffset,.

    'opacity': 0

    }, options.animationspeed/2, function() {}

    modal. CSS ({'top': topMeasure, 'opacity': 1, 'visibility': 'hidden'});

    unlockModal();

    });

    }

    If (options.animation == "bland") {}

    modalBG.delay (options.animationspeed) .fadeOut (options.anima tionspeed);

    modal. Animate({)

    'opacity': 0

    }, options.animationspeed, function() {}

    modal. CSS ({'opacity': 1, 'visibility': 'hidden', 'top': topMeasure});

    unlockModal();

    });

    }

    If (options.animation == "none") {}

    modal. CSS ({'visibility': 'hidden', 'top': topMeasure});

    modalBG.css ({"display": "none"});

    }

    }

    }

    /*---------------------------

    Locks of animations

    ----------------------------*/

    function unlockModal() {}

    locked = false;

    }

    function lockModal() {}

    locked = true;

    }

    }) ; each call

    } plugin call //orbit

    (}) (jQuery);

    / * Timothy Framework - www.timothyframework.com * /.

    / * This work is distributed under the license MIT - license http://www.opensource.org/licenses/MIT-license.php */

    / * Color of legend

    #B64A23 dark Orange

    */

    {.reveal-modal-bg

    position: fixed;

    height: 100%;

    Width: 100%;

    Background: #000;

    background: rgba (0,0,0,.8);

    z-index: 100;

    display: none;

    top: 0;

    left: 0;

    }

    {modal .reveal

    visibility: hidden;

    top: 100px;

    left: 50%;

    left margin:-300px;

    Width: 520px;

    background: url #eee (... /images/modal-gloss.png) no - repeat - 200px-80px;

    position: absolute;

    z index: 101;

    padding: 40px 30px 34px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    -moz-box-shadow: 0 0 10px rgba (0,0,0,.4);

    -webkit-box-shadow: 0 0 10px rgba (0,0,0,.4);

    -box-shadow: 0 0 10px rgba (0,0,0,.4);

    }

    . Reveal - modal .small {width: 200px; margin left:-140px ;}}

    . Reveal - modal .medium {width: 400px; margin left:-240px ;}}

    . Reveal - modal .large {width: 600px; left margin:-340px ;}}

    . Reveal - modal .xlarge {width: 800px; margin left:-440px ;}}

    . Reveal-modal .a-reveal-modal {}

    do-size: 22px;

    line-height:. 5;

    position: absolute;

    top: 8px;

    right: 11px;

    color: #aaa;

    text-shadow: 0 - rbga (0,0,0,.6) of 1px 1px;

    make-weight: bold;

    cursor: pointer;

    }

    /*

    NOTES

    Button close entity is & #215;

    Example of markup

    < div id = "myModal" class = "reveal-modal" >

    < h2 > Awesome. I have it. < / h2 >

    < class p = 'lead' > your couch.  I have it's mine. < /p >

    < p > Lorem ipsum dolor sit amet, adipiscing elit computer. In ultrices aliquet placerat. DUIs pulvinar orci and euismod nisi vitae tempus lorem 195kgs. DUIs at magna quis turpis venenatis eget diam id mattis. < /p >

    < a class = "close-reveal-modal" > & #215; < /a >

    < / div >

    */

    To take a screenshot of your desktop, use the print screen on your keyboard key.

    Open a new file in your graphics editor and click Edit > paste (Ctrl + V).

    Linux servers are case sensitive.   Some of your files are in the folders JS, CSS uppercase.  Those who do not work are pathed to lowercase js, css files.

    Change your paths to link to records of capital letters:

    http://www.lamppakuuma.com/ JSpopup.js

    http://www.lamppakuuma.com/ CSSpopup.css

    Nancy O.

  • Why I was able to open google chrome, but not firefox which is my default?

    I used firefox earlier; the network is down, then when I rebooted, Firefox would not start. When I clicked on the file, there was silence, and then a small sound noise deaf. Google chrome opens fine.
    Then, I downloaded firefox from google and I had my previous session restored. That's happened?

    Have you tried to restart the computer after that a malfunction of your network?

    It's always the first to try it in cases like this.

    It is also possible that your security software had blocked Firefox for some reason any and a relocation to work again.

  • I just bought a Kodak printer that prints well on IE but not Firefox - gmail after clicking on print, a backup as a box returns constantly upward... Please advise.

    I contacted Kodak... their support, said this problem is a problem of Firefox because there is no problem with printing of the documents/email using IE... only with Firefox.

    File > print

    This printer is selected in the printer - name?

    Is printed to produce the selected item, middle right of this dialog box?

  • Why are there now TWO Adobe Flash Player required to view all of the Web sites: v11.9.900 and v12.0.0.43?

    I had Adobe Flash Player v.11.9.900.170 and upgraded to v.12.0.0.43. When I checked the Add-ons Manager, both versions of Flash were listed and active. I disabled the earlier version, and now indicate a few sites I don't have Flash. When I re-activated the old version, the video has played very well. So what's the problem with it is necessary to have TWO versions of Flash Player installed, the current one AND a previous one? Seems hinkey...

    @cor-el: the previous version seemed to disappear of itself, about 12 hours later. I checked the topic: plugins page (along with the Add/Remove Programs), and only the latest version of Flash is not installed. I have already refreshed the pluginreg.dat file.

    There always at least a web page that asks for the installation of Flash Player, but it works very well on almost all other Web sites.

  • can not play videos more even if I have adobe flash worked before better than chrome or explorer

    Hello

    I love firefox videos esp. Much better than the internet explore and chrome. Very stable and smooth. He played very well and then crashed. I thought it might be a few programs I uninstalled as shockwave who played hell with my computer. I uninstalled and reinstalled mozilla firefox and adobe flash player, but still could not play videos you tube, or golf revolution, etc. I took a screenshot, but I do not see an attachment to send you. It says I have to update adobe flash player or adobe flash player is required for video playback, which I have already done several times but it still doesn't appear in my firefox plugins. Please notify.

    Have you downloaded the Flash Installer via this page?

    Do you see the Flash plugin in its installation folder?

    You should find the plugin Flash (NPSWF32_11_X_XXX_XXX.dll) file in this folder after you run the installer of Flash:

    • 32-bit Windows: C:\Windows\System32\Macromed\Flash\
    • 64-bit Windows: C:\Windows\SysWOW64\Macromed\Flash\

    See also:

  • can not play the radio station, but sometimes it plays very well

    I noticed that I can not always the old Jill FM which is now Playlist 92.7 FM. Happened to me before that far from Jill FM, they changed. When I try to play live, sometimes it will play, but other times I get a pop up that sayscan not initialize the built-in player. Please press STOP and PLAY retry.

    But sometimes, it plays very well! That is what it is?

    Hello

    ·        What program do you use to listen to the radio?

    ·        Outside this station, you are able to play other stations without any problem?

    I suggest you play another station and check if the problem persists.

    If you use Internet Explorer, then I suggest you delete temporary files and cookies and check if the problem persists. Follow the steps mentioned in the articles below.

    How to remove the contents of the temporary Internet files folder

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

    How to delete cookie files in Internet Explorer

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

    I suggest to install the latest Adobe flash player on the system and check if the problem is resolved.

    http://www.Adobe.com

    Also, I would say to contact the Radio station support for assistance.

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Facebook videos not playing is not in firefox. IE plays very well, also no problem with youtube videos in firefox.

    Facebook videos do not play in firefox, it plays very well youtube videos. Fb videos start to load and after that is just a black screen.

    No issue in Internet Explorer, I have no installed addons, flash player is more recent and I tried the activation/deactivation of the block pop-up windows option.

    Thanks in advance.

    go to the Help Menu-> select "restart with disabled modules.

    Firefox closes, then it will open with Firefox comes from base. You can activate the Add-ons later. Check and tell if its working.

  • Why did Adobe Flash Player 10 Activex appear twice in Add/Remove programs?

    I tried this request in an Adobe forum but got no answer. I use Windows XP SP3. When I go into Control Panel Add / Remove Programs, I see that Adobe Flash Player 10 Activex appears twice. Same name and both show the last time that I acceded to them was 14/08/2010. The second one is slightly different because it shoes 2.42 MB in size. Why the duplication? Can I delete one? Besides, if it has not been used since August of last year, do I need at all?

    Information on "Last use" and "size" in Add/Remove programs are notoriously inaccurate.

    Each of the Adobe Flash Player uninstaller from Add/Remove Programs entries.

    Open Windows Explorer and go to C:\Windows\system32\Macromed\Flash

    The current Flash ActiveX control is Flash10s.ocx.  There are several other auxiliary files as well.  If there are any files with the previous letters after 10 (e.g., Flash10p.ocx), delete them.

    Go to http://get.adobe.com/flashplayer/ to download the current version.

  • I want to play a full album, but no matter the song of the witch I start on after it is made to play this song it jumps to the next album (by the artist). and then the next album, I want to hear played very well. Shuffle seems to be disabled. Ignore durin

    I want to play a full album, but no matter the song of the witch I start on after it is made to play this song it jumps to the next album (by the artist). and then the next album, I want to hear played very well. Shuffle seems to be disabled. Jump then dragging seems to be disabled. Not only this one album. It seems to do that. Thanks for your help. -Nick

    Select all the tracks in the album. -Click right/option. Click check selection on the shortcut menu.

    TT2

  • My video played very well yesterday, now, he will play not (only a black screen in preview).

    My video played very well yesterday morning, now it won't play.  I only see a black screen in preview.  Shake the black screen and it says "clip"stopped"I tried to start to play arrow under black screen, arrow of reading of chronology and play and play upward timeline option.  I can even change the duration for each slide, add and delete audio and insert pictures.  I can not however add a title no longer slide.  Help, please!

    My video played very well yesterday morning, now it won't play.  I only see a black screen in preview.  Shake the black screen and it says "clip"stopped"I tried to start to play arrow under black screen, arrow of reading of chronology and play and play upward timeline option.  I can even change the duration for each slide, add and delete audio and insert pictures.  I can not however add a title no longer slide.  Help, please!

    ==========================================================
    I can only imagine that you are referring to Windows
    XP Movie Maker 2.1.

    Some general info that may be worth a visit:

    Since the issue is recent... it may be worth trying to
    do a system restore to an hour before the beginning of the question.

    See the following article:

    (306084) how to restore Windows XP to a previous state
    http://support.Microsoft.com/?kbid=306084

    If you have automatic updates of Windows...
    possible that a driver has been downloaded and installed
    It's not as compatible with your system such as
    you already had. This sometimes happens with video
    Drivers. You can try a system restore or a driver
    Roll back

    (306546) HOW to: use the driver to restore roll back feature
    a previous Version of a device in Windows XP driver
    http://support.Microsoft.com/default.aspx?scid=kb;en-us;306546

    Three possible causes for Movie Maker questions

    (1) the incompatible source files... (eventually... MPG or MP3)
    It is sometimes useful to turn off the filters.

    Tools / Options / Compatibility tab, uncheck all filters...
    also, it may be interesting to try left click on "restore all".
    Default button".

    Several formats are apparently compatible with
    Movie Maker, but the most reliable choices are:

    Photos - bmp
    Video - wmv
    Audio - wav, wma, wmv

    (2) files source corrupted... the only solution for this would be to
    Remove the source files of the project one at a time and
    try to save each time until the problem file is discovered.

    (3) project is too big or too complex for system resources.
    Create several small projects... Save as WMV.
    Then re - import WMV files collected / drag in the timeline
    and record the final movie.

    XP Windows Movie Maker 2.1...
    To save in a .wmv movie file...
    Type of... CTRL + P (or go to...) File / save movie file)
    to open the wizard movie recording.
    Choose... My computer.
    Next /.
    Enter a name and a location.
    Next /.
    ICT... "Best quality for my computer.
    Next /.
    Wait while the movie is saved.
    Finishing...

    XP Windows Movie Maker 2.1...
    To save a DV - AVI movie file...
    (and other options)
    Type of... CTRL + P (or go to...) File / save movie file)
    to open the wizard movie recording.
    Choose... My computer.
    Next /.
    Enter a name and a location.
    Next /.
    Show more choices.
    Other parameters.
    Open the window of the droplet and choose... DV - AVI.
    Next /.
    Wait while the movie is saved.
    Finishing...

Maybe you are looking for

  • Satellite P300 - Touchpad and media keys does not

    I have two problems with my Toshiba Satellite P300 19N. First of all, a few months ago, my touchpad became completely unresponsive. I had not installed or changed something important that day. It has just stopped working while I was using the laptop.

  • Primary control loop and loop DIO

    Hello I use an X-series with Veristand 2011 card. I need to acquire some AI and DI whole. It seems that the AI will be supported by the main loop, which is very good for our goal for now. But what of the DI. Looks like the DIO loop works like a rate

  • I want to create recovery DVDs for my g6-1228so pavilion

    When I try to use HP Recovery Manager it asks 4 x DVD... When I try to use DVD + R or DVD + RW type he denied these type of DVD... Strange, so what type of DVD do I use?

  • Dell Studio XPS 9100 integrated video card?

    Hi guys, I own a Studio XPS 9100 and I currently have GPU issues. I want to use my PC without having to rely on my graphics card. The studio XPS 9100 has an integrated video processing system? If so, how can I connect to that? I am aware that the Stu

  • AGP Radeon 4670 card not recognized by Win 7 32 bit

    Hi... upgrading an older machine with Win 7 and it does not see the video card.  MO is an ABIT IC7 - G.  Card has been recognized by Win XP very well.  Tried to download patches driver AGP Radeon, but they may not load.  Help appreciated because it's