Flash player not always working

For some reason certain sites won't load video's with flash player at all on my computer, where other sites with flash player will (I think sites that have an updated version required won't work). I am running the 12 version for chrome (it's enabled and i have done everything on this site to fix it
http://helpx.adobe.com/flash-player.html
I really would like to not have to use my laptop every time i want to watch a movie. Any advice or help on things i can try?

Windows 7, and I have tried it on chrome, firefox, and IE
Date: Wed, 12 Feb 2014 06:38:40 -0800
From: [email protected]
To: [email protected]
Subject: Flash player not always working
    Re: Flash player not always working
    created by Mike M in Using Flash Player - View the full discussion
What OS?
http://mmonlinedesigns.com/images/os.png
What browser?
http://mmonlinedesigns.com/images/browsers.png
     Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6113122#6113122
     Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6113122#6113122
     To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6113122#6113122. In the Actions box on the right, click the Stop Email Notifications link.
           Start a new discussion in Using Flash Player at Adobe Community
  For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

Similar Messages

  • Custom flash player (not flv) working with custom flash content

    I am working on a custom player of swf content. Some of the
    content the player loads and plays is custom Flash content (swf
    files) such as games.
    Depending on how the external content is built, sometimes the
    pause button for the player will not pause everything in the loaded
    content swf.
    Does anyone know of a standard approach to such a problem?
    Thank you.

    Windows 7, and I have tried it on chrome, firefox, and IE
    Date: Wed, 12 Feb 2014 06:38:40 -0800
    From: [email protected]
    To: [email protected]
    Subject: Flash player not always working
        Re: Flash player not always working
        created by Mike M in Using Flash Player - View the full discussion
    What OS?
    http://mmonlinedesigns.com/images/os.png
    What browser?
    http://mmonlinedesigns.com/images/browsers.png
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6113122#6113122
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6113122#6113122
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6113122#6113122. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Using Flash Player at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Why does flash player not work with facebook?

    Why does flash player not work with fcebook?  Whenever I wish to view a video, I get the message that i need to upgrade my flash player. Then no matter how often I download and install flash player I still get the message that I need to upgrade my flash player.  When I go check which version I have, I always get the message that I have the most current one.  I run Mozilla Firefox with Windows.  I don't know anything else.
    Message was edited by: khettich

    This means you don't have the latest version installed.  Update to 11.9.900.117, and Firefox will allow it: Flash Player Plug-in (All other browsers)

  • Embeded Flash player not working

    I have a browser-based app that we are considering porting to
    AIR. The basic functionality of the app uses AJAX to pull down a
    list of videos to be displayed, then plays the video when it is
    selected. The browser-based app uses Quicktime videos, which I have
    come to learn won't work in AIR, so I'm trying to switch to a Flash
    player.
    My problem is that for the life of me, I cannot get AIR to
    play the video. I created the player in Flash, and everything works
    great there, as well as in any browser I can find. When I load in
    AIR, I see the player, but playback never starts. My
    application.xml file is very simple:
    quote:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="
    http://ns.adobe.com/air/application/1.0"
    version="1.0">
    <id>test</id>
    <version>0.1</version>
    <name>test</name>
    <filename>test</filename>
    <initialWindow>
    <content>intro2.html</content>
    <visible>true</visible>
    <maximizable>true</maximizable>
    <minimizable>true</minimizable>
    <width>1100</width>
    <height>1000</height>
    </initialWindow>
    </application>
    and my page is also quite bland:
    quote:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
    http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>Demo</title>
    <script type="text/javascript" language="JavaScript"
    src="AIRAliases.js"></script>
    </head>
    <body>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="857" height="484" id="airPlayer" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="airPlayer.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#000000" />
    <embed src="airPlayer.swf" quality="high"
    bgcolor="#ffffff" width="857" height="484" name="airPlayer"
    align="middle" allowScriptAccess="sameDomain"
    allowFullScreen="false" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </body>
    </html>
    My xml file, intro2.html, airPlayer.swf and
    intro.flv are all in the same directory. Any advice would be
    appreciated.

    Hi Conrad!
    As you have no doubt already realized, using the Learning
    Interaction templates that are available in Flash MX / MX2004 and 8
    will not work at all in Presenter content.
    The coding methods conflict while playing back within the
    Breeze environment and I
    think it has to do with the _dropTarget property as part of
    the interaction's codebase. The _dropTarget method is NOT supported
    in Breeze, but the hitTest() method IS!
    I have written a few drag and drop exercises that do work
    within Breeze content, and you have to use the hitTest() method to
    accomplish it.
    As you already have discovered, the bottom line is that the
    learning components were intended to be "stand alone" objects that
    could be incorporated into a web page (or even a CD as these
    objects are nothing more than swf files). Aside from the fact that
    the prebuilt/preconfigured learning objects in flash don't always
    work in Breeze, in my mind, the bigger question here is the ability
    (or more accurately) the inability to connect these SCO's to an LMS
    for tracking. As stand alone objects, they're actually pretty
    handy...but not in Breeze.
    I realize this doesn't help much with what you're trying to
    do, but from my perspective, you're better off creating your own
    drag n' drops.
    I've got a bunch of examples to share if you'd like to take a
    look...just send me a PM or email if you're interested.
    Rob
    [email protected]

  • Flash player not working after recent software update

    I have a MAC OSX 10.5.8, after the recent software update my flash player no longer works.
    I have read that there is a problem with security for the version of flash that I was using and this is the reason it was disabled. However, I have tried to download the most recent version from the Adobe website, but nothing happens and a message says I already have flash installed on my computer.
    I have a version of flash in my HD>>Library>>Internet plug-ins, and there is also one in HD>>Library>>Internet plug-ins (Disabled) which I have tried to move but it only lets you copy it and it seems unable to be moved back to HD>>Library>>Plug-ins
    I have also tried to download the "No Script" addon for Firefox so that I can at least have flash working in Firefox, but that doesn't seem to be downloading either.
    Please could somebody help me. I cannot now watch videos, listen to my favourite radio stations or even upload pics to ebay to create ebay listings. This problem ruining my internet enjoyment and I just hope that it can be fixed again. How dare Apple just do this without any warning or giving any info on how to easily fix this problem once flash has been disabled.
    I am not a techie so maybe there is an easy fix, but I have spent hours trying a lot of different things but nothing seems to be working.

    Please, nobody waste any time replying to this issue as the problem appears to be fixed now. I rarely restart my laptop as I usually just put it to sleep, however, I restarted it and the problem looks to have gone away. I may have fixed it with some of the things I tried, but the laptop may just have needed restarting - I'm not sure.
    But as long as the problem is resolved, I'm happy. :-)))
    Thanks anyway!

  • Flash player won't work or download. It says it no longer supports power pcs. I am running 10.5.8 on my ibook G4. Seem to have tried everything. i.e. chrome, firebird, archived flash players, etc. All not supported. Any insight???

    Flash player won't work or download. It says it no longer supports power pcs. I am running 10.5.8 on my ibook G4. Seem to have tried everything. i.e. chrome, firebird, archived flash players, etc. All not supported. Any insight??? It started when I tried to upgrade current flash player and it said I needed to uninstall current version, which I did, and then it wouldn't download the current one giving me the not supported story! Please help!!!!!!

    Hi Andy, that is correct, they don't support PPC Macs anymore.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/865/cpsid_86551.html#prob1=uninst,os=m10.6,
    Download this if you haven't...
    http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp10.1.102.6 4_and_9.0.289.0archive.zip
    Once downloaded if it doesn't unzip automatically the double click on that file.
    Look for the fp10.1.102.64_and_9.0.289.0archive folder, open it, look for the Flash Player 10.1.102.64 folder & open and look for 101r10264 folder & open it, double click on the flashplayer101r102_64_ubmac.dmg file, choose the Install Adobe Flash Player file to install... they don't make it easy!
    Or smaller here...
    http://dl.dropbox.com/u/450421/flashplayer10_1r82_76_ub_mac%20copy.dmg.zip
    Stand alone player...
    http://dl.dropbox.com/u/450421/LastFlashPPC.zip
    Or free 3rd party...
    http://www.wimpyplayer.com/products/wimpy_standalone_flv_player.html

  • HT5364 Adobe flash player not working on Safari after being installed, System OS X 10.9.2 has been just updated to Maverick

    Adobe flash player not working on Safari after being installed, System OS X 10.9.2 has been just updated to Maverick

        Enable Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
        Click "Manage Website Settings"
        Highlight "Adobe Flash Player", "Allow" and then "Done".

  • Flash player not working on IE 10

    I am a blogger from the blog http://osbusters.blogspot.com/ . I am uable to view the flash videos on my blog due to flash player not working properly on Windows 8. It is not working on IE 10.

    See if anything in here helps http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html

  • Adobe Flash Player not working on any browser in computer

    I really need help flash player not working in any browser in google chrome. For example in http://www.twitch.tv/ You need Adobe Flash Player to watch this video.  Download it from Adobe. I already did everything to fix it shown in support page please help!!!!

    Same problem on the same website here, pls help
    -Hi, i think I've manage to solve the problem by following the instruction on the following page
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    http://helpx.adobe.com/flash-player/kb/flash-player-games-video-or.html
    remember to restart your browser after doing the steps

  • Flash player not working ie10 windows 8 pro 32

    flash player not working ie10 windows 8
    Default web browser IE10 does not play flash in metro nor in desktop mode on up-to-date W8pro32 laptop
    error message "you have to install flash player"
    but
    I cannot (re-)install latest version of flash player
    error message "flash player is embedded in IE10"
    I have
    reset ie (in advanced options)
    turned windows feature ie off (unchecked box) , restarted pc, turned windows feature ie on (checked box), restarted pc
    ie10 as default web browser
    disabled acticex filtering (tools)
    enabled flash player (add-ons)
    enabled updates to compatibility view list
    Problem started after installing W8pro32 with IE10
    Flash plays fine using Firefox W8pro32
    Had no problems playing flash on this particular hardware using previous version of os and ie
    The macromed flash folder in windows/sytem32 on this PC contains files with exactly same name/size as on other W8pro32 laptop where IE10 plays fash plays without problem
    Have asked micsosoft support but not received a reply
    Please advise
    Thanks

    flash player not working ie10 windows 8
    Default web browser IE10 does not play flash in metro nor in desktop mode on up-to-date W8pro32 laptop
    error message "you have to install flash player"
    but
    I cannot (re-)install latest version of flash player
    error message "flash player is embedded in IE10"
    I have
    reset ie (in advanced options)
    turned windows feature ie off (unchecked box) , restarted pc, turned windows feature ie on (checked box), restarted pc
    ie10 as default web browser
    disabled acticex filtering (tools)
    enabled flash player (add-ons)
    enabled updates to compatibility view list
    Problem started after installing W8pro32 with IE10
    Flash plays fine using Firefox W8pro32
    Had no problems playing flash on this particular hardware using previous version of os and ie
    The macromed flash folder in windows/sytem32 on this PC contains files with exactly same name/size as on other W8pro32 laptop where IE10 plays fash plays without problem
    Have asked micsosoft support but not received a reply
    Please advise
    Thanks

  • Flash player not working in Google Reader

    My flash installation appears to be fine since youtube works perfectly along with any other website that uses flash. Here is my issue:
    When read an article that has an enclosed (embedded) mp3 the typical flash player that google reader uses is not showing up. It should look like the player on this page: http://www.labnol.org/internet/design/html-embed-mp3-songs-podcasts-music-in-blogs-website s/2232/ However it does not. It should be noted that the player on that page displays and works correctly for me. Google readers flash player used to work perfectly as well but I dont know what happend.
    Issues: If I right click where its supposed to be I get options for quicktime. I uninstalled quicktime to see if it would resort to displaying the normal flash player. It did not. Instead it prompted me to run the "windows media player add-on".
    Now when I open up an article with an mp3 embedded in it I see a windows media player like bar which autoplays but no sound comes from it. Nor does it show the length of the clip.
    Now this might be a nonsensical idea, I'm not sure since I'm not a Flash pro, but if the MIME type of the embedded object is:
    type="application/x-shockwave-flash" why would it open with an embedded windows media player instead of the flash player?
    Here is the full html:
    <embed width="400" height="27" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.google.ca/reader/ui/3247397568-audio-player.swf?audioUrl=http%3A%2F%2Fpodcast.c bc.ca%2Fwr%2Fwr_20100110.mp3" type="application/x-shockwave-flash" FlashVars="playerMode=embedded" wmode="transparent" bgcolor="#ffffff" quality="best" allowFullScreen="true" allowScriptAccess="never" className="audio-player-embed"/>
    Could it be the case of the file types (associations) for flash being mixed up?? Certainly I don't want all mp3's to be opened with flash but in this case I do. Or is the windows media player capable of being a flash player? It said it was using a flash codec. I've even tried using the reset option but with no luck.
    I should point out that I have firefox and chrom installed and it works fine in both of them. It's just irritating that it wont work in IE. I have IE 8 running Vista.

    <embed width="400" height="27" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.google.ca/reader/ui/3247397568-audio-player.swf?audioUrl=http%3A%2F%2 Fpodcast.cbc.ca%2Fwr%2Fwr_20100110.mp3" type="application/x-shockwave-flash" FlashVars="playerMode=embedded" wmode="transparent" bgcolor="#ffffff" quality="best" allowFullScreen="true" allowScriptAccess="never" className="audio-player-embed"/>
    If I click on the http://www.google.com/etc it opens fine in my browser.
    Looks like on your system only the".mp3"-part is recognized. A bug in Google Reader?
    What happens if you disable Windows Media Player?

  • Adobe Flash Player not working. Installen latest version. Get the following: "This website would like to run the following addon: Adobe Flash Player from Adobe System Incorporated." Then asking me to allow it for current or all websites. It doesn´t matter

    Adobe Flash Player not working. Installen latest version. Get the following: "This website would like to run the following addon: Adobe Flash Player from Adobe System Incorporated." Then asking me to allow it for current or all websites. It doesn´t matter how i do this. The pop-up question returns EVERY time. What do i do to solve this issue???

    To give you any useful advice, I'm going to need to know more about your computer and browser:
    https://forums.adobe.com/message/5249945#5249945

  • Flash player not working with all programs

    Hi, I'm having trouble with flash player not being recognized by certain player apps... On Facebook when there is a video showing on my newsfeed it just shows three little lines pulsing in the middle but it dosen't play. Now, I can go to the page where the video is and play it but not on my news feed. Also I cannot play Pandora as it tells me I need the latest flash player which I know that I have but it isn't recognizing it. I have uninstalled flash player, reinstalled it .. I have uninstalled Firefox and reinstalled it .. I have also refreshed Firefox and it still dosen't work with those particular applications.. I have also gone to plugins and made sure that it shows that it's enabled and all the players are.. I have adobe flash and shockwave installed.. One thing that is curious though is that when I check to see if my flashplayers are updated in my plugins it comes up and tells me that Shockwave is vulnerable and needs to be updated but when I click on it and update it ... It shows that it worked but then it dosen't reflect that in my plugin update... HELP PLZ !! :)

    Thank you so much for your help!!! Most appreciative!!! :)

  • Flash player not working, ie 9, 10

    whenever i wath the flash video streaming, flash player not working, break video streaming(internet explorer 9, 10 )
    I want to see the flash video without any ploblem
    can you tell me the way error patch method
    give me the e-mail  how to solve the method break video streaming

    Check this -
    http://helpx.adobe.com/flash-player/kb/install-flash-player-windows.html

  • Flash player not working.  can't watch video and can't upload pics to facebook

    flash player not working.  can't watch video and can't upload pics to facebook

    thanks for helping.  I have windows 7, internet explorer.  recently had to replace my hard drive, and compete reinstall of all software so still a few bugs on settings, ect.  not seeing any error messages.  video and uploading pics seemed to be fine until the last week.  not sure what could have changed .  I can still look at PDF ect, I'm not positive its the Adobe that is messed up, but the 2 things I'm having problems with, clicking on and watching video on espn.com and not uploading pics to Facebook, both just does nothing when I try them.  no errors, just black screen where its suppose to play or upload.  the trouble shooting for both sites say make sure to have the latest version of flash player, so thats why I assume something is wrong with Adobe.  when I do the self scan from this site it says I have the latest version.  my settings say the player is enabled

Maybe you are looking for

  • SAPScript Image not printing

    Hi all, In SAPScript I can see an image in the print preview, but when i print it is not printing from spool, other text parts are printing. Please help me in solving this. Thanks

  • Guide: How to rip and convert DVDs or other videos to iPod

    Hi guys, we ofter met problems in using iPod, such as when we meet with a beloved movies we are in trouble to enjoy it on our iPod. Thus I write this document that shows how to rip and convert DVDs or other videos to your iPod MP4. 1. First of all, p

  • Period is locked for new data [Message 131-107]

    Hi all, One of my client was faced this problem "Period is locked for new data [Message 131-107]" when they do Period-End-Closing for Year 2008 in SAP Business One 2007A Patch 42. Can anyone help me? Thank you. Best regards, danny

  • Error in the file conversion

    Hello,       I am trying to create a prototype interface where I need to create a flat file from the idoc ( through t-RFC port not the file port). I was able to create the XML file succesfully through the idoc. When I tried to create a flat file by c

  • Error in the process

    Hi Experts , There is a acomplex BPM process. Avoiding the need to create it again  , I copied the process.bpmn , process.bpmn.xlf and process.diagram from the src folder to the new Process. I have the done the mapping again Now but I am receiving ab