Flash Player playing multiple sound feeds at once...even when browser is closed

I recently updated my Flash Player to 11.3 (most recent version). When I go to a site which utilizes Flash (e.g. YouTube), I will start the video, and then about 10 seconds later, I get multiple sound feeds at the same time. They all sound like commercials, or tv channels. Even when I close my browser, the sound continues. When I open my sound mixer, there is a "program" listed of "winrscmde" which is playing the various audio channels all at once. When I go into the task manager, "winrscmde" shows as a svchost.exe *32. When I stop that service the sound stops. It will start again when i access a flash site. When I uninstall Flash Player 11.3, this stops.
I'm running Windows 7 - 64 bit with latest updates. IE 9.0.8112.16421
Any help would be appreciated.

Well, I think I fixed the problem.
I found this topic:
http://www.bleepingcomputer.com/forums/topic442928.html
About the second post down, the poster recommends downloading TDS killer as winrscmde.exe is disquised as svchhost.exe in the \windows\system32 folder (you have to click on "Properties", then "Details" tab and check the original filename...if it's bogus, it'll say winrscmde.exe as the original name).
I also ran the aswMBR program as well as FixTDSS (http://www.symantec.com/content/en/us/global/removal_tool/threat_writeups/FixTDSS.exe).
That seemed to fix the issue. Just reinstalled Flash and don't get the same issues. The svchost.exe in the \windows\system32 folder is legit!
Hope that helps anyone else with the same problem.

Similar Messages

  • I have Windows 7 and IE 10 and have installed Adobe Flash Player 11 multiple times.

    I have Windows 7 and IE 10 and have installed Adobe Flash Player 11 multiple times. When I go to play a YouTube video, it tells me that I still need to install Flash Player and will not work. I've installed it many times and still nothing. Please help--getting very frustrated that I can watch YouTube videos on my smartphone, but can't on my computer which costs 12 times as much!!!

    http://forums.adobe.com/thread/885448
    http://forums.adobe.com/thread/867968

  • Lost the ability to play multiple sounds!

    Since switching to archlinux, the only problem that I am unable solve is the inablity to play multiple sounds.. i had this problem when i first installed archlinux. back then i tried installing pulseaudio and found that cumbersome. eventually went back to alsa and found magically i could play sounds at once..
    now again it has reoccurred ever since the module init tools upgrade. i have tried reconfiguring alsa with alsaconf with no avail.
    on trying to play sound file from the 2nd app i get a knotif saying
    The audio playback device HDA Intel (ALC880 Analog) does not work
    Falling back to .
    some of the conf files i have:
    [$]> grep MODULES /etc/rc.conf
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MODULES=(e100 mii slhc snd-hda-intel snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd soundcore !snd-pcsp)
    [$]> grep DAEMONS /etc/rc.conf
    # DAEMONS
    DAEMONS=(syslog-ng dbus @network netfs crond alsa hal cups @openntpd)
    [$]> cat /etc/modprobe.d/modprobe.conf
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    [$]> cat /etc/modprobe.d/sound.conf
    alias snd-card-0 snd-hda-intel
    alias sound-slot-0 snd-hda-intel
    [$]> cat /etc/libao.conf
    default_driver=alsa10
    [$]> lspci | grep -i audio
    00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)

    djszapi wrote:It seems to good. Did you try pulseaudio now too ?
    no i dont want to. it doesn't seem right with kde

  • Play multiple sounds

    Hello!
    How can I play multiple sounds at once please?
    I tried with 2 separate soundChannel vars but they still override eachother.
    Thanks

    play both sounds through the same sound channel? eg:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Script>
            <![CDATA[
                private var sound:Sound;                       
                private var soundChannel:SoundChannel;   
                private function play1():void
                    sound = new Sound();
                    sound.load(new URLRequest("sounds/1.mp3"));
                    sound.addEventListener(Event.COMPLETE, songLoaded);
                private function play2():void
                    sound = new Sound();
                    sound.load(new URLRequest("sounds/2.mp3"));
                    sound.addEventListener(Event.COMPLETE, songLoaded);
                private function songLoaded(e:Event):void
                    try
                        sound.removeEventListener(Event.COMPLETE, songLoaded);   
                        soundChannel = sound.play(0);
                    catch(err:Error)
                        trace(err)
            ]]>
        </mx:Script>
        <mx:Button x="140" y="313" label="Play sound 1" click="play1()"/>
        <mx:Button x="229" y="326" label="Play sound 2" click="play2()"/>
    </mx:Application>

  • After installing Flash Player, I lost sound on Youtube and other sites.  How do I fix it?

    After installing Flash Player, I lost sound on Youtube and other sites.  How do I fix it?  I still have sound on some apps.

    To help troubleshoot we'll need the following system information:
    Operating   system  
    Browser  
    Flash   Player version
    When reporting issues with video or audio, it's also helpful to get your system hardware and driver details.  Instructions for finding this information can be found here:
    Windows  
    Mac
    Finally, sometimes video and audio problems are caused at a lower level and not directly related to Flash Player.  I recommend trying both of the links below to see how they perform.  If the problem exists with both, then Flash Player is most likely not the culprit as the HTML5 video link does not use Flash Player when playing.  You can verify the use of HTML5 by right clicking the HTML5 video and looking for the words "About HTML5" at the bottom of the context menu.
    HTML5   video  
    Non-HTML5 video
    Thanks,
    Chris

  • Loading and Playing Multiple Sounds

    I have written a loadSound function which handles loading and playing multiple sounds. This function works fine when I call this function in another keyframe i.e. the frame in which the function is not written. But when I call the function on the same frame in which the function is written the sounds gets mixed up. For example the function is written in 1st keyframe. If I call this function in 2nd, 3rd and 4th keyframe (with different sounds) it works fine. But when i call the same function in 1st, 2nd and 3rd keyframe it all gets messed up.
    In 1st keyframe the sound plays properly. When I move to 2nd Keyframe the 2nd sound plays. But when I move back to the 1st keyframe the 2nd and 1st keyframe sounds all get mixed up. This doesn't happen when I call the function in 2nd, 3rd and 4th keyframes.
    Below is my function:
    import flash.events.Event;
    import flash.media.Sound;
    import flash.net.URLRequest;
    import flash.events.ProgressEvent;
    import flash.events.IOErrorEvent;
    import flash.errors.IOError;
    import flash.media.SoundChannel;
    import flash.media.SoundMixer;
    import flash.events.TimerEvent;
    import flash.utils.Timer;
    import flash.display.MovieClip;
    import flash.media.SoundTransform;
    stop();
    var s:Sound;
    var localSound:SoundChannel = new SoundChannel();
    var req:URLRequest;
    var loadedPct:uint;
    var currentFrameArr:Array = ["One","Two","Three"];
    var urlArr:Array = ["sound/m01_t01_s01.mp3","sound/m01_t01_s02.mp3","sound/page10_11.mp3"];
    function loadSnd(currentFrm:String)
    s = new Sound();
    s.addEventListener(ProgressEvent.PROGRESS, onSoundProgress);
    s.addEventListener(Event.COMPLETE, onSoundLoaded);
    s.addEventListener(IOErrorEvent.IO_ERROR, onIOError);
    localSound.stop();
    for (var i:uint=0; i<currentFrameArr.length; i++)
      if (currentFrm == currentFrameArr[i])
       req = new URLRequest(urlArr[i]);
    s.load(req);
    function onSoundProgress(evt:ProgressEvent):void
      loadedPct = Math.round(100 * (evt.bytesLoaded / evt.bytesTotal));
      trace("The sound is " + loadedPct + " % loaded");
    function onSoundLoaded(evt:Event):void
      localSound = s.play();
    function onIOError(evt:IOErrorEvent):void
      trace("The sound could not be loaded: " + evt.text);
    Call to this function in different frames:
    loadSnd("One");
    loadSnd("Two");
    etc
    If I pass the parameter 'One' in loadSnd it plays the 1st element in urlArray, 'Two' 2nd element and so on.
    I have been scratching my head since long over this.
    Can anybody please pinpoint the error.

    Got the solution. The SoundMixer.stopAll(); statement did the trick. The complete workable function is pasted below:
    import flash.events.Event;
    import flash.media.Sound;
    import flash.net.URLRequest;
    import flash.events.ProgressEvent;
    import flash.events.IOErrorEvent;
    import flash.errors.IOError;
    import flash.media.SoundChannel;
    import flash.media.SoundMixer;
    import flash.events.TimerEvent;
    import flash.utils.Timer;
    import flash.display.MovieClip;
    import flash.media.SoundTransform;
    stop();
    var s:Sound;
    var localSound:SoundChannel = new SoundChannel();
    var req:URLRequest;
    var loadedPct:uint;
    var currentFrameArr:Array = ["One","Two","Three"];
    var urlArr:Array = ["sound/m01_t01_s01.mp3","sound/m01_t01_s02.mp3","sound/page10_11.mp3"];
    function loadSnd(currentFrm:String)
      s = new Sound();
      s.addEventListener(ProgressEvent.PROGRESS, onSoundProgress);
      s.addEventListener(Event.COMPLETE, onSoundLoaded);
      s.addEventListener(IOErrorEvent.IO_ERROR, onIOError);
      SoundMixer.stopAll();
      localSound.stop();
      for (var i:uint=0; i<currentFrameArr.length; i++)
      if (currentFrm == currentFrameArr[i])
      req = new URLRequest(urlArr[i]);
      break;
      s.load(req);
    function onSoundProgress(evt:ProgressEvent):void
      loadedPct = Math.round(100 * (evt.bytesLoaded / evt.bytesTotal));
      trace("The sound is " + loadedPct + " % loaded");
    function onSoundLoaded(evt:Event):void
      localSound = s.play();
    function onIOError(evt:IOErrorEvent):void
      trace("The sound could not be loaded: " + evt.text);
    Calling the function
    loadSnd("One");
    loadSnd("Two"); etc

  • Is there a way to have one flash player play all moives on a web page ?

    Hi,
      Is there a way to have one flash player play all movies on a web page ?   For example, you have a list of FLV movies on a page and you click on any them and it will play on the same player on the web page. Or does each movie needs it's own ?
    Thanks in advance..
    Peter

    Yes, for the design I made, the movies are loaded from the server.  Here is the code for the design.  It is done using AS2, and the stage includes two buttons (s1, s2) for playing the individual videos, one button to play them both (playall), one after the other, and the video object (video1_video) that was added via small menu you find at the top of the library panel's frame.
    I cannot say this would work directly for your implementation, but it gives you some things you can look into so that you can figure out how.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    // ignore whatever code is above this... the forum added it, not me  
    stop();
    ncount = -1;
    var connection_nc:NetConnection = new NetConnection();
    connection_nc.connect(null);
    var stream_ns:NetStream = new NetStream(connection_nc);
    stream_ns.setBufferTime(3);
    stream_ns.onStatus = function(infoObject:Object) {
            for (var prop in infoObject) {
                   if(infoObject[prop] == "NetStream.Play.Stop" && ncount == 0){
                       video1_video.attachVideo(stream_ns);
                       stream_ns.play("20051210-w50s.flv");
                       ncount += 1;
    playall.onRelease = function(){
          ncount = 0;
          video1_video.attachVideo(stream_ns);
          stream_ns.play("barsandtone.flv");
    s1.onRelease = function(){
          video1_video.attachVideo(stream_ns);
          stream_ns.play("barsandtone.flv");
    s2.onRelease = function(){
          ncount = -1;
          video1_video.attachVideo(stream_ns);
          stream_ns.play("20051210-w50s.flv");
    I don't deal with video very often, so I have not created an AS3 version of this.

  • I just update my flash player but it is showing "blocked plugin" now when I try to play a video

    I just update my flash player but it is showing "blocked plugin" now when I try to play a video

    If you're sure you've installed the latest version of Flash, take each of the following steps that you haven't already tried. After each step, relaunch Safari and test.
    1. If you're getting a "blocked plug-in" error, triple-click the line below to select it:
    /Library/Internet Plug-Ins Right-click or control-click the highlighted text and select
    Services ▹ Open
    from the contextual menu. A folder should open. If there is more than one item in the folder with the words "Flash Player" (not "flashplayer") in the name, open the respective Info windows, check the version numbers, and delete all except the latest. You may be prompted for your login password. If you get the same error after doing that, re-download and reinstall Flash. Download it from this page:
    Adobe - Install Adobe Flash Player
    Never download a Flash update from anywhere else.
    2. If you get a "missing plug-in" error, select
    Safari ▹ Preferences... ▹ Security
    from the Safari menu bar and check the box marked Enable plug-ins.
    3. Select
    Safari ▹ Preferences... ▹ Extensions
    from the Safari menu bar. If any extensions are installed, disable them.
    4. In the Safari preference window, select
    Privacy ▹ Remove All Website Data
    Close the window. Then select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Delete All. Close the preference pane.

  • Installed Ensoniq AudioPCI SB32 - now I cannot play multiple sounds simultaneou

    I started with an el-cheapo on-board sound card (SiS 708). I just installed a Creative Ensoniq AudioPCI SB32 and can no longer play multiple sounds simultaneously.
    For example: if I am playing an MP3, WAV, or otherwise an audio file that uses the sound card's WAV output, other sounds such as the Windows event sounds or sounds assigned in my FTP application. I *could* do this without a problem using the SiS 708 card.
    More info:
    - I did leave the SiS 708 installed. Could this be conflicting?
    - I set the default I/O sound devices to the Creative Ensoniq in the control panel
    How can I play multiple simultaneous audio again?Message Edited by epp_b on 0-07-2006 07:48 PM

    I have tried the following things:
    - Uninstalling and disabling the onboard sound
    - Installing the latest version of DirectX
    I can't think of anything else (there are no updated Creative drivers that I can find)

  • Why won't Flash Player, play?

    The Flash player installs fine, so it says, and then when the window comes up to show it is working, no video to verify it is working.  Now what?  I have taken the security settings off and deleted all the past history, deleted old versions of Player.  Still will not let me access sites that say I have to upgrade.  I see a lot of problems with this flash player 10 but no real solutions.  I am running IE8 with Vista.  Any help will be muchly appreciated.

    Hi there.
    I am new to this forum and signed up just so I could include my own frustrations with this very same problem!
    I am located in Canada and prefer to watch streaming video over regular TV.  For some reason, the CBC player stopped working for me when I upgraded my Flash Player. I do not recall which version of Adobe Flash I had installed when this problem started to occur but I know it wasn't the most current version (10,3,181,34) that I have now. But it definitely seemed to follow the Flash update.
    I have Flash version 10,3,181,34 now. I have updated to Firefox 5. Active X, javascript, etc is all enabled. I have walked through all of Adobe's troubleshooting steps. I have tried disabling my anti-virus. I tried re-installing all of my browsers, plug-ins etc. yet the problem still persists. And I am in the exact same boat as the poster in that I can still watch Flash player streaming content from all other websites but not from CBC.ca!
    So I was happy to see someone made a post about it because it is incredibly frustrating and CBC.ca doesn't respond to inquiries/troubleshooting complaints directly.
    I'm pretty technologically adapt as I am a system administrator and lon-time IT professional. Should I ever get this problem resolved, I will be sure to post here, otherwise I will pop back now and again and see if anyone else has come up with a solution.
    Cheers and thanks again to the poster for posting this!

  • When I try to download Adobe Flash Player, it says I need to quit out of Safari even when it's closed. How do I fix this?

    When I try to download Adobe Flash Player, it says I need to quit out of Safari even when it's closed. How do I fix this?

    Apologies for the slightly pedantic answer, but in application terms, "closed" and "quit" are two different things. An application such as Safari can have several windows open, and each of them can be closed using the red button in the corner.
    However, even after all windows are closed, the application is still running until you specifically quit it. You can tell it's still running by the small light under its icon in the Dock. If you hold your cursor down on the icon for a few seconds, you should see a pop up menu with the "Quit" option - click that to quit it. Or, click the icon once (this may launch a new window), then either go to the Safari menu and click Quit, or click cmd-Q, to completely quit the app.
    Matt

  • Unable to launch yahoo chess (Yahoo! Chess requires Flash Player 7 or later and JavaScript enabled in your browser.)

    When trying to launch/play chess from the yahoo games website, I get the following message: "Yahoo! Chess requires Flash Player 7 or later and JavaScript enabled in your browser''. I have verified that I do have Flash Player 10 installed and that JavaScript is enabled. I'm able to launch/play chess from Yahoo Games when I use IE as my browser.

    You either do not have Flash installed for Firefox or it is disabled.
    In Add-ons > Plugins, look for "Shockwave Flash ''(version)''".
    *If it is there and you see an "Enable" button, click the "Enable" button; that means it was disabled.
    *If it is not there, you do not have it installed; see the following.
    There are 2 versions of Adobe Flash; an '''ActiveX version''' for IE only and a '''Plugin version''' for most other browsers including Firefox. On a Windows system, you should always update both individually.
    #'''Using Firefox''', go to the following direct download link and SAVE the download to your desktop so you can find it later: http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe
    #When the download is finished, close Firefox (File > Exit '''''OR''''' Firefox button > Exit)
    #Click or double-click on the file you just saved to your desktop
    #*In the installation window that appears, click the box to the left of "I have read and...." to place a check mark in the box
    #*The "Install" button in the lower right corner will now be highlighted, click it.
    #*The installation is quick.
    #Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    #Direct link ActiveX version for IE '''''only''''': http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Flash Player dosn't work in IE 11 even shockwave flash object is activated

    Hello,
    Flash Player dosn't work in IE 11 even shockwave flash object is activated.
    I've installed Adobe Flash Player Version 16.0.0.287 (today).
    then
    I  checked on this page:
    http://helpx.adobe.com/de/flash-player.html
    says Flash Player not installed or not activated
    Active X Version 16.0.0.287
    Internet Explorer 11
    Win 7 SP1 32 Bit
    Please help me.
    Thank you in advance
    Paul

    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • I recently installed Adobe Flash Player 11 ActiveX--11.4.402.265 and when I open My Mozilla Firefox browser I keep getting this message flashing on my screen: '

    I recently installed Adobe Flash Player 11 ActiveX--11.4.402.265 and when I open My Mozilla Firefox browser I keep getting this message flashing on my screen: 'Adobe Flash Player 11.4 r402 has stopped working" and then "Windows is checking for a solution"
    This flashes a few times then usually stops but not always.
    It happens every time I try to open a new page.
    I fixed this problem by uninstalling Adobe Flash Player 11 and installing Adobe Flash Player 10.3. However, now my IE browser wants me to install Adobe Flash Player 11 again. Although I don't use my IE browser frequently, I DO have to use it sometimes. Will there be an update to Firefox 15.0 to correct this issue?

    Tylerdowner:
    Thank you, your solution worked great.
    mohenryj

  • Flash player 10.0.32.18 won't  Register when I'm done downloading it. So HELP!!!

    I got Windows Xp and the new flash player 10.0.32.18 won't Register when I'm done downloading it. What I do?

    FP = Flash Player.  Try this method
    download the FP uninstaller from http://www.adobe.com/go/tn_14157 (save to disk);
    download the offline ActiveX installer http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe (save to disk);
    close all browser windows, then run the downloaded uninstaller (to remove all previous FP versions), followed by the installer.

Maybe you are looking for

  • Can I print to more than one printer from one Mac - at the same time?

    Hi, I'd like to set up a few printers in order to handle large jobs occasionally. But the print jobs are going to be coming from InDesign which I have on only one of the Macs. Can I do either of these...? a) connect more than one printer to a USB hub

  • About blob handling - how to display document type and document name?

    Hi, I am developing an APEX application, and I need a report region with a blob column(document) in it, and I want it to display like this : with an image on the left side(different images for different type of docs such as word, pdf, txt) , and the

  • OS command on sender channel before message Processing

    Hi all, I am trying run unix script on my sender CC before message processing it's not working ,but If I use the same command in the program RSBDCOS0,I can see shell script is working. I am just providing the path of the script and  and shell script

  • HTTPS over Apache commons HttpsClient API

    I have an EJB (running on Weblogic 6.1) that currently uses java.net.URL to connect to an Apache webserver to read some data. The problem with this is that I am unable to set a timeout on the URL connection. To get around this problem, I have rewritt

  • Abapers role in SD process

    Hi Any one can tell me what are the different ways a abaper can help Sd guys in  customization or confifuration ?I mean to say what's the role of Abaper?? thanks