PROBLEM: Flash Player - Vista Business - Pausing Code

I have migrated over to a new PC with Vista Business
installed.
Everything was working fine - then I installed ALL available
updates. I now have a problem when developing Flash games, they
pause when any code is being process -
http://www.donpixel.com/play/en/060421094956/
- this Optus game pauses everytime I either click the ball or the
ball bouses.
Is anyone aware of the update which causes this 'juddering'
or 'pausing'... as this has now happened on two brand new and
individual machines - what is the problem!

1.   Re: Problem Flash Player bei IE 11 mit HP Solution Center+Datei Flash.ocx  
    玩玩 无聊     2014-11-6 下午11:49  (回复 ackibaun)    
Thank you for taking our survey. We value your feedback.
If you need help, we want to hear from you.

Similar Messages

  • Problem Flash Player bei IE 11 mit HP Solution Center+Datei Flash.ocx

    Hallo
    ich versuche ein für mich sehr schwieriges und komplexes Problem zu lösen und bitte um Tipps oder Hilfe.
    Gerät: Notebook / Windows 8.1  - früher Vista....und HP Drucker und ich bitte um Entschuldigung für die lange und komplexe Schilderung
    da ich schon mit sehr langen und wiederholt fehlgeschlagenen Lösungsversuchen und Suchen in diversen und HP Forum
    recht ratlos bin.
    Ausgangspunkt als zeitliche Folge von Ursache und Wirkung kann ich schlecht rekonstruieren. Entweder hängt es damit zusammen, dass ich ausser Chrome und IE noch Firefox Browser installierte bzw. auch das letzte neues Software-Treiber- Update von HP installiert wurde oder auch nach einem Microsoft Update KB 3001237 vom 16.10.
    Das Problem zeigte sich vordergründig im fehlerhaften Aufrufen des HP Solution Centers meines All in One Druckers Officejet 6500 E709a.Ein Fehlerprogrammbild namens HPdirec. exe gibt die Fehlermeldung aus: '
    C....Windows System 32\ Macromed\ Flash\Flash.ocx ist entweder nicht für die Ausführung unter Windows vorgesehen oder enthält einen Fehler. Installieren Sie das Programm mit den Originalinstallationsmedien erneut oder wenden Sie sich ...an Ihren Systemadministrator oder Softwarelieferanten..
    Im nur starr auftauchendem schwarzem Solution Fenster heisst es 'dass die auf Ihrem Computer installierte Version des Flash Players nicht mit dem Internet Explorer verwendet werden kann.'
    Dann Link-Hinweis auf Adresse Adobe usw.
    Dort wird mir aber lediglich nach mehreren Klicks mitgeteilt, dass der Flash Player bereits im IE integriert bzw. installiert sei.
    und wenn ich doch hartnäckig und laienhaft versucht habe ,einen Adobe Flash Player ausfindig zu machen und downgeloaded hatte und ihn dann installieren wollte, entpuppte es sich als nicht installierbar bzw. das KB-Update von Microsoft (siehe oben)
    In den AddOns des IE finde ich unter Name 'nicht verfügbar'  und Herausgeber 'nicht verfügbar' lediglich einen 'Shockwave Flash Objekt' als aktiviert - kein weiteres AddOn und unter Sicherheit ist kein Haken bei AktiveX-Filterung...
    Unter dem Ordner C...... Windows\System32\Macromedia\Flash finde ich
    nur
    activex.vch
    Flash64_15_0_0_189.ocx
    FlashInstall.log
    FlashUtil64_15_0_0_189_ActiveX.dll
    FlashUtil64_15_0_0_189_ActiveX.exe
    FlashUtil64_15_0_0_189_Plugin.exe
    NPSWF64_15_0_0_189.dll
    plugin.vch
    aber nirgendwo ist dort und auch (Suche gestartet) im C:\Laufwerksverzeichnis die oben in der Fehlermeldung angegebene Datei Flash.ocx zu finden.
    Zunächst hatte ich diese Fehlermeldung nur mit meinem HP Solution Center gekoppelt, aber
    die  Meldung tauchte auch woanders auf. Ich habe nach unendlich vielen Versuchen mit Deinstallation, Installation - IE Deaktivierung - Aktivierung drei Cleaner Tools laufen lassen in der Hoffnung, dass durch Bereinigung alter oder fehlerhafter Registry Einträge das Problem von alleine resetten würde.
    Und ausgerechnet bei dem Tool Wise Registry Cleaner tauchte die gleiche Fehlermeldung auf wie oben nur mit einer anderen Bezeichnung vor dem .EXE - und im Hintergrund als zunächst starres Bild die Umrisse vom Menü des Tools.
    Jedoch: Als ich lediglich auf den OK Button der Fehlermeldung drückte, wurde das Tool Menü vollständig geladen und ich konnte damit arbeiten, im Gegensatz zu dem HP Solution Center.
    Ich benötige aber das Menü des HP SC um im Besonderen die Scan- und Speicherung Funktion des Geräte zum PC hin zu nutzen und auch andere Funktionen des Multi-Druckers gebrauchen zu können.
    Danke für eine Reaktion gleich welcher Länge und Art auch immer im Voraus...!!!

    1.   Re: Problem Flash Player bei IE 11 mit HP Solution Center+Datei Flash.ocx  
        玩玩 无聊     2014-11-6 下午11:49  (回复 ackibaun)    
    Thank you for taking our survey. We value your feedback.
    If you need help, we want to hear from you.

  • Problem Flash Player vs IE

    Hello! I have big problem with this screen:
    [url=http://img151.imageshack.us/my.php?image=screenshot0015du.jpg][img]http://img151.ima geshack.us/img151/3176/screenshot0015du.th.jpg[/img][/url]

    1.   Re: Problem Flash Player bei IE 11 mit HP Solution Center+Datei Flash.ocx  
        玩玩 无聊     2014-11-6 下午11:49  (回复 ackibaun)    
    Thank you for taking our survey. We value your feedback.
    If you need help, we want to hear from you.

  • Flash Player crashing on every code execution

    Every time I run this code my flash player (projector) is crashing.
    function ftwoB(event:MouseEvent) {
         navigateToURL(new URLRequest("lessons/lesson2/reading"));
    ¿Any idea why? ¿Any suggestions? Thanks

    I'm a windows user. I do have an imac on the side of me but know very little on sys admin on it. I just use it for iOS dev. But I am an admin level account. Is your account admin level? I'm not certain this factors in but sometimes I need to "run as admin" on windows to rule out any access issues.
    Can you explain more about "what" is crashing? The projector? The browser the should be popping up?
    Also I believe a projector auto-sets the sandbox it's in to access local files only but you might want to check that option. I believe the dropdown is at the bottom as soon as you open your publish settings and hit the flash tab (sorry I use FlashBuilder now). Make sure that's on access local files only.
    Lastly you definitely should put your code (that you know is failing) in a try {} catch() {} block.
    e.g.
    function ftwoB(event:MouseEvent) {
        try
           navigateToURL(new URLRequest("lessons/lesson2/reading"));
        } catch (e) { }
    Just to keep it from crashing. If the error is in flash it will catch it and excuse it without crashing.
    Start trying other means of accessing the file (who's properties you've hopefully verified you have read access to).
    e.g. navigateToURL(new URLRequest("./lessons/lesson2/reading/index.html"));
    e.g. navigateToURL(new URLRequest("file:///C|/path/to/lessons/lesson2/reading/index.html"));
    See if any other alternate means of accessing the file works. 
    FYI I have no issue loading a local files. I made an extremely quick example that loads using your own code on my system. Just one button that procs that function and loads an index.html. I used a frame script to keep it simple and saved it down to CS4 as I don't know what version you use.
    here:
    http://www.filehorde.com/o/test.zip

  • Urgent Problem - Flash Player does not display movies correctly.

    Hi.
    I have an urgent problem that I need help with. I installed
    Flash Player 9 on my computer and everything was o.k. The I
    installed Flash 8 and it asked if I wanted to install the player
    and I selected yes. Then when I went on the Web, I noticed on my
    website that my Flash animations displayed only partially - none of
    the backgrounds appeared and were just plain white. This only
    occurs where the backgound is plain and not an animation. The weird
    thing is, when I open the file when I'm not on the Web, everything
    displays correctly. It's only when I'm on the Web that the problem
    occurs. I've tried uninstalling all the Flash versions and
    re-installing but that did not work. It is incredibly frustrating.
    Can someone please tell me why when I open files whilst not on the
    Web, they display correctly, but when I go to my website, the plain
    backgrounds do not appear in the movies ?. And more importantly,
    how do I fix this ?
    Thanks

    I've just been struggling with the problem for some hours and
    I finally solved it. What I had to do was, from Internet Explorer
    7, go to Internet Options then 'Advanced' then click 'Reset' to
    restore all defaults. After doing this the flash played correctly.
    I then had to re-configure Internet Explorer to perform to its
    previous style. I also went from 'Internet Options' to 'Programs'
    and then clicked 'Manage Add-Ons'. I found that by disabling the
    'Realplayer download and record plugin for Internet Explorer' the
    problem was solved, and when I enabled it, the problem reappeared.
    So it has obviously got something to do with this plugin. I hope
    this helps for anyone else who could suffer from this problem. It's
    worth a try if all else fails - simply reset Internet Explorer 7 to
    restore the defaults, and then find out what caused the problem.

  • Install problems Flash Player 9

    I had adobe flash player installed last week (and
    previously). Some things weren't working, so i uninstalled,
    reinstalled. Today, I went to do two separate things using adobe
    flash player, and it wouldn't work. I uninstalled again, went to
    re-install and the message:
    'Sorry, your platform not supported'
    shows up instead of downloading.
    What is this, and why do I have this when I just had adobe
    installed last week?
    Thanks for your help.
    Beth

    I have similar problems trying to install /update Flash
    Player 9 r124 on a WinXP workstation. Despite having followed
    Technical Note 19166, I am unable to install the player at all.
    This is troublesome because it means I can't support my customers
    on IE6 or 7, thus asking them to use Firefox or Safari.
    These update problems only occurred the day after the big CS4
    launch. Adobe, are you planning on addressing this issue?

  • Live Messenger conflicting with new update, no access to Flash Player - Vista

    Ok, first of all I'm not an expert at all with computers but usually figure things out on my own, but this is an issue I cannot figure out.
    Just yesterday, I downloaded I think not 100% sure, Flash Player 10.1 since I was unable to play videos on youtube, so natuarally I went and download 10.1 and it worked for the rest of the night as expected. Now tonight I have ran into the same issue saying I need 10.2, so I thought alright, easy enough, but I was wrong. First I believed it to be downloaded as I repeated the same steps as the night before, and it worked perfect, but when I returned to youtube it said I need the update, slight frusterated I went back to download the Flash Player again, thinking I might have missed something, now when I give it the permisson and all that it says 2 programs need to be closed before it can be downloaded, Internet Explorer, and Live messenger. I close IE and log out of LM ( Live messenger) and think it will work, the window stays open, so I just close it manually and the download says complete, unfortunately wrong again. Now angry I restart my PC disable my Anti-Virus (Nortons 360) and log out of LM and took off the toolbar aswell, make another attempt and the same issue pursists, I go into my Control Panel delete the Flash Player in there make another attempt at installation same result, close the box that says to close Live Mssenger (Which is already closed) and it says complete, just to make sure open Control Panel look under Adobe and see Adobe Flash Player 10 ActiveX without the usually logo, and find that it still doesn't work, unable to figure it out I have now come here, any help is greatly apperciated.
    (Currently scanning PC for virus' incase that is an issue, as was stated in a previous post)
    (Running Vista, I believe 64-bit, though have no idea to be sure)
    Thanks,
                                  Mikeyuio

    Found out the issue, I have a program open called LogMeInHamachi used to connect friends and whatnot, some reason was being picked up as Messenger, and have closed it, the window in which it described Live Messenger was open disappeared and Flash Player downloaded successfully.

  • Farmville, Flash Player, Vista

    I have uninsatalled and reinstalled FP numerous times on my computer.  I continue to have problems with game feeds not appearing, especially on Zinga's & FB's Farmville.
    One minute it works and the next it's gone.  This has been happening for weeks now.  There is no error message, it just says to update my Flash Player.
    Can someone please tell me what will clear this up?
    I would truly appreciate a solution, as this is extreemly frustrating. 

    I really hate to hijack this post, however I've been having problems with FP/Zynga for several weeks now - with it using up 100% of my CPU usage and then having to recover my internet explorer again... I've checked my settings and these are the only one's from Adobe that I have.  I just uploaded the newer version of FP.  Going to restart my computer and cross my fingers all has worked... Please let me know if I need to update anything else....
    Name          get_atlcom Class
    Publisher     Adobe Systems Incorporated
    Status        Enabled
    File date     Monday, January 25, 2010, 10:01 AM
    Version       1.6.2.60
    Name          Shockwave Flash Object
    Publisher     Adobe Systems Incorporated
    Status        Enabled
    File date     Monday, November 02, 2009, 6:24 PM
    Version       10.0.42.34
    Name          Adobe PDF Link Helper
    Publisher     Adobe Systems, Incorporated
    Status        Enabled
    File date     Monday, December 21, 2009, 6:27 PM
    Version       9.3.0.148
    Load time     0.05 s
    Here is my post that has gone answered....
    http://forums.adobe.com/thread/570902?tstart=60
    Staceys

  • Norton anti virus won't allow installation of flash player (vista-IE)

    Flash player has been on my computer for several years. Somehow it got deleted after installing a windows update today. An error mesage comes in the lower left of screen saying that this is unsafe and won't allow the download. I attempted several times, twice it said it finished the installation successfully but there was nothing downloaded when I checked my list of programs. The name was on the list(flash player) but nothing showed up on the size column ?
    HELP

    1. Disable your Antivirus.
    2. Download the Adobe Flash Player installer directly by clicking one of the following links.
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    3. Install from the download.
    4. Re-enable Norton.

  • How to get latest flash player version from javascript code

    Hello,
    I want to know the latest flash player version number programmatically to compare with currently installed flash player version.
    I have requirement in which i need to show message to user when installed flash player version < latest flash player version.
    there is no API offlash player available which we can call to get the latest flash player version.
    We tried to do webscrapping of adobe site which prints version number but we need to do this from javascript.
    Is there any way through which we can come to know wether our installed flash player version is older than latest flash player released version?
    Please help..
    Thanks
    Dhwani

    It's in the Global Settings Manager in the Control Panel (Windows) or System Preferences (Mac), but I'm unaware of a javascript you can create to do this independent of a Flash container.
    The best you can do would be to create a web page with the expressInstall.swf and swfobject_modified.js added to a Flash container in the page. While that won't give a detailed (installed vs new) indication, it WILL prompt for an update if the current version is higher than the installed version.
    You'd then have to add the webpage to startup items, so the end user would see it on login.

  • Can I find another plug in instead of Adobes problem Flash player. Happy for any tip of an alternative.

    Adobe flash player has stop function. There is no way I can update it. Adobes update service say "the application already is running"
    So I got tired on trying.
    Now my question is - can I find another application so I can get Firefox Ok again.
    I need to watch my videos from the university.

    You don't have Flash installed, so it can't be running now.
    # Restart Windows.
    #Bring up Firefox, and install Flash from http://get.adobe.com/flashplayer/ but before you install, uncheck the Security Scan Plus. It has nothing to do with Flash Player and such additional baggage during installation is known as crapware. Only install the Flash Player.
    #If the installation does not start use "Ctrl+J" to find the downloaded install and run it.
    #When the install actually begins in an installation window, bring Firefox down with "Alt+F" (File) > Exit.
    #If the installation does not proceed, then bring up the Windows Task Manager ("Ctrl+Alt+Del"), click on the "Processes" tab of the WTM and look for firefox.exe and plugins-container.exe and terminate if running.
    #When the installation completes, restart windows, then bring up Firefox
    #Check your Flash installation at http://www.adobe.com/software/flash/about/ to show that you have the latest Flash installed. (don't press the play now button).
    #Check all of your Firefox plug-ins at http://www.mozilla.org/plugincheck/

  • Installation problem - Flash Player 10.3.181.34

    When I attempt to install Adobe Flash Player 10.3.181.34, I receive the following installer error message: The Flash Player Settings Manager is currently open. Please close the Flash Player Settings Manager and try again.
    No other version of Adobe Flash Player is installed.
    How do I "close the Flash Player Settings Manager?"
    Notes.- Widows XP SP3 32 bit with IE 7.

    I can't access Youtube, everytime I try I'm told to download flashplayer 10.XXX. FLASHPLAYER will NOT down load I have tried for 3,,,yes 3 days to overcome this. I'm running Windows SP pro and IE8. I also cannot access USA today puzzles This is a home/office PC
    HELP
    PLEASE e-mail me at [email address removed].

  • Problem - Flash player 11.5.31.2 audio capture.

    Hi,
    I need your help guys,
    We're developing a flash app that's using the microphone.
    Since the 11/6/2012 (when updated pushed to Chrome users) - our app is not working (i.e. not capturing the audio correctly).
    On all other new versions (11.5.502.110) and previous versions it works great.
    What can our users to do get rid of this buggy player version, besides not using Chrome ?
    Thanks,
    Kobi

    First, help us help you by filing a bug here: http://bugbase.adobe.com/
    Include an example that we can access to reproduce and debug the issue.
    As a temporary workaround, chrome users can revert to the older NPAPI plug-in in chrome by disabling the newer PPAPI plug-in and installing the NPAPI version of Flash Player.
    There are instructions in this thread:
    http://forums.adobe.com/message/4838036

  • Uninstall/install oracleXE express problems on windows vista business

    Hi,
    I installed oracle express on windows vista.. no problem. Then I installed oracle application server... now oracle db web interface was not working (firewall was off). So I tried to uninstall/re-install oracle express.... but now it does not successfully install... in fact the installer just hangs when it is trying to initialise the services.. also it looks like the services were not uninstalled?? any ideas/help would be great I have tried uninstall/reinstall several times all with no success....

    there are several similar threads on XE forum - http://forums.oracle.com/forums/search.jspa?threadID=&q=uninstall+problems+windows+vista&objID=f251&dateRange=all&userID=&numResults=15&rankBy=10001
    also these resources maybe handy;
    * installation guides - http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm
    * OTN forum needs extra registration(free) - http://www.oracle.com/technology/xe/registration
    * all documentation - http://www.oracle.com/pls/xe102/homepage?remark=tahiti
    * OTN portal - http://otn.oracle.com/xe

  • Irq Problem Lenovo N200 Vista Business

    Hi,
    i have a "Irq not less or equal" problem and get always after loggin in in Vista a blue screen and restart.
    I can not change any irq numbers in the resourcess of for example graphic card device.
    There is Automatic config marked and i have not the option to cancel this option and change the irq number to another.
    How can i chang the irq's under vista?
    The bios in my Lenovo N200 notebook gives me not the option.
    Can someone help me?

    Seems like we got the problem. Are you setting up an audio interface?

Maybe you are looking for

  • Sharing iPhoto Library on an external HD with 3 macs

    I had this all set up very easily at first. I had the iPhoto Lib on my external HD and was sharing it with my G5, iBook G4 and Powerbook G$ all with iPhoto 08'all running 10.4.11. Then I upgraded my G5 to a new iMac running 10.5.5 and I can choose th

  • Which all tables suffice all line item GL data requirements

    Please clarify this requirement for Line Item Data from  New GL. my client BMW Inc have configured  New GL in ECC 6.0  if i pull all the records to BW from FAGLFLEXA (Line Item Table) is that sufficient to meet the <b>all line item GL data</b> or is

  • Create datasource issue with Planning 9.3.1

    The plan is to upgrade to 9.3.3 so will need 9.3.1 first. I have installed 9.3.1 Planning on win 2003 server and finished the configuration steps as well. All my hyperion planning databases are on a Oracle RAC system 11g installed on Linux. The indiv

  • Customer master download

    Hi ALL I am trying to download the BP(Customer master )  from R/3 to CRM through object CUSTOMER_MAIN Table KNA1 and Field KUNNR.I have made the filter setting for the table KNA1 to down load specific single BP only. Intial download started through R

  • DVD Player controls

    I am a Union stage hand and I do a lot of video projection work. Recently I was setting up a DVD player to feed a projector onto a 40' screen, but the manufacturer decided that users are all morons therefore it always shows On Screen Programming (Pla