POL_Install_flashplayer
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks3 6 Source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2019-04-23 10-27) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [Dadu042] (2019-04-23) # MD5 mismatch # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" |
Contributions
Filters:
ContributeMember | Message |
andykimpe | Wednesday 28 February 2024 at 23:36 |
andykimpe
|
WarningThis update has not been approved yet by the team. Messageflashplayer online found on https://web.archive.org Differences@@ -27,6 +27,8 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" +#POL_Download_Resource "https://web.archive.org/web/20210220193814/https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" +POL_Download_Resource "https://archive.org/download/flashplayer_old/flashplayer32_0r0_371_win.exe" POL_Wine_WaitBefore "Flash Player" -POL_Wine "install_flash_player.exe" \ No newline at end of file +POL_Wine "flashplayer32_0r0_371_win.exe" +#POL_Wine "install_flash_player.exe" \ No newline at end of file New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2019-04-23 10-27) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [Dadu042] (2019-04-23) # MD5 mismatch # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" #POL_Download_Resource "https://web.archive.org/web/20210220193814/https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" POL_Download_Resource "https://archive.org/download/flashplayer_old/flashplayer32_0r0_371_win.exe" POL_Wine_WaitBefore "Flash Player" POL_Wine "flashplayer32_0r0_371_win.exe" #POL_Wine "install_flash_player.exe" RepliesEdited by andykimpe |
Dadu042 | Sunday 9 August 2020 at 15:03 |
Dadu042
|
MessageSomething does fail in the installer.
[08/09/20 15:01:45] - ----- Starting function POL_Install_flashplayer ----- [08/09/20 15:02:07] - Running wine-4.0.4 install_flash_player.exe (Working directory : /home/me/.PlayOnLinux/ressources) 002b:fixme:atl:AtlAxWinInit version 0300 semi-stub 002b:fixme:exec:SHELL_execute flags ignored: 0x00000100 wine: cannot find L"C:\\windows\\system32\\Macromed\\Temp\\{26D6D786-3B6C-4574-8226-82092C5120B3}\\InstallFlashPlayer.exe" wine: cannot find L"C:\\windows\\system32\\Macromed\\Temp\\{26D6D786-3B6C-4574-8226-82092C5120B3}\\InstallFlashPlayer.exe" 0035:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),6,3,(nil),0,(nil)) - stub! 0035:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub 0052:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),6,3,(nil),0,(nil)) - stub! 0052:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub 005a:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub [08/09/20 15:02:21] - ----- Ending function POL_Install_flashplayer ----- Replies |
Dadu042 | Thursday 23 May 2019 at 9:39 |
Dadu042
|
InformationThis update has been approved by the team. MessageDisable checksum checking because this software receive several updates per year. Differences@@ -27,6 +27,6 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "e4c975514ab4b630dbd7c1f2a418dbb3" +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" \ No newline at end of file New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2019-04-23 10-27) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [Dadu042] (2019-04-23) # MD5 mismatch # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
Dadu042 | Tuesday 23 April 2019 at 10:27 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageChecksum mismatch again ( https://www.playonlinux.com/en/topic-16432.html ). Differences@@ -1,29 +1,32 @@ #!/bin/bash # Date : (2010-14-11 21-00) -# Last revision : (2016-12-29 12-54) +# Last revision : (2019-04-23 10-27) # Only For : http://www.playonlinux.com # RealName: Flash Player - + # CHANGELOG -# [The.One] (2016-12-29) +# [Dadu042] (2019-04-23) # MD5 mismatch +# [The.One] (2016-12-29) +# MD5 mismatch + # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) - + # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) - + # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) - + # [Tutul] (2014-11-19 17-20) # Update script (broken) - + cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa" +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "e4c975514ab4b630dbd7c1f2a418dbb3" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" \ No newline at end of file New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2019-04-23 10-27) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [Dadu042] (2019-04-23) # MD5 mismatch # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "e4c975514ab4b630dbd7c1f2a418dbb3" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
LinuxScripter | Sunday 8 July 2018 at 16:21 |
LinuxScripter
|
WarningThis update has not been approved yet by the team. MessageUpdated the checksum. Differences@@ -24,6 +24,6 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa" +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "b28ffebaf2618f8f678a105c2124aa9f" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" \ No newline at end of file New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2016-12-29 12-54) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "b28ffebaf2618f8f678a105c2124aa9f" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" RepliesTuesday 7 August 2018 at 19:06
|
jehupacheco | Thursday 19 October 2017 at 4:50 |
jehupacheco
|
WarningThis update has not been approved yet by the team. MessageMD5 Checksum is outdated Differences@@ -24,6 +24,6 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa" +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "68dafcf2d35c264d5be324156d225919" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" \ No newline at end of file New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2016-12-29 12-54) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "68dafcf2d35c264d5be324156d225919" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
SuperPlumus | Saturday 20 May 2017 at 18:05 |
SuperPlumus
|
WarningThis update has not been approved yet by the team. MessageUpdate script : - Update md5. Differences@@ -24,6 +24,6 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "3d0e0163cc096022332bdc55fa1ee1cc" +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" \ No newline at end of file New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2016-12-29 12-54) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "485c156d1a0bd84e2c0a96f4a607cdfa" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
bionicrm | Friday 27 January 2017 at 5:09 |
bionicrm
|
WarningThis update has not been approved yet by the team. Differences@@ -24,6 +24,6 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "c18d4f8a7f4c4afdffe2c9ee36520e8d" +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "3d0e0163cc096022332bdc55fa1ee1cc" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" \ No newline at end of file New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2016-12-29 12-54) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "3d0e0163cc096022332bdc55fa1ee1cc" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
the.one | Friday 30 December 2016 at 3:33 |
the.one
|
WarningThis update has not been approved yet by the team. Differences@@ -1,27 +1,29 @@ #!/bin/bash # Date : (2010-14-11 21-00) -# Last revision : (2013-12-02 21-09) +# Last revision : (2016-12-29 12-54) # Only For : http://www.playonlinux.com # RealName: Flash Player - + # CHANGELOG +# [The.One] (2016-12-29) +# MD5 mismatch + # [QUENTIN PÂRIS] (2016-08-21) # Link broken -# +# # [VV] (2013-12-02 21-09) # Update script (link broken) - + # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) - + # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) - + # [Tutul] (2014-11-19 17-20) # Update script (broken) - + cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce" +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "c18d4f8a7f4c4afdffe2c9ee36520e8d" POL_Wine_WaitBefore "Flash Player" -POL_Wine "install_flash_player.exe" - +POL_Wine "install_flash_player.exe" \ No newline at end of file New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2016-12-29 12-54) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [The.One] (2016-12-29) # MD5 mismatch # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "c18d4f8a7f4c4afdffe2c9ee36520e8d" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
the.one | Thursday 29 December 2016 at 2:57 |
the.one
|
Message#!/bin/bash # [QUENTIN PÂRIS] (2016-08-21) Replies |
vlotho | Saturday 10 December 2016 at 19:07 |
vlotho
|
WarningThis update has not been approved yet by the team. Differences@@ -23,5 +23,5 @@ cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce" POL_Wine_WaitBefore "Flash Player" -POL_Wine "flashplayer22_xa_install.exe" +POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
vlotho | Saturday 10 December 2016 at 19:04 |
vlotho
|
Messagele script télécharge le fichier install_flash_player.exe mais execute flashplayer22_xa_install.exe Replies |
Quentin PÂRIS | Saturday 10 December 2016 at 13:20 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. Differences@@ -21,7 +21,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "https://admdownload.adobe.com/bin/live/flashplayer22_xa_install.exe" "c1b9cae2dded2299650967c44fdbd6e9" +POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce" POL_Wine_WaitBefore "Flash Player" POL_Wine "flashplayer22_xa_install.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe" "dc6b0ab74482314d40d014e5572803ce" POL_Wine_WaitBefore "Flash Player" POL_Wine "flashplayer22_xa_install.exe" Replies |
Quentin PÂRIS | Sunday 21 August 2016 at 22:13 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. Differences@@ -5,6 +5,9 @@ # RealName: Flash Player # CHANGELOG +# [QUENTIN PÂRIS] (2016-08-21) +# Link broken +# # [VV] (2013-12-02 21-09) # Update script (link broken) @@ -18,7 +21,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe" "33ba5072f8a025a7b1b3f5c71537e6a8" +POL_Download_Resource "https://admdownload.adobe.com/bin/live/flashplayer22_xa_install.exe" "c1b9cae2dded2299650967c44fdbd6e9" POL_Wine_WaitBefore "Flash Player" -POL_Wine "install_flash_player.exe" +POL_Wine "flashplayer22_xa_install.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [QUENTIN PÂRIS] (2016-08-21) # Link broken # # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "https://admdownload.adobe.com/bin/live/flashplayer22_xa_install.exe" "c1b9cae2dded2299650967c44fdbd6e9" POL_Wine_WaitBefore "Flash Player" POL_Wine "flashplayer22_xa_install.exe" RepliesWednesday 19 October 2016 at 20:27
|
chocolateboy | Sunday 24 July 2016 at 12:35 |
chocolateboy
|
Message20.0.0.286 is no longer available (404): > HEAD https://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe | head -1 404 Not Found > GET https://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe | md5sum 7e8c8d9e7f9b7b99ef933ad295173d84
https://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe Error ! Files mismatch Local: 7e8c8d9e7f9b7b99ef933ad295173d84 Server: 33ba5072f8a025a7b1b3f5c71537e6a8 Do you want to retry?
RepliesSunday 24 July 2016 at 12:47
Sunday 24 July 2016 at 12:47
|
petch | Monday 1 February 2016 at 19:01 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate for version 20.0.0.286 Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.235/install_flash_player.exe" "586b66416056ce48df95cef12668ea92" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe" "33ba5072f8a025a7b1b3f5c71537e6a8" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.286/install_flash_player.exe" "33ba5072f8a025a7b1b3f5c71537e6a8" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
petch | Thursday 10 December 2015 at 17:22 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate for version 20.0.0.235 Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.226/install_flash_player.exe" "8717c1fa4114c340ed683db754a0ddb0" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.235/install_flash_player.exe" "586b66416056ce48df95cef12668ea92" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.235/install_flash_player.exe" "586b66416056ce48df95cef12668ea92" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" RepliesEdited by petch |
petch | Monday 19 October 2015 at 7:48 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate for version 19.0.0.226 Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.185/install_flash_player.exe" "f4181c5bd87df30b951eef5901db0701" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.226/install_flash_player.exe" "8717c1fa4114c340ed683db754a0ddb0" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.226/install_flash_player.exe" "8717c1fa4114c340ed683db754a0ddb0" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
smitty_the_smith | Monday 19 October 2015 at 7:28 |
smitty_the_smith
|
MessageThey've updated it again. Downloader fails as a result. RepliesMonday 19 October 2015 at 7:51
|
petch | Tuesday 22 September 2015 at 13:14 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate for version 19.0.0.185 Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.209/install_flash_player.exe" "4e617e363b8a1dd2948253332c9098c0" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.185/install_flash_player.exe" "f4181c5bd87df30b951eef5901db0701" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.185/install_flash_player.exe" "f4181c5bd87df30b951eef5901db0701" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
petch | Monday 20 July 2015 at 10:43 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate for Flash 18.0.0.209 Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.203/install_flash_player.exe" "d14eb8b342a4e550a82fa0d577ffc237" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.209/install_flash_player.exe" "4e617e363b8a1dd2948253332c9098c0" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.209/install_flash_player.exe" "4e617e363b8a1dd2948253332c9098c0" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
petch | Wednesday 8 July 2015 at 14:51 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate for Flash 18.0.0.203 Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.160/install_flash_player.exe" "42471472d0632de0b509b8086d9250fb" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.203/install_flash_player.exe" "d14eb8b342a4e550a82fa0d577ffc237" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.203/install_flash_player.exe" "d14eb8b342a4e550a82fa0d577ffc237" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
petch | Friday 12 June 2015 at 19:13 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate for Flash Player 18.0.0.160 Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.203/install_flash_player.exe" "d14eb8b342a4e550a82fa0d577ffc237" +POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.160/install_flash_player.exe" "42471472d0632de0b509b8086d9250fb" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.160/install_flash_player.exe" "42471472d0632de0b509b8086d9250fb" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" RepliesWednesday 8 July 2015 at 14:24
Wednesday 8 July 2015 at 14:32
Wednesday 8 July 2015 at 14:33
Wednesday 8 July 2015 at 14:35
Wednesday 8 July 2015 at 14:41
Wednesday 8 July 2015 at 14:53
Edited by petch |
petch | Wednesday 15 April 2015 at 15:24 |
petch
|
WarningThis update has not been approved yet by the team. Message
Update for Flash Player 17 Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.305/install_flash_player.exe" "1bca2e01063de6925c01b21abf9654d8" +POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/17.0.0.169/install_flash_player.exe" "d7e2006b238b4310b289a1bbddf39ff5" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/17.0.0.169/install_flash_player.exe" "d7e2006b238b4310b289a1bbddf39ff5" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" RepliesFriday 12 June 2015 at 17:13
Edited by petch |
XPilot | Friday 6 February 2015 at 9:36 |
XPilot
|
WarningThis update has not been approved yet by the team. MessageLooks like the flashplayer version got bumped. I tried to test it by setting ALLOW_FUCTION_OVERRIDES=TRUE in ~/.PlayOnLinux/playonlinux.cfg and putting this script in ~/.PlayOnLinux/configurations/function_overrides/POL_Install_flashplayer but PlayOnLinux insisted on using the old script anyways. Differences@@ -18,7 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.235/install_flash_player.exe" "502133c3385eb9cc2893fbfe9a2b4a76" +POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.305/install_flash_player.exe" "1bca2e01063de6925c01b21abf9654d8" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.305/install_flash_player.exe" "1bca2e01063de6925c01b21abf9654d8" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
Aurifier | Thursday 11 December 2014 at 2:51 |
Aurifier
|
WarningThis update has not been approved yet by the team. MessageThe link broke, here's the updated link and md5. Differences@@ -18,8 +18,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.223/install_flash_player.exe" "2a3fa03719acdfab3998a489e95c2b65" - +POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.235/install_flash_player.exe" "502133c3385eb9cc2893fbfe9a2b4a76" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/16.0.0.235/install_flash_player.exe" "502133c3385eb9cc2893fbfe9a2b4a76" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
Tutul | Wednesday 19 November 2014 at 17:20 |
Tutul
|
WarningThis update has not been approved yet by the team. Differences@@ -14,8 +14,11 @@ # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) +# [Tutul] (2014-11-19 17-20) +# Update script (broken) + cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.152/install_flash_player.exe" "69bff06d45330894a2a61b66e3f16827" +POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.223/install_flash_player.exe" "2a3fa03719acdfab3998a489e95c2b65" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) # [Tutul] (2014-11-19 17-20) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.223/install_flash_player.exe" "2a3fa03719acdfab3998a489e95c2b65" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
petch | Thursday 25 September 2014 at 7:57 |
petch
|
WarningThis update has not been approved yet by the team. Differences@@ -15,7 +15,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe" +POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.152/install_flash_player.exe" "69bff06d45330894a2a61b66e3f16827" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/15.0.0.152/install_flash_player.exe" "69bff06d45330894a2a61b66e3f16827" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" Replies |
Quentin PÂRIS | Thursday 21 August 2014 at 20:47 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. Differences@@ -15,7 +15,7 @@ # Update script (broken) cd "$POL_USER_ROOT/ressources" -POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/11.9.900.152/install_flash_player.exe" "a178da64fd1f1031d965175cbbc7f481" +POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" New source code#!/bin/bash # Date : (2010-14-11 21-00) # Last revision : (2013-12-02 21-09) # Only For : http://www.playonlinux.com # RealName: Flash Player # CHANGELOG # [VV] (2013-12-02 21-09) # Update script (link broken) # [Quentin PÂRIS] (2012-11-21 18-19) # Update script (link broken) # [SuperPlumus] (2012-05-18 06-42) # Update script (broken) cd "$POL_USER_ROOT/ressources" POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe" POL_Wine_WaitBefore "Flash Player" POL_Wine "install_flash_player.exe" RepliesTuesday 23 September 2014 at 22:05
|
petch | Thursday 21 August 2014 at 19:16 |
petch
|
MessageURL's no longer valid $ LC_ALL=C wget 'http://fpdownload.macromedia.com/get/flashplayer/pdc/11.9.900.152/install_flash_player.exe' --2014-08-21 19:16:40-- http://fpdownload.macromedia.com/get/flashplayer/pdc/11.9.900.152/install_flash_player.exe Resolving fpdownload.macromedia.com (fpdownload.macromedia.com)... 2.19.93.222 Connecting to fpdownload.macromedia.com (fpdownload.macromedia.com)|2.19.93.222|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2014-08-21 19:16:40 ERROR 404: Not Found.
Replies |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com