When will the Adobe flash player return to all Apple mobile devices?

I think that Apple should very well eliminate these restrictions by reintroducing the Adobe Flash Player back into all Apple mobile devices sometime this spring or summer.
Kevin Silvestris
Worcester, MA

Yeah.
And everybody should be nice to each other beginning Wednesday.
And no more taxes beginning next year.
Oh.. and cheap gas by the end of summer.
Adobe does not make a flash player for iphone.  They never have.

Similar Messages

  • When will the Adobe Flash player become available on iPad / iPhone?

    I know Apple wantto protect its own products like f.ex. QuickTime but it is apparent for all of us that the Adobe Flash technology has become a widely used and accepted standard.
    Why can we never get an announcement from Apple when they expect to make f.ex. their iPad & iPhone compatible and let us use the Flash player?

    The question can never be put too seldomly as it is still a bad secret why Apple "protect" their products from the "ugly" Adobe Flash player.
    Some people in this forum claim that the cause is that Adobe has not managed to develop a satisfactory solution but that is not true.
    On the other hand it seems that Apple is opening a door a litle. Now it is possible using the Adobe Flash Professional and Flash Builder to create application for the iOS products. The whole development process is supported and you do not need to use ONE SINGLE Apple tool.
    Therefore I think it is a question of time until Apple accepts the Flash player on the iOS platforms.
    As to the HTML 5 - this is no surprise to Adobe which have prepared for the step forward to HTML 5 for quite a while. The HTML 5 standard will set the stage for the future internet but it does not make Flash or iOS redundant.
    This is about a fight on a very high business level and Apple will never tell all the reasons for their strategy as little as Adobe will.
    History shows that there is only one loser in such a fight: the user.
    Although we do not all agree with each other, let us keep a good tone in here.

  • Recently I cannot view certain attached videos because I need the adobe flash player. It does not get installed and the system says it will do so once firefox is closed. pl.help

    recently certain video or pictorial attachments to my e-mails be opened because the system requires the installation of the Adobe Flash player with Java plug-ins. The message also gives a link for installation. It appears to install but nothing really happens. Then the message advises that it will install automatically once security is uninstalled or when Firefox is off. Nothing seems to work. Please help. P.S. I recently also installed the Firefox 4.0 version also

    1.Download the Flash setup file from here using Firefox: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC = Processes tab}
    3. Then run the Flash setup file from your Desktop.
    * On Vista and Windows 7 you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). <br />
    See this: <br />
    [http://vistasupport.mvps.org/run_as_administrator.htm]

  • Why does say"To play the selected item, you must install a later version of the Adobe Flash Player. To download the Adobe Flash Player, go to the Adobe website." when I have the latest Version of it and it's just Black screen with no audio and Video?

    Why does say"To play the selected item, you must install a later version of the Adobe Flash Player. To download the Adobe Flash Player, go to the Adobe website." when I have the latest Version of it and it's just Black screen with no audio and Video? (Powerpoint Presentation 2013)

    You asked your question on the wrong forum. Try one for the Flash Player

  • I have installed the adobe flash player and have enabled it, but it still will not work. How do I fi

    I have downloaded the Adobe Flash Player and enabled it but it still wont work. How do I fix it?

    http://forums.adobe.com/thread/1195540

  • Why does the Adobe Flash Player pop up keep on appearing when using the browser. It never used to before the upgrade to the latest version.

    Since updating to the latest version of Firefox the Adobe Flash player pop up continually pops up whether the page needs flash player or not. It even shows for a text page.
    It is very annoying

    You can set the default in "Firefox/Tools > Add-ons > Plugins" and change that for the Shockwave Flash plugin to "Always Activate".
    You can inspect and manage permissions for the domain in the currently selected tab via these steps:
    *Click the "[[Site Identity Button|Site Identity Button]]" (globe/padlock) on the location/address bar
    *Click "More Information" to open "Tools > Page Info" with the Security tab selected
    *Go to the Permissions tab (Tools > Page Info > Permissions) to check the permissions for the domain in the currently selected tab
    See also:
    *https://support.mozilla.org/kb/how-do-i-manage-website-permissions

  • The Adobe Flash Player Version 13.0.0.214 on my computer keeps crashing when I opened a learning program.  Can anyone help?

    The Adobe Flash Player Version 13.0.0.214 on my computer keeps crashing.  Can someone help?

    Wrong forum - ask on one for the Flash Payer

  • Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash

    hi all and adobe forum team
    im download felx bulder 3 and make a new flex project ....
    its ok
    but when i want to run my project i take empty page with the
    error code " Alternate HTML content should be placed here. This
    content requires the Adobe Flash Player. Get Flash "
    that error mean i havent flash player on my pc
    but i have because it will installed by default with adobe
    flex builder, and flash cs3 on my pc, and im installed it from
    adobe web site, and im installed it from cd
    but without any result, i have same the error when i want to
    run my flext project
    i take "Alternate HTML content should be placed here. This
    content requires the Adobe Flash Player. Get Flash "
    plz help me why
    note: im using windows vista ulimate

    I had the same problem.
    After I've installed new flash player version 9.0.60.120.
    I've got the same error.
    I'm using Korean windows. Maybe that's the problem. I don't
    know yet.
    I will test on English machine tomorrow.
    Anyway,
    Problem is caused by version detaction javascript.
    In AC_OETags.js file, there is ControlVersion() function.
    Inside of that function,
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
    this line throw error with catching but do nothing.
    So, overall javascript recognize flash player as version 2.0
    and something.
    I testd this on firefox 2.0.0.4 and IE 7.0.5730.11.
    There are all Korean version and failed.
    But Safri beta version for Window works fine.
    This does not have any Korean version yet. That's why I
    assume maybe
    that's causing the problem.
    So, I guess Adobe people will do something for this, but if
    you want to
    run it right now without this error message.
    Easiest way is just turn off that Flash player version
    detection in
    project properties > Flex Complier > HTML wrapper.
    Uncheck Require Flash player version.
    Or edit your Javascript by yourself in
    html-template>AC_OETags.js.
    like below;
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
    I hope this will be solved quickly.
    Dongwook, Kwon.
    awwad ¾´ ±Û:
    > hi all and adobe forum team
    >
    > im download felx bulder 3 and make a new flex project
    .... its ok
    > but when i want to run my project i take empty page with
    the error code "
    > Alternate HTML content should be placed here. This
    content requires the Adobe
    > Flash Player. Get Flash "
    >
    > that error mean i havent flash player on my pc
    > but i have because it will installed by default with
    adobe flex builder, and
    > flash cs3 on my pc, and im installed it from adobe web
    site, and im installed
    > it from cd
    > but without any result, i have same the error when i
    want to run my flext
    > project
    > i take "Alternate HTML content should be placed here.
    This content requires
    > the Adobe Flash Player. Get Flash "
    > plz help me why
    >

  • Please fix the adobe flash player intergrity check error as soon as possible..

    Earlier I did not have this problem but now when I download the adobe flash player , the adobe download manager says at 100% that the flash player did not pass the intergrity check. I tryed every possible solution but nothing is working , it seems there is something wrong with the web page that offers the flash player download.
    this is how it happens
    adobe DLM starts downloading the flash player
    stucks at 2.2%
    reconnects & starts downloading
    stucks at 4.7%
    reconnects & starts downloading
    then at 100% an message appears saying that the flash player did not pass the intergrity check..
    if I resume the download process it goes on & repeats the same thing
    or if I stop the download process then it stops but the flash player completion movie appears saying that I have install flash player version 8 ! ( pretty weird )
    I hope adobe will take immediate action for this.
    Thank you.

    Thanks it worked ! , but I need to know why I cant download it using adobe DLM as usual ?  because this wasn't a problem earlier about 3 weeks ago
    this happened after re-installing the operative system ( but I have installed the flash player using DLM many times after re-installing the OS , therefore this was not a problem )
    my OS is windows XP service pack 2
    web browser - internet explorer 6
    additional information -
    I installed the flash player using DLM for mozila firefox in the normal way & it worked perfectly , no errors at all.  it seems this problem arises only for internet explorer. I even tryed the installation after upgrading IE 6 to IE 8 , but the problem is still there
    anyway thank you very much for the alternative download link.

  • The Adobe Flash Player Settings popup is appearing offscreen in my Flex4 app. How do I stop this?

    Hey guys,
    I have a page with some html content and my Flex app in the bottom left hand corner. At one point,  the Adobe Flash Player Settings popup appears, but I can  only just see the top of it, the rest is off screen towards the bottom. I set the height of the application in  the opening application tag, to 240. The whole app is visible in the  HTML page, but for some reason the background colour of the Flex app  goes past its height and width properties. This is probably causing the  Flash Player Settings popup problems right?
    Does anyone know how I can fix this so that the user can interact with  the popup? Thanks for reading.

    Thanks Mike,  Problem continues if I uninstall Adobe Flash
    Player....scanning computer now for malware.....amazing that the malware
    uses Adobe Flash Player even thought my control panel says the player does
    not exist.  Adds are not too bad but I do not like something going on out
    my control....what else is up??? That kind thing.  Will let you know when
    problem is solved, best, Allen Bealle

  • Problem with the adobe flash player, its falling down, what to do?

    Its always falling down almost immediately when i hear music. I have tried to update Adobe Flash player and so on. But it still not working, its strange but i have been thinking if Mozilla doesn't ''allow'' the adobe flash player. Do I need maybe change Firefox to something else??

    Is it only the sound or do you have other problems with Flash as well?
    See [[No sound in Firefox]] and [[Video or audio does not play]]
    You can click the Volume icon on the Windows Taskbar near the clock and click the Mixer link at the bottom to open the mixer.
    You can adjust the volume level for each application in that window, so make sure that Firefox is not muted or set at a low level.
    You will only see the Firefox program in the Mixer if you are on a website that plays sound.
    You can also try to uninstall and reinstall Flash.
    Troubleshoot Flash Player installation for Windows: http://kb2.adobe.com/cps/191/tn_19166.html
    Flash Player uninstall: http://www.adobe.com/go/tn_14157 (this will remove the Firefox Flash plugin and the ActiveX control for IE)

  • Alternate HTML content should be placed here. This content requires the Adobe Flash Player

    Somehow today I get this message when I am tring to open
    website with flash player :
    Alternate HTML content should be placed here. This content
    requires the Adobe Flash Player
    Yesterday was ok but not today ! with netsacpe and mozila
    it’s ok but with EI dosnt work anymore !

    I had the same problem.
    After I've installed new flash player version 9.0.60.120.
    I've got the same error.
    I'm using Korean windows. Maybe that's the problem. I don't
    know yet.
    I will test on English machine tomorrow.
    Anyway,
    Problem is caused by version detaction javascript.
    In AC_OETags.js file, there is ControlVersion() function.
    Inside of that function,
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
    this line throw error with catching but do nothing.
    So, overall javascript recognize flash player as version 2.0
    and something.
    I testd this on firefox 2.0.0.4 and IE 7.0.5730.11.
    There are all Korean version and failed.
    But Safri beta version for Window works fine.
    This does not have any Korean version yet. That's why I
    assume maybe
    that's causing the problem.
    So, I guess Adobe people will do something for this, but if
    you want to
    run it right now without this error message.
    Easiest way is just turn off that Flash player version
    detection in
    project properties > Flex Complier > HTML wrapper.
    Uncheck Require Flash player version.
    Or edit your Javascript by yourself in
    html-template>AC_OETags.js.
    like below;
    axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
    I hope this will be solved quickly.
    Dongwook, Kwon.
    awwad ¾´ ±Û:
    > hi all and adobe forum team
    >
    > im download felx bulder 3 and make a new flex project
    .... its ok
    > but when i want to run my project i take empty page with
    the error code "
    > Alternate HTML content should be placed here. This
    content requires the Adobe
    > Flash Player. Get Flash "
    >
    > that error mean i havent flash player on my pc
    > but i have because it will installed by default with
    adobe flex builder, and
    > flash cs3 on my pc, and im installed it from adobe web
    site, and im installed
    > it from cd
    > but without any result, i have same the error when i
    want to run my flext
    > project
    > i take "Alternate HTML content should be placed here.
    This content requires
    > the Adobe Flash Player. Get Flash "
    > plz help me why
    >

  • Google Chrome installing without my consent when I update Adobe Flash Player

    To whom do I complain about Google Chrome installing without my consent when I updated Adobe Flash Player? I updated to Adobe Flash Player 11 Active X this morning. I saw no indication that Google Chrome was going to install and given that I have used GC in the past and absolutely hated it I would not have completed the Flash update. If there is an opt-out for Chrome when updating Flash it needs to be more obvious.
    I was annoyed but simply uninstalled Chrome and thought that would take care of it. Not so fast! Suddenly links in Outlook emails stopped working. All tolled I spent 2 hours figuring out what the problem was, finding the solution and editing the registry to get rid of Chrome. I have moved beyond annoyed to livid. I am self-employed and did not have 2 hours of my week to devote to this.
    I will never use Google Chrome. I tried it, didn't like it and I'm now I'm thoroughly done. Is there a way to permanently opt out of getting Google Chrome?
    So again, to whom do I complain?
    Tamara Gehle

    No one--if they gave a **** int he first place their software gurus woulnd't have created a download that essentially hijacks your computer and installs the google toolbar and google chrome--all without asking for consent. Too much of this crap goes on. Look at your task manager--all sorts of updates and crap running behind the scenes (google update runs constantly on my other computer till I deleted the updater.exe)-too much of it from hidden downloads like this site propgates. And to top it off, I can't edit Adopbe .pdf forms on line and save them anymore. So I found this link: http://www.tracker-software.com/product/pdf-xchange-viewer  where you can fill all those fillable fields in your .pdf doc, and save the damned thing. Works just like Adobe used to when you could fill in fields from forms on-line and save it.

  • How do I uninstall McAfee without losing the Adobe Flash Player?

    I purchased a new netbook and it came with a trial version of McAfee.  I don't want to purchase McAfee.  When I ininstalled McAfee the Adobe Flash Player was also deleted.  The Adobe Flash player will not download after McAfee is uninstalled.  This is the stuff of a class action lawsuit!  How do I download the Abode Flash Player after uninstalling the bundled McAfee.  The Adode Flash Player installation page offered no solution that worked.

    Try the forum for flash player.

  • How do I get the Adobe Flash Player 10 to Work (Windows XP SP3)?

    I am a Premiere Elements user who occasionally exports the Timeline to Adobe Flash Video (.flv). And, occasionally I convert the .flv export to .swf with a free .flv to .swf converter. An installed Macromedia Flash Player 8.0 successfully plays back the .swf, and an installed Adobe Media Player 1.7 successfully plays back the .flv.
    Right or wrong I got the idea that the Macromedia Flash Player 8.0 was really a very old version of what is now the Adobe Flash Player. So, I decided it was time to update the Macromedia Flash Player 8.0 to Adobe Flash Player 10. At this point, I have the following installed on my Windows XP SP3 computer via Adobe downloads:
    Adobe Flash player 10 Active X
    Adobe Flash player 10
    Adobe Shockwave Player 11.5
    The Adobe web site verification tells me that as well as the computer Control Panel Add/Remove program list.
    But, no matter what I do, .flv insists on opening only with the Adobe Media Player 1.7 and the .swf only with the Macromedia Flash Player 8.0.
    I have tried
    a. browsing to another Open With choice
    b. changing file association in folder options as well as a few uninstalls/reinstalls and have been unsuccessful in these attempts. At one point I thought that maybe uninstalling the Macromedia Flash Player 8.0 would be an approach, but I cannot find it to uninstall it. I have looked in Program Files, Documents and Settings/Application Data, Local Drive/Windows/System32, tried the computer Search...all with no luck. My browsers are Internet Explorer 6 and Firefox 2.0.0.20. The default browser is Firefox and all the appropriate "allows" are in place.
    If anyone could point out the errors of my ways, I would appreciate it.
    ATR

    I have resolved the issues presented without having to find and uninstall the Macromedia Flash Player 8.0 in order to get "Adobe Flash Player 10" playback of .swf files on my computer. When I begin this task, I expected to download an "Adobe Flash Player 10" as a player program download instead of the Internet Explorer and Firefox plugin that it appears to be.
    This is what I did and what I believe I have:
    1. I setup Internet Explorer 6 as my default browser and then used the following site to download Adobe Flash Player 10
    http://www.adobe.com/products/flashplayer/
    2. As I had done before (and also suggested in another thread here), I went to Tools/Manage Add Ons and found Shockwave Flash Object, highlighted it, and clicked on Update Active X. Next, what I did not do before, I restarted the computer immediately after that.
    3. Next, I set Mozilla Firefox as my default browser and then used the above site to download Adobe Flash Player 10 again.
    4. With Firefox, the critical step included Firefox Tools/Options/Content with File Types (Configure how Firefox handles certain types of files) and the Manage Tab there. SWF Shockware Flash Object/Change Action/and dotting "use this plugin" - Shockwave Flash, followed by a computer restart got the job done.
    Now, if I want playback of a .swf file, I can
    a. Open With Internet Explorer (assumed with the Adobe Flash 10 "plugin")
    b. Open With Mozilla Firefox (assumed with the Adobe Flash 10 "plugin")
    c. Open With Macromedia Flash Player 8.0
    I am satisfied with those results for my use. Any additional comments on the player vs plugin aspect of the matter would be interesting and helpful.
    ATR

Maybe you are looking for

  • A305d-s6848 no sound out of speaker

    I have a satellite A305d-s6848, and all of a sudden one day I turned on my computer and the speakers didn't work. I took it to a place in town and they tried everything they could think of software and replaced speakers the earplug port works but aga

  • How to filter with mime types

    Again thanks for the help getting up and running. Now that I am up and running I know my task at hand and I have comleted most of it except for a couple of things. Here is my task: To have 1 URL filter lists. Lets call it WhiteList-special. What my m

  • Computer not receiving messages

    When I first got my Mac mini it would receives messages that people would send to my iPhone. It was annoying so I turned it off. Now i can't figure out how to turn it back on. In Message under preference, I can only ad email. I am signed into iCloud.

  • Equivalent for obsolete models

    For 1 of my projects I have to use 6504E and 6506E switch. But these are obsolete. Could you lemme know equivalent switches for the same? Posted by WebUser Ramanan Venkatasubramaniam from Cisco Support Community App

  • Multiple Account Assignment In Purchase Order

    I've found something about multiple account assingment. If i have multiple assignment i can't have valued receipt, but if i desable the flag i have no message. Can I set a material to force to enable GR indicator and force to disable GR indicator?