Youtube video sound restarts when page back!

Since i updated flash player a few days ago i have this strange issue with flash player on youtube, i watch a video, than i go back a page, and on the previous page the previous video starts to play again, only the sound though! Today i received a update for Flash but it did not fix the issue! I am not the only one as seeing the many youtubers pointing out the issue here:
https://productforums.google.com/forum/#!msg/youtube/x8JDpBkYBzM/dHzEjNZhqNMJ

What OS?
What browser?
Just my $0.02... if you leave a page and the content on the previous page still plays, you've got some serious browser problems, or a video/audio hardware problem, in that your connection is going faster than the hardware can keep up with.

Similar Messages

  • Embedded Youtube video sound issues HELP!!

    Hello.
    This is my site http://mattpartridgeanimation.com/
    In my 'animation' section I'm loading youtube clips to my site using this AS3 script found here.
    This all works fine but when i use my buttons created in flash to load the new container_mc, the sound of the old video keeps playing. Does anyone know any AS3 script that will stop the youtube video sound playing when you click to load another video.
    I'm pretty new to all this so any help would be great. Cheers

    Hi,
    I found the same problem but, according to YouTube AS3 API reference, I solved it with the special function:
    player.destroy();
    It works. Just replace "player" with the instance name of your youtube player.
    Quote from the documentation:
    You should always call player.destroy() to unload a YouTube player. This function will close the NetStream object and stop additional videos from downloading after the player has been unloaded. If your code contains additional references to the player SWF, you also need to destroy those references separately when you unload the player.
    Best,
    Toz

  • S Series Youtube Video Sound problem

    Hello! I'm a new Lenovo laptops user. I'm very happy on receiving it.
    But, as the subject says, I got  a problem.
    Today I've noticed something. I just played on YouTube some songs and some videos, and I just noticed that the sound is very thin!!!
    If you could help me, I would solve this problem.
    Thanks in advance!
     Edit by Mod : Rename header  Help, please! Got a problem.    to  S Series  Youtube Video Sound problem
    regards KK

    issue persists on only youtube videos?
    please, also provide that which model of lenovo you have.

  • I have a Mid 2009 Macbook Pro 13 with no restore disk; it has OS 10.8.4 I believe there is something wrong with the OS due to I can not install flash player to view Youtube videos and the when we plug in a Bose headset the sound out will work sometimes

    I bough a used Macbook Pro mid 2009 that came with OS 10.8.9 it didn't have a backup restore disk with S/N W8******66D
    When trying to view some youtube videos; a window would pop up saying "it needs adobe flash player is required for video play back get the latest flash player" but after downloading the file and during installation would have errors and will not installed.....tried to reboot and install again.....but still the same.
    The othe thing I had noticed is when using a good Bose headset with mic the sound output would noticed the headset and then switch from headset to Internal speekers and headset.....thinking that there might be something wrong with the plug in port of the computer or the headset.....the headset works with no issues on my iPad so there must be something wrong with the computer.....tried to move the plugin around the port but no change....while the headset is plug in can hear a short clicking noise and the sound would get lost and back again......but with nothing plugin to the port there is no issue with the sound or mic.
    Thanks for your feed back......it looks like I have two different issues one is a software issue and the outher is a hardware issue
    <Edited By Host>

    The "restore disk" is built into the Mac. See About Recovery.
    Need more specifics about what error messages you got while installing Adobe Flash.
    However, you can almost avoid Flash altogether by setting YouTube to play the HTML5 version instead.
    Click the Try something new! link at the bottom of the YouTube page.
    I don't know about the sound issue. Might be hardware as you think. Try other headphones to check.

  • Embeded Youtube video not displaying when scaled

    I'm embeding a youtube video using this method:
    var youtubevid = $("<iframe/>");
    sym.$("vcontainer").append(youtubevid);
    youtubevid.attr('type','text/html');
    youtubevid.attr('width','540');
    youtubevid.attr('height','380');
    youtubevid.attr('src','http://www.youtube.com/embed/YNuG2ZhVrDI?rel=0&autoplay=1'); 
    youtubevid.attr('frameborder','0');
    youtubevid.attr('allowfullscreen','0');
    This works fine.  But, as soon as I add the below code to scale the stage the video is just black(no controls either) but the audio plays.  Any idea why this would be happening?
    var stageHeight = sym.$('Stage').height(); // Set a variable for the height of the stage
    sym.$("#Stage").css({ // Set the transform origin so we always scale to the top left corner of the stage
    "transform-origin":"0 0",
    "-ms-transform-origin":"0 0",
    "-webkit-transform-origin":"0 0",
    "-moz-transform-origin":"0 0",
    "-o-transform-origin":"0 0"
    function scaleStage() {
        var stage = sym.$('Stage'); // Set a reusable variable to reference the stage
        var parent = sym.$('Stage').parent(); // Set a reusable variable to reference the parent container of the stage
        var parentWidth = stage.parent().width(); // Get the parent of the stage width
        var stageWidth = stage.width(); // Get the stage width
        var desiredWidth = Math.round(parentWidth * 1); // Set the new width of the stage as it scales
        var rescale = (desiredWidth / stageWidth); // Set a variable to calculate the new width of the stage as it scales
    // Rescale the stage!
         stage.css('transform', 'scale(' + rescale + ')');
        stage.css(  '-o-transform', 'scale(' + rescale + ')');
         stage.css('-ms-transform', 'scale(' + rescale + ')');
        stage.css('-webkit-transform', 'scale(' + rescale + ')');
         stage.css('-moz-transform', 'scale(' + rescale + ')');
        stage.css('-o-transform', 'scale(' + rescale + ')');
        parent.height(stageHeight * rescale); // Reset the height of the parent container so the objects below it will reflow as the height adjusts
    // Make it happen when the browser resizes
    $(window).on('resize', function(){
         scaleStage();
    // Make it happen when the page first loads
    $(document).ready(function(){
        scaleStage();

    Just curious why are manually scaling the stage when responsive scaling in available in Animate CC 3.0 itself?

  • Getting YouTube video to stop when ap div is hidden

    Hello.
    I created a page where I inserted youtube videos in to ap divs stacked together and accessable via show/hide. However, if you play one video and select a link to move to the next video, the original video's audio can still be heard unless you manually stop the video before moving on.
    I was wondering if there was a code to stop video when it's ap div is hidden.
    Thank you!

    Sorry.  I don't know how you can do this with a YouTube video because you don't have access to the Flash file.  If this were your own flash file, you could program  a closing "X" over the Flash to stop player first, then execute the JavaScript to hide layer.
    As an alternative, have you considered using a multi-video player with  XML playlist?  I haven't had time to test this with YouTube video links yet, but it looks promising.
    Flex Multi-Video Player Project code here
    http://code.google.com/p/flexvideoplayer/
    Instructions (video  tutorial)
    http://www.youtube.com/watch?v=pAVW7z5siUs
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Speeding up youtube video sound distortion

    when i go to speed up youtube videos cause i have so many subscriptions speeding them up saves time and most of them i can without losing anything but lately the sound at 2x gets choppy and above that is impossible to watch i know it seems an odd complaint it vastly slows down my youtube subscriptions

    operating system windows 8.1
    browers chrome 42.0.2311.90 m internet explorer 11.0.9600.17728
    Adobe Flash Player (2 files) - Version: 17.0.0.169
    Shockwave Flash 17.0 r0
    clicking on any video on youtube loads fine going to settings then speed normal speed works fine going up to 1.25 on chrome makes the audio crack every 10 seconds or so , going up to 1.5 the audio starts cracking badly and makes the video almost stop for 5-10 seonds and 2 makes it even more un-watchable, on internet explorer the sound distorts more and more but it doesnt stop running like on chrome but is inaudible 1.5 to 2 i disabled all extensions to chrome not sure if this would be a youtube issue or a flash issue but its not isolated to chrome, i updated windows today and even checked my sound settings to see if there is a change

  • Flash/Youtube videos - sound out of sync over time -[CHROME]

    Hi - i have some problems with videos in Chrome - when i watch videos - the sound gets out of sync from the video over time - in the start of the video the sound is perfect in sync - but after about 7 min the sound plays around 1-3 seconds before the video. it seems like the sound is playing at 100% speed but the video is only playing at 99% speed so the sound slowly gets more and more out of sync - have tried disableling flash in chrome in chrome://plugins but no result - have updated drivers

    A/V sync is hard, and there are hundreds of ways to encode a video.  Adobe provides guidance on how to best publish content to ensure that it consistently plays back well, but that's an uphill battle.
    A direct link to the problem video is the most useful information you could provide in this case, along with details about your system.  It would also be useful to know if the A/V sync problem goes away if you disable hardware acceleration, as described in the video troubleshooting guide.
    https://helpx.adobe.com/flash-player/kb/video-playback-issues.html
    Thanks!

  • Slow Youtube videos and loading web pages - Tests ...

    Hello. I've been having this problem for over a week now. Whenever I try to watch a Youtube video or load a web page it is incredibly slow and most of the time they don't even load. I've phoned up customer service 4-5 times and had several online chat sessions but no one has been able to resolve my problem. It is quite strange as all the speedtests I run show that I'm getting 19-20Mb/s, but I can hardly even load a 144p Youtube video.
    I will say that it is not always like this, sometimes throughout the day everything will run fine but mostly it's incredibly slow, especially the Youtube videos.
    I really hope that someone here can help me solve my issue as I feel like I've tried everything.
    Thanks

    Hi Welcome to the community forums
    Here is a basic guide to getting help from the community members done by CL Keith Please read through the link posted http://forumhelp.dyndns.info/speed/first_steps.html
    once you have posted the information asked for then the community members can help you more
    if using a hub 4 locate these lines located in the hub logs
    Lines should look like this
    19:11:29, 07 Nov. (2290101.460000) DSL noise margin: 7.00 dB upstream, 6.10 dB downstream
    19:11:29, 07 Nov. (2290101.390000) DSL line rate: 448 Kbps upstream, 288 Kbps downstream
    Thank You
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Iphone 5 video, not smooth when played back in iPhoto?

    Why are my videos all 'stop start' when played back in iphoto? Is it something to do with the size of the file it seems to be happening on video shot on 1920 x 1080 which is when I got my iphone. Are hey going to be ok when i place them in imovie?

    Sorry, maybe I don't understand or I didn't explain my problem properly.
    (I'm doing this project as a hobby so can't really afford external resources)
    The demo involves filming industrial equipment, which is being monitored by a PC.
    As the equipment runs, graphs and results are produced on the PC.
    I managed to capture this, but when importing it into FCP AND playing it back, the picture is not clear. but when I forward frame by frame, each frame is nice and very sharp.
    Could it be frame rates or?
    I've seen many educational videos that show computer screen shots and I am prepared to pay for software that captures these shots, if that would help.
    I don't really know how a "scan" would work.
    Or maybe I'm dreaming that I can do this relatively easy.
    Thanks for your answer.

  • Youtube videos really pixelated when resuming or fast forwarding

    Since a day or 2 now, the youtube videos get Veeeery pixelated, it affects any video, when it should be looking like this http://puu.sh/87hD5.jpg it looks like this http://puu.sh/87hzs.jpg , It's VERY annoying, i already tried to disable all the extensions to no avail, and my graphics card should be able to handle material acceleration, and even when it's deactivated it continues anyway. (Gtx 660)

    What is the resolution that is currently used in the Flash media player?
    You can check for problems with current Shockwave Flash plugin versions.
    *http://kb.mozillazine.org/Flash#Troubleshooting
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    You may have to clear all cookies (time range everything) via Clear Recent History to clear data stored in local storage as well.
    You can also try to clear the Flash local storage and settings.
    *Windows Control Panel > Flash Player > Storage: Local Storage Settings
    **Remove a specific domain: Local Storage Settings by site
    **Remove all domains: Delete All and Delete Data
    Flash Website Storage Settings panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
    Global Storage Settings Panel:
    *http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html

  • Video sound stops when setVolume on root music background

    I made a flash animation with a backgroung music loop and
    buttons. When a button is clicked, a video file embeded in a swf
    plays in a movieclip on the stage. Also, I set the background music
    volume to 0 as to listen to the video sound. The problem is that
    when the background music volume is changed, the video plays but
    the audio changes the same. I tried to stop the background music,
    and then the video sound also stops!
    Can someone help?
    Here is my code:
    _root.my_sound = new Sound();
    _root.my_sound.attachSound("music.mp3");
    _root.my_sound.start(0,1000);
    _root.["bt_mc"].onPress = function(){
    _root.my_sound.setVolume(0); // or _root.my_sound.stop();
    _root.videoDisplay.loadMovie(this.videoclip);
    //_root.videoDisplay is the target mc
    }

    "yduab" <[email protected]> wrote in message
    news:e7oua3$hsk$[email protected]..
    >I made a flash animation with a backgroung music loop and
    buttons. When a
    > button is clicked, a video file embeded in a swf plays
    in a movieclip on the
    > stage. Also, I set the background music volume to 0 as
    to listen to the video
    > sound. The problem is that when the background music
    volume is changed, the
    > video plays but the audio changes the same. I tried to
    stop the background
    > music, and then the video sound also stops!
    > Can someone help?
    > Here is my code:
    > _root.my_sound = new Sound();
    > _root.my_sound.attachSound("music.mp3");
    > _root.my_sound.start(0,1000);
    > }
    > _root.["bt_mc"].onPress = function(){
    > _root.my_sound.setVolume(0); // or
    _root.my_sound.stop();
    > _root.videoDisplay.loadMovie(this.videoclip);
    //_root.videoDisplay is the
    > target mc
    > }
    To have separate volume levels you have to attach the sound
    objects to different movieclips like this..
    _root.my_sound = new Sound(one_mc);
    The movieclip can be just an empty clip that you make with
    createEmptyMovieClip.
    tralfaz

  • Youtube videos are grey when Fullscreen and updating Real Player doesn't help

    Youtube videos are grey just like you describe them in "Flash 11.3 doesn't load video in Firefox" but updating RealPlayer does nothing to help.

    RealPlayer includes a Web Download & Recording feature that adds a Browser Record Plugin extension to Firefox. This causes problems with Flash content if Flash Player 11.3 is installed. If you don't use this feature, you can turn it off to avoid problems (see Flash 11.3 doesn't load video in Firefox). If you want to keep using this feature, another option is to uninstall Adobe Flash Player 11.3 and install an earlier Flash version as a temporary solution. See How do I revert to a previous version of Flash Player? on the Adobe forum for detailed instructions and download links. (Adobe's uninstaller removes the Flash Player ActiveX for Internet Explorer as well as the Flash Player Plugin for Firefox and other browsers, so you will need to reinstall both.)

  • I have the iPhone 5s. My ringtone works, my YouTube videos work. When I go to watch an Instagram video or play my music I have purchased on my phone, no sound will come out. The volume is up and is not on mute.

    I'm experiencing problems with my sound. My ringtone works, my alarms work, my you tube videos play. But I can not get
    My music that I have purchased to play nor will my Instagram videos make any sound but the video does play. My volume is up and the phone is not on mute..

    Hi shanny202.
    Really strange problem you have there. I have a few questions though.
    Please try again and try to make the phone as a new without restoringen with you iCloud-data or backup-data from iTunes. Maybe it is something wrong with the data (strange).
    Anyway, i think you should call Apple Support or visit an Apple Store, don't forgot to make a Genius Bar reservation.
    You locate the nearest Apple Store here: http://www.apple.com/retail/storelist/
    And here is Apples phone numbers around the world for support: http://support.apple.com/kb/HE57

  • How do I stop a weird dialogue box from popping up whenever there is a youtube video embedded on a page?

    Since upgrading to 10.10.3, I keep getting a dialogue box that asks me to choose an application or search the app store for some purportedly missing app to open whatever video is embedded on that page.  I can just click "cancel" to skip through it, but it really slows me down and is annoyingly unnecessary since videos continue to play in a normal fashion when I click on them.  I've tried uninstalling and trashing the components of Flash, but the dialogue boxes continue.  And I've also tried downloading and installing the latest version of Flash to see if that was the problem, but no success.  Anybody else experiencing this?  Clearly this was introduced by the latest OS X software upgrade, because this did not occur before that.

    I don't understand why I (not a power user) should have to go through this whole rigamarole since Apple is apparently the culprit in introducing this problem to my system, due to the upgrade to 10.10.3, but here it is:
    Problem description:
    Since upgrading to 10.10.3, I’m getting pop-up dialogue boxes on pages with embedded videos telling me that the app I need to view the video is missing and that I should search the MacApp store to find what I need (which is actually nothing at all).  I have to click cancel to continue and the videos can be viewed as normally.  This only started with the latest Mac version of OS X, and I blame the problem on Apple, which has apparently introduced some error into my system.
    EtreCheck version: 2.1.8 (121)
    Report generated April 16, 2015 at 2:34:29 PM PDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (21.5-inch, Late 2009) (Technical Specifications)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                Empty  
            BANK 1/DIMM0
                Empty  
            BANK 0/DIMM1
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 9400 - VRAM: 256 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 1:36:19
    Disk Information: ℹ️
        Hitachi HDT721050SLA360 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (366.89 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        OPTIARC DVD RW AD-5680H 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Western Digital My Passport 0820 2 TB
            EFI (disk3s1) <not mounted> : 210 MB
            Meryl (disk3s2) /Volumes/Meryl : 2.00 TB (1.40 TB free)
        Logitech USB Receiver
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hypervisor (10.2.0 28956 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (10.2.0 28956 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (10.2.0 28956 - SDK 10.7) [Click for support]
        [not loaded]    com.parallels.kext.vnic (10.2.0 28956 - SDK 10.7) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Logitech.Control Center.HID Driver (3.3.0) [Click for support]
        [loaded]    com.Logitech.Unifying.HID Driver (1.2.0) [Click for support]
        [loaded]    com.eltima.ElmediaPlayer.kext (1.0 - SDK 10.4) [Click for support]
        [not loaded]    com.kensington.mouseworks.iokit.KensingtonMouseDriver (3.0) [Click for support]
        [not loaded]    com.wdc.driver.1394.64.10.9 (1.0.1 - SDK 10.9) [Click for support]
        [loaded]    com.wdc.driver.USB.64.10.9 (1.0.1 - SDK 10.9) [Click for support]
            /System/Library/Extensions/KensingtonMouseDriver.kext/Contents/PlugIns
        [not loaded]    com.kensington.mouseworks.driver.ADBID32Mouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID32MouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID4Mouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID4MouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWBluetoothHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWBluetoothOldHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.KMWUSBHIDMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.USBMouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.VirtualMouse (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.driver.VirtualMouseX1 (3.0) [Click for support]
        [not loaded]    com.kensington.mouseworks.iokit.KensingtonMouseDriverX1 (3.0) [Click for support]
    Startup Items: ℹ️
        HP IO: Path: /Library/StartupItems/HP IO
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
        [running]    com.Logitech.Control Center.Daemon.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.eltima.ElmediaPlayer.daemon.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.facebook.videochat.[redacted].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [failed]    com.plexapp.mediaserver.plist [Click for support] [Click for details]
    User Login Items: ℹ️
        MenuWeather Lite    UNKNOWN  (missing value)
        Google Drive    UNKNOWN  (missing value)
        GrowlHelperApp    Application  (/Users/[redacted]/Library/PreferencePanes/Growl.prefPane/Contents/Resources/Gr owlHelperApp.app)
        iTunesHelper    UNKNOWN Hidden (missing value)
        Dropbox    Application  (/Applications/Dropbox.app)
        WeatherHDMenu    UNKNOWN  (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        UltralinguaHotkey    Application Hidden (/Applications/Ultralingua/Ultralingua.app/Contents/Resources/UltralinguaHotkey .app)
        Messages    Application  (/Applications/Messages.app)
        Mail    Application  (/Applications/Mail.app)
        WDSecurityHelper    Application  (/Applications/WD Security.app/Contents/WDSecurityHelper.app)
        WDDriveUtilityHelper    UNKNOWN  (missing value)
        WDDriveUtilityHelper    Application  (/Applications/WD Drive Utilities.app/Contents/WDDriveUtilityHelper.app)
        RealPlayer Downloader Agent    Application  (/Users/[redacted]/Library/Application Support/RealNetworks/RealPlayer Downloader Agent.app)
        MouseWorks Background    Application  (/Library/PreferencePanes/MouseWorks.prefPane/Contents/Resources/Support/MouseW orks Background.app)
        HP Scheduler    Application  (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Google Earth Web Plug-in: Version: 5.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown [Click for support]
        SlingHealth: Version: Unknown [Click for support]
    Safari Extensions: ℹ️
        VideoCatcher
        Open in Internet Explorer
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        Logitech Control Center  [Click for support]
        MacFUSE  [Click for support]
        Kensington MouseWorks  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 499.25 GB Disk used: 132.36 GB
        Destinations:
            Meryl [Local]
            Total size: 2.00 TB
            Total number of backups: 47
            Oldest backup: 2014-10-29 06:58:11 +0000
            Last backup: 2015-04-16 07:57:48 +0000
            Size of backup disk: Excellent
                Backup size 2.00 TB > (Disk size 499.25 GB X 3)
    Top Processes by CPU: ℹ️
             7%    WindowServer
             6%    backupd
             1%    RealPlayer Downloader Agent
             1%    launchd
             1%    fseventsd
    Top Processes by Memory: ℹ️
        176 MB    mds_stores
        125 MB    com.apple.WebKit.WebContent
        107 MB    Mail
        94 MB    WindowServer
        82 MB    Finder
    Virtual Memory Information: ℹ️
        852 MB    Free RAM
        1.75 GB    Active RAM
        753 MB    Inactive RAM
        675 MB    Wired RAM
        1.79 GB    Page-ins
        41 KB    Page-outs
    Diagnostics Information: ℹ️
        Apr 16, 2015, 12:56:39 PM    Self test - passed
        Apr 14, 2015, 10:16:02 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/ath_2015-04-14-221602_[redacte d].crash
        Apr 14, 2015, 07:40:51 PM    /Library/Logs/DiagnosticReports/discoveryd_2015-04-14-194051_[redacted].crash

Maybe you are looking for

  • How do I scan and remove a virus from my iPad?

    MY  iPad  has been having many bad things go on like only one of the speakers works, videos are all messed up into thousands of miniature squares that are obviously not meant to be that way.  When I type it won't type as fast as my fingers and I type

  • Search help for employee ID

    Hi I need find employee ID by search help via employee first name. I found if employee first name was delimited in IT0002. i will not get employee ID any more. Is there any way to configure so that searching by delimited employee first or last name c

  • Screen share capability being removed for regular ...

    Is screen sharing being removed for regular users? I use this function once or twice a month (not enough to justify paying for the upgrade), is there no option for people like me going forward? Is there an alternative in/to skype that I should be inv

  • How to control the height of text box

    hi, i want to increase the height of a input text box. if i give the text box's height 50 & width 30 then it can show its original size. But if i increase the text box height then it shows online one row? Now i want to see the multiline which i will

  • My desktop folders are blinking every 20 seconds

    It just started and it's irritating. I tried shutting down and restarting. It began after I couldn't hear sound this morning. After restarting I could, but the folder icons are fading and reappearing now. Help.