Hit Or Miss Mac Flash Player

I have wasted an inordinate amount of time trying to find a solution for this...
I'm working on an Intel iMac, Mac OSX v.10.5.8, browsers Safari 4.0.5 (5531.22.7) and Firefox v.3.6.3. I've carefully uninstalled and reinstalled the latest Mac version of both the Flash and Shockwave players with the recommended Adobe installers and uninstallers, repaired permissions, rebooted, etc.
The odd part of my mystery is that before this most recent Flash update installation, I never had a problem at ANY site.
Now, videos play as expected at some sites, like http://youtube.com , but not at all at other sites, like http://vids.myspace.com/
Perhaps a related new development is that when I enter the fullscreen mode at youtube, the gray-bordered "Pres Esc to exit full screen mode" alert stays fixed in the middle of the screen... very distracting.
In some cases, I see a blank pop-up screen (whether or not "Block Pop-Up Windows" is selected in Safari's menu) or, as is the case at http://vids.myspace.com — a blank screen with a circular light-gray *snake* chasing its tail clockwise. (I'm beginning to feel much the same trying to remedy this problem.)
If I CONTROL-click on the blanks for the "Settings" I see the Settings Manager, but it is entirely non-functional. When I try to make changes suggested in the Forums on the Adobe site's representation of that Settings Manager –
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_man ager03.html  I can move the slider value from a "setting other than zero," but the "Allow third-party Flash content to store data on your computer" checkbox cannot be enabled.
I installed the recommended flash debugger and got this result from a *no-show* video's pop-up blank:
Error: Error #2134: Cannot create SharedObject.
at flash.net::SharedObject$/getLocal()
at com.jeroenwijering.utils::Configger/loadCookies()
at com.jeroenwijering.utils::Configger/load()
at com.jeroenwijering.player::Player/loadConfig()
A knowledgeable website guru/friend suggested this might indicate a conflict with an earlier flash version, but a thorough search and examination reveals no previous versions lurking anywhere.
The one remaining item I've removed is the Flash Player folder – user/library/caches/Adobe/Flash Player — which had some items dating back to 2009. It didn't help. Other than that, I'm at a loss to fix this problem.
Any suggestions?
Thanx. 

Re: Re-installed debugger reports...
Here's what a visit to the same website detailed in my original post reports in the debugger dialog box:
Error: Error #2134: Cannot create SharedObject.
at flash.net::SharedObject$/getLocal()
at com.jeroenwijering.utils::Configger/loadCookies()
at com.jeroenwijering.utils::Configger/load()
at com.jeroenwijering.player::Player/loadConfig()
myspace.com problem:
http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=5704280
Error: Error #2134: Cannot create SharedObject.
at flash.net::SharedObject$/getLocal()
at com.FIM.utils::LocalData()
at com.FIM.utils::LocalData$/getInstance()
at com.FIM.media.types::VideoContainer/_init()
at com.FIM.media.types::VideoContainer()
at com.FIM.factory::MediaContainerFactory/getMediaContainer()
at com.FIM::MediaPlayer/init()
at Application/allLoaded()
at Application/checkAllLoaded()
at Application/onLanguageLoaded()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.FIM.services.media::VideoService/onGetLocalizedStringsResult()
at com.FIM.utils::NetUtils$/executeCallbacks()
at com.FIM.utils::NetUtils$/resultCallback()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
dailymotion.com problem:
http://www.dailymotion.com/video/xejgt7_how-to-use-drop-io-to-share-and-rev_tech#hp-v-v14
Error: Error #2134: Cannot create SharedObject.
at flash.net::SharedObject$/getLocal()
at com.dm::Player/connectSharedObject()
at com.dm::Player/addedToStageHandler()
metacafe.com problem:
http://www.metacafe.com/watch/5108290/training_camp_party_scott_fujita/
Error: Error #2134: Cannot create SharedObject.
at flash.net::SharedObject$/getLocal()
at com.metacafe.video::VideoController/setModel()
at com.metacafe.mvc::Controller()
at com.metacafe.video::VideoController()
at com.metacafe.video::VideoPlayer/init()
at com.metacafe.video::VideoPlayer/onAddedToStage()
at flash.display::DisplayObjectContainer/addChild()
at com.metacafe.base::CommonVideoPlayer/initVideoPlayer()
at com.metacafe.base::CommonVideoPlayer/init()
at com.metacafe.portal::PortalVideoPlayerBase/init()
at com.metacafe.portal::Player/init()
at com.metacafe.portal::Initializer/init()
at com.metacafe.portal::Initializer()
(Clicked *Continue* button on debugger dialog box and got this:)
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.metacafe.video::VideoPlayer/set allowSeekAhead()
at com.metacafe.base::CommonVideoPlayer/initVideoPlayer()
at com.metacafe.base::CommonVideoPlayer/init()
at com.metacafe.portal::PortalVideoPlayerBase/init()
at com.metacafe.portal::Player/init()
at com.metacafe.portal::Initializer/init()
at com.metacafe.portal::Initializer()
yahoo!Video.com problem:
http://video.yahoo.com/
"Snake Chasing Its Tail"... but no debugger dialog.

Similar Messages

  • Mac flash player 50% install error

    Installed mac flash player to 50% then it says error close the following to continue and its talking about safari but i dont have it open and it has the red circle with a slash through it sign in front of it

    How to perform a "clean install" of Flash Player in Mac OS X

  • Mac Flash Player Installer stalls at 25% or 30% followed by Connection Lost Start Over, which I do with same result.

    Mac Flash Player Installer stalls at 25% or 30% followed by Connection Lost Start Over, which I do with same result.

    This morning we resolved a problem that prevented Flash Player installations from completing for some of our Macintosh users.
    If you encountered this problem, please delete any previously downloaded Flash Player installer and either:
    1.)      Download the installer again from https://get.adobe.com/flashplayer
    2.)      Download the stand-alone installer from  http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_osx.dmg

  • Fscommand "exec" doesn't work in Mac (Flash Player 10.1)

    Hi All,
    I am trying to launch an external application using fscommand in Mac ('fscommand' works fine on Windows). I have done following things to make it work:
    Written an apple script to launch a pdf and saved it as "test.app"
    I copied "test.app" to "fscommand" directory. (fscommand is a directory under 'flash projector.app')
    Tried to launch the "test.app" using fscommand, as shown below:
                fscommand("exec", "test.app");   
    But, my efforts went in vain. It did not work. I even tried to copy "fscommand" dir to "Flash Debugger Player.app/Contents/MacOS/", but still I can't make it work.
    More Info:
    Mac version: Mac OS X 10.6.2
    Hardware: Intel Core duo 2
    Flash Player Version: 10.1 (standalone projector)
    Is it something I am missing or is it a bug in Flash Player 10.1? Does anybody could make it work; Please let me know!

    Praveen,
    Im in the same boat. - Im trying to open a mac projector .app from inside another .app by using Fscommand "exec".
    After reading this
    http://www.morgadinho.org/2007/03/12/launching-an-app-with-fscommand-on-mac-os-x/
    have created applescripts with .app extension inside Fscommand folder, but to no avail.
    Have heard anything/ had any resolution yet?
    james

  • "Allow third-party Flash content" checkbox missing with flash player 10

    Allow third-party setting is missing from the global storage
    tab of the settings manager
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.htm l
    Flash Player 10.0.12.36
    Windows XP SP3

    re:  http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.htm l
    Found this info recently, try this:
    Note for IT / Tech Support staff: If you are in a Windows domain login environment, such as a workplace network, there could be a conflict with the location of the Desktop directory. Some users have reported success by creating an empty folder named "Desktop" in their home directories (so if you already have a "Desktop" folder in your home directory, this probably will not help).
    In explorer, go to your home directory location:
    XP: C:\Documents and Settings\WINDOWS-USERNAME\
    Vista: C:\Users\WINDOWS-USERNAME\
    Create a new folder named "Desktop" in that location. Then try enabling Flash Local Storage again, as above.

  • Mac Flash Player update

    I am having problems installing my flash player on the mac.  I have used safari, chrome, mozilla to install it and it does work.  The last time this happened, I had to install it offline.  How do I do that?

    Hi,
    From where you are trying to install the Adobe Flash player?
    Also kindly post the name of the file and error that you are facing while installing flash player using How to post a screenshot in the forum
    -Varun

  • Problems installing mac flash player

    I have tried repeatedly to uninstall existing Flash Player and install Flash Player 11 (11.2.202.235) on a Mac OSX 10.6.8 64-bit system running Safari (64-bit), without success. 
    The dialog box says that installation was successful, and if you check Apple / System Preferences / Flash Player / Advanced / Updates, it indicates that "Plug-in version 11.2.202.235 is installed.",
    but if I try to run anything requiring Flash, it does not work, and when I go to
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    under Flash Player Help / Find Version / Flash Player
    Check if Flash Player is installed on your computer
    I see a blank gray box, indicating that Flash Player is not installed.
    I have followed all of the instructions on Flash Player Help / Installation Problems / Mac OS and uninstalled and reinstalled flash multiple time, with firewalls and antivirus system disabled and everything active force quit, and I get exactly the same results ... Flash appears to be installed, but does not work ... any suggestions?

    Could you please check the following?
    Go to Safari Settings > Preference.
    Go to the Security tab.
    Are the following options selected: Enable Plug-ins and Enable JavaScript?
    Thanks,
    Sunil

  • Mac Flash Player 11 installation problems

    I installed Flash Player 11.2.202.228 on Mac that has Mac OS 10.6.8 (64-bit). I use Safari. The installation says it was successful. The Adobe Flash Player Help site detects that it was installed but I have no player. I have un-installed, installed numerous times, started up in Safe Mode, re-started the computer, checked my Internet Preferences to allow plug-ins, everything that I could find on this forum but I am having no luck. Please help. I am not an IT type so simple terms will help.

    Hello,
    What you meant by Adobe Flash Player Help site detects the Flash Player? Could you please, click the following link?
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    Can you see the rolling ball? If that's the case, Flash Player is working fine. Do you have issues with a specific site?
    Thanks,
    Sunil

  • Mac Flash Player 11 install failure

    On Macintosh running OS X 7.5 my Safari web sites stopped recognizing my Flash Player; I downloaded the new Flash Player from adobe.com and followed installation instructions but Flash Player would not install It does not appear in the Applications folder, does not get recognized as installed by my web sites. I followed Adobe Support instructions to remove old versions, reinstall Flash but nothing seems to correct the installation error.

    See:  How to perform a "clean install" of Flash Player in Mac OS X

  • Mac Flash player install - actionlist not found

    Hi:
    I'm behind all kinds of firewalls and other internet security stuff. I can't do anything about it. IT won't help me. How do I install the latest Flash player? I keep getting the error "Actionlist not found". I think it's network security. Any ideas?

    Sorry, I didn't notice the 'Mac' mention in the subject line.  The offline installer for OS X is http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_playe r_11_osx.dmg

  • Intel Mac Flash Player

    I've been using the the Flash 9 Beta for the Intel Mac on my
    iMac core duo and the sound has been fine for the last month of so
    but just these last two weeks the none of the sound works at all.
    All of the other features seem to work fine but there is no sound
    whatsoever. I tried checking the plug-in settings but they haven't
    been changed. i was just wondering if anyone else was having htis
    problem?

    Flash Player 10.3.183.90
    Mac OS X 10.5
    •Flash Player 10.3.183.90 (Mac only) (24.4 MB)
    This may be the correct one, since it does not say Mac OS X 10.4+ PPC
    While I have an Intel-Mac running OS X 10.5.8, and last version supported
    Flash from Adobe archive, I don't recollect which one. I did save the .zip.
    Also have three PPC Macs running OS X 10.5.8 with a patched adobe flash
    using the 11.x method of extracting part of a newer Flash (still vintage) to
    trick sites into seeing it as a later than Flash 10.1.
    •Adobe Flash Player - Help:
    http://helpx.adobe.com/flash-player.html
    Hopefully this helps.
    Good luck & happy computing!

  • Boss's Daughter -- Mac Flash Player

    Hi, my boss's daughter loves "Little Einsteins", but Flash
    Player is throwing exceptions and she can't play on the website!!
    That this is a case of life and death goes without saying.
    http://disney.go.com/disneychannel/playhouse/littleeinsteins/index.html
    I've discovered the following: On 2 Macintosh G4s with 10.3.9
    and a G5 iMac with 10.4.9 I can guarantee a crash on Camino,
    Firefox, Safari within about 10 clicks. Crash reporter reports the
    same thing every time: Flash Player's "Flash_EnforceLocalSecurity"
    function is accessing unmapped memory and spoiling a child's fun --
    Can anyone please help?
    The browsers' and Flash versions are varied, but quite
    recent. On one of the G4s everything is completely up to date.
    Exception: EXC_BAD_ACCESS (0x0001)
    Codes: KERN_INVALID_ADDRESS (0x0001) at 0x09880000
    Thread 0 Crashed:
    0 ...romedia.Flash Player.plugin 0x0810b74c
    Flash_EnforceLocalSecurity + 0x79eb0
    1 <<00000000>> 0x06775910 0 + 0x6775910
    2 ...romedia.Flash Player.plugin 0x0810ba44
    Flash_EnforceLocalSecurity + 0x7a1a8
    PPC Thread State:
    srr0: 0x0810b74c srr1: 0x0200f930 vrsave: 0xfffff1ff
    cr: 0x88022228 xer: 0x00000004 lr: 0x0810b438 ctr:
    0x00000001
    r0: 0x0987feec r1: 0xbfffc760 r2: 0x000000f8 r3: 0x00000114
    r4: 0xbfffc950 r5: 0x00000003 r6: 0xbfffca00 r7: 0x00000010
    r8: 0x00000104 r9: 0x0987c000 r10: 0xffffc108 r11:
    0xffffffc0
    r12: 0x0000003e r13: 0x00000000 r14: 0xffff0000 r15:
    0x00000003
    r16: 0x0000003d r17: 0x0000003e r18: 0x00000041 r19:
    0x003d8000
    r20: 0x003f0000 r21: 0x08b360a0 r22: 0x000001ff r23:
    0x000001fc
    r24: 0x00000000 r25: 0x00ff00ff r26: 0x0810b438 r27:
    0x00010000
    r28: 0x00000000 r29: 0x003e0000 r30: 0x003d8000 r31:
    0x00000040

    I am getting the exact same problem. Sometimes my
    daughter can play a game on Playhouse disney before Safari and/or
    Firefox crashes. The other times is crashes almost immediately
    after connecting to the website.
    I am on a G4 that is up-to-date on it's software patching
    (10.4.9). I have even tried different versions of Flash Player 9
    and get the same results. Trying to access Playhouse disney with
    Flash Player 8 installed is futile, though the browers don't crash;
    even with my Dual G4 system.
    I have also gone into the Global Settings manager to add
    these website to the trusted list in Global Security Settings and
    it hasn't helped
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [83]
    Version: 2.0.4 (419.3)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 1261
    Thread: 0
    Exception: EXC_BAD_ACCESS (0x0001)
    Codes: KERN_INVALID_ADDRESS (0x0001) at 0x05341000
    Thread 0 Crashed:
    0 ...romedia.Flash Player.plugin 0x06c8220c
    Flash_EnforceLocalSecurity + 496464
    1 ...romedia.Flash Player.plugin 0x06c76bd4
    Flash_EnforceLocalSecurity + 449816
    2 ...romedia.Flash Player.plugin 0x06c82504
    Flash_EnforceLocalSecurity + 497224
    3 ...romedia.Flash Player.plugin 0x06c856e8
    Flash_EnforceLocalSecurity + 509996
    4 ...romedia.Flash Player.plugin 0x06c870f8
    Flash_EnforceLocalSecurity + 516668
    5 ...romedia.Flash Player.plugin 0x06c78d70
    Flash_EnforceLocalSecurity + 458420
    6 ...romedia.Flash Player.plugin 0x06c7a8d0
    Flash_EnforceLocalSecurity + 465428
    7 ...romedia.Flash Player.plugin 0x06c7bb78
    Flash_EnforceLocalSecurity + 470204
    8 ...romedia.Flash Player.plugin 0x06c8bf9c
    Flash_EnforceLocalSecurity + 536800
    9 ...romedia.Flash Player.plugin 0x06c13104
    Flash_EnforceLocalSecurity + 41544
    10 ...romedia.Flash Player.plugin 0x06c12a7c
    Flash_EnforceLocalSecurity + 39872
    11 ...romedia.Flash Player.plugin 0x06c129ec
    Flash_EnforceLocalSecurity + 39728
    12 ...romedia.Flash Player.plugin 0x06c0ad0c
    Flash_EnforceLocalSecurity + 7760

  • Flash Player 13 Macトラブルの修正アップデートは4月17日リリース予定です

    4/17更新
    一部のMacでプラグインエラーが起きるFlash Player 13.0.0.182の修正アップデート 13.0.0.201(Mac only)がリリースされました。
    ご注意!
    インストールの際は、インストーラ(及びFinder)以外のすべてのアプリケーションを終了してください。
    http://get.adobe.com/jp/flashplayer/
    よりダウンロードできます。
    または、アーカイブページからスタンドアロンインストーラのダウンロードも可能です。
    http://helpx.adobe.com/jp/flash-player/kb/228683.html
    お手数をおかけし申し訳ございません。
    4/14
    一部のMacユーザ様の環境で起こっておりました Flash Player 13.0.0.182 のプラグイン障害ですが、現在修正作業の最終段階に入っており、予定では日本時間 4月17日に全Macユーザ様向けにアップデートが提供されます。
    (この最新アップデートがリリースされるまでは、本障害に該当される場合こちらを参考に旧バージョンをお使いください。)
    4月17日以降、最新版に更新する方法は以下の3つです。
    システム環境設定のFlash Player設定にある「高度な設定」タブを選択し、「更新」内の
    A.『アップデートのインストールを許可する』をチェック。
    この設定によりアップデートリリース後24時間以内に自動的にFlash Playerが更新されます。
    B.『アップデートのインストール時に通知を許可する』をチェック。
    この設定によりリリース後7日以内に警告ダイアログが表示されます。
    または、
    C.Flash Playerダウンロードページ http://get.adobe.com/jp/flashplayer
    へアクセスして「今すぐインストール」で更新します。
    この度は、多くのユーザ様にご迷惑、ご不便をおかけいたしましたこと心よりお詫び申し上げます。
    アップデート提供まで今しばらくお待ちくださいますようお願いいたします。
    US Forumの元記事へ

  • Solution, Flash player download not working.

    After Many hours of fighting this, I successfully downloaded a working version of Flashplayer 11.6.602.180 from http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
    It has many versions for operating systems, including Android. I dont know about Mac or Linux, but the windows version (about half way down the page) worked for me in IE & Firefox.
    I hope this helps some of you, as I have spent almost all day on this (about 9 hours).
    May I recomend that before extracting the zip file, your shoud uninstall the previous version & run Ccleaner & run Ccleaner for the registry as well then do your extraction & run the installation from there.
    Good Luck, Rusty

    Hi Rusty,
    I'm sorry you went through this.  I let the installer team know how much on an inconvenience for you this was.  We are working to get this bug resolved.
    For others that find that the "download" button is missing, please download the installer here while we work to fix this issue:
    Windows - Flash Player Installers for Windows
    Mac - Flash Player Installers for OS X 10.6 and greater
    Thanks,
    Chris

  • 4/16/2014 - Release - Flash Player 13

    In today's release we are updating the Macintosh Flash Player plug-in for Safari and Firefox.  This resolves an issue that was causing Flash Player to crash on a subset of Apple systems built between 2006 and 2008.  This bug was Macintosh specific, and no other platforms were impacted..
    New Features for Flash Player 13:
    Enhanced Supplementary Character Support for TextField
    Characters from the Basic Multilingual Plane (BMP) with Unicode code points between U+10000 and U+10FFFF now work correctly in TextField controls.  This change greatly enlarges the code point range we support, and now includes characters like emoticons and complex CCJK characters.
    New Stage3D Texture Wrapping Modes
    Developers can currently set the wrapping mode of a texture to either clamp or repeat.  Using the repeat option will repeat the texture on both the U and V axis.  However, in some use cases, you may only want to repeat the texture on either the u or v axis.
    This is now possible with the introduction of two new parameters:  REPEAT_U_CLAMP_V and CLAMP_U_REPEAT_V
    Stage3D Anti-Aliasing for Texture Rendering
    Anti-Aliasing is a useful for improving perceived image quality.  Hardware based Multisampling Anti-Aliasing (MSAA) is now available on all desktop platforms.  To enable MSAA, set the level from 0 to 4 using the antiAlias property of the Context3D.setRenderToTexture() method.
    0 = 1 subsample, no antialiasing
    1 = 2 subsamples, minimum quality antialiasing
    2 = 4 subsamples, medium quality antialiasing
    3 = 8 subsamples, high quality antialiasing
    4 = 16 subsamples, maximum quality antialiasing
    Relocated Full Screen Video Warning to Top of Screen
    We've made a small tweak to the "Press Esc to exit full screen mode" warning that is displayed for full screen video.  We've received feedback from developers and users that the dialog obscures content.  We wanted to make a change that both satisfies security concerns and customer viewing enjoyment.  To reduce the impact of the dialog on the on-screen content, we've moved the dialog to the top of the screen.
    Notable Fixes and Enhancements:
    3739504: [Mac] Compiler change causes Flash Player to crash on load
    For complete information please see our release notes.
    Current Mac Flash Player desktop users that have enrolled in the "Allow Adobe to install updates (recommended)" update option will receive this release automatically and silently within 24 hours.  Users that have selected the "Notify me to install updates" update option will receive an update notification dialog within 7 days from today
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 13 desktop for Mac: 13.0.0.201
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    Hello,
    I have confirmed that a non-US locale (in this case Germany) is still getting 13.0.0.241 instead of 13.0.0.244.  I've escalated this to have the issue fixed and find out why non-US locale is still getting the old files and not the new files.  I'll post here when I have an update.
    Maria

Maybe you are looking for