POL_Install_Flashplayer_ActiveX

Informatie

Creator Bericht
GNU_Raziel

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 156665
Wine: System

Feedbacks

Omschrijving

Install latest Flashplayer for ActiveX (Internet Explorer Only)

Broncode

#!/bin/bash
# Date : (2011-07-13 21-00)
# Last revision : (2013-12-02 21-09)
# Author : GNU_Raziel
# Only For : http://www.playonlinux.com
 
# CHANGELOG
# [Dadu042] (2013-12-02 21-09)
#   Update script (link broken, v23 -> v24 (2016))
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken). 
#
# [SuperPlumus] (2012-05-18 06-31)
#   Update script (broken).

# Downloading Flashplayer for ActiveX (Internet Explorer Only)
cd "$POL_USER_ROOT/ressources"

POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_24.0.0.221_archive.zip" "900417642b4d1095af487a8cb03ef5ac"

POL_Wine_WaitBefore "Flash Player"

unzip -j fp_24.0.0.221_archive.zip $_0_r0_221/flashplayer24_0r0_221_winax.exe

POL_Wine "flashplayer24_0r0_221_winax.exe"

Contributions

Filters:

Contribute
Member Bericht
andykimpe Woensdag 28 Februari 2024 om 23:44
andykimpe Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -16,11 +16,6 @@
 
 # Downloading Flashplayer for ActiveX (Internet Explorer Only)
 cd "$POL_USER_ROOT/ressources"
-
-POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_24.0.0.221_archive.zip" "900417642b4d1095af487a8cb03ef5ac"
-
-POL_Wine_WaitBefore "Flash Player"
-
-unzip -j fp_24.0.0.221_archive.zip $_0_r0_221/flashplayer24_0r0_221_winax.exe
-
-POL_Wine "flashplayer24_0r0_221_winax.exe"
+POL_Download_Resource "https://archive.org/download/flashplayer_old/flashplayer32_0r0_371_winax.exe"
+POL_Wine_WaitBefore "Flashplayer for ActiveX"
+POL_Wine "flashplayer32_0r0_371_winax.exe"

New source code

#!/bin/bash
# Date : (2011-07-13 21-00)
# Last revision : (2013-12-02 21-09)
# Author : GNU_Raziel
# Only For : http://www.playonlinux.com
 
# CHANGELOG
# [Dadu042] (2013-12-02 21-09)
#   Update script (link broken, v23 -> v24 (2016))
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken). 
#
# [SuperPlumus] (2012-05-18 06-31)
#   Update script (broken).

# Downloading Flashplayer for ActiveX (Internet Explorer Only)
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://archive.org/download/flashplayer_old/flashplayer32_0r0_371_winax.exe"
POL_Wine_WaitBefore "Flashplayer for ActiveX"
POL_Wine "flashplayer32_0r0_371_winax.exe"

Antwoorden

Dadu042 Zaterdag 4 Mei 2019 om 7:58
Dadu042

Information

This update has been approved by the team.

Bericht

Because the "current version" change at least once a year because of updates (causing the break of this script), I suggest to use a fixed version (warning : lack of security updates).

Differences

@@ -3,17 +3,24 @@
 # Last revision : (2013-12-02 21-09)
 # Author : GNU_Raziel
 # Only For : http://www.playonlinux.com
-
+ 
 # CHANGELOG
+# [Dadu042] (2013-12-02 21-09)
+#   Update script (link broken, v23 -> v24 (2016))
+#
 # [VV] (2013-12-02 21-09)
-#   Update script (link broken)
-
+#   Update script (link broken). 
+#
 # [SuperPlumus] (2012-05-18 06-31)
-#   Update script (broken)
+#   Update script (broken).
 
 # Downloading Flashplayer for ActiveX (Internet Explorer Only)
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "https://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_23_active_x.exe" "b6263753886e8640d44f23448d8e0645"
+
+POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_24.0.0.221_archive.zip" "900417642b4d1095af487a8cb03ef5ac"
 
 POL_Wine_WaitBefore "Flash Player"
-POL_Wine "install_flash_player_23_active_x.exe"
+
+unzip -j fp_24.0.0.221_archive.zip $_0_r0_221/flashplayer24_0r0_221_winax.exe
+
+POL_Wine "flashplayer24_0r0_221_winax.exe"

New source code

#!/bin/bash
# Date : (2011-07-13 21-00)
# Last revision : (2013-12-02 21-09)
# Author : GNU_Raziel
# Only For : http://www.playonlinux.com
 
# CHANGELOG
# [Dadu042] (2013-12-02 21-09)
#   Update script (link broken, v23 -> v24 (2016))
#
# [VV] (2013-12-02 21-09)
#   Update script (link broken). 
#
# [SuperPlumus] (2012-05-18 06-31)
#   Update script (broken).

# Downloading Flashplayer for ActiveX (Internet Explorer Only)
cd "$POL_USER_ROOT/ressources"

POL_Download_Resource "https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_24.0.0.221_archive.zip" "900417642b4d1095af487a8cb03ef5ac"

POL_Wine_WaitBefore "Flash Player"

unzip -j fp_24.0.0.221_archive.zip $_0_r0_221/flashplayer24_0r0_221_winax.exe

POL_Wine "flashplayer24_0r0_221_winax.exe"

Antwoorden

Aangepast door Dadu042

andykimpe Dinsdag 27 September 2016 om 0:22
andykimpe Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -13,7 +13,7 @@
 
 # Downloading Flashplayer for ActiveX (Internet Explorer Only)
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.270/install_flash_player_ax.exe" "c1567db1eb6e1fdc6a25ee34ca344cd5"
+POL_Download_Resource "https://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_23_active_x.exe" "b6263753886e8640d44f23448d8e0645"
 
 POL_Wine_WaitBefore "Flash Player"
-POL_Wine "install_flash_player_ax.exe"
+POL_Wine "install_flash_player_23_active_x.exe"

New source code

#!/bin/bash
# Date : (2011-07-13 21-00)
# Last revision : (2013-12-02 21-09)
# Author : GNU_Raziel
# Only For : http://www.playonlinux.com

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-31)
#   Update script (broken)

# Downloading Flashplayer for ActiveX (Internet Explorer Only)
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "https://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_23_active_x.exe" "b6263753886e8640d44f23448d8e0645"

POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player_23_active_x.exe"

Antwoorden

Anonymous
Maandag 12 Juni\ 2017 om 2:08
Hi! This one is not working anymore (404). I have tried to put ALLOW_FUCTION_OVERRIDES=TRUE and a new resource file in the configurations/function_overrides/POL_Install_Flashplayer_ActiveX but it is still not changing. Could you please update this or help me changing something else?
petch Woensdag 13 Januari 2016 om 13:42
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Update download URL and hash to version 20.0.0.270

Differences

@@ -13,7 +13,7 @@
 
 # Downloading Flashplayer for ActiveX (Internet Explorer Only)
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.232/install_flash_player_ax.exe" "b5b5ac212f3e75f8bc7bd3ea53cd60f9"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.270/install_flash_player_ax.exe" "c1567db1eb6e1fdc6a25ee34ca344cd5"
 
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player_ax.exe"

New source code

#!/bin/bash
# Date : (2011-07-13 21-00)
# Last revision : (2013-12-02 21-09)
# Author : GNU_Raziel
# Only For : http://www.playonlinux.com

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-31)
#   Update script (broken)

# Downloading Flashplayer for ActiveX (Internet Explorer Only)
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/20.0.0.270/install_flash_player_ax.exe" "c1567db1eb6e1fdc6a25ee34ca344cd5"

POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player_ax.exe"

Antwoorden

petch Woensdag 26 Augustus 2015 om 8:14
petch

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Update download URL and hash to version 18.0.0.232

Differences

@@ -13,7 +13,7 @@
 
 # Downloading Flashplayer for ActiveX (Internet Explorer Only)
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://fpdownload.macromedia.com/get/flashplayer/pdc/11.9.900.152/install_flash_player_ax.exe" "8a56647fab4555a90ce51a3b9891c8d8"
+POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.232/install_flash_player_ax.exe" "b5b5ac212f3e75f8bc7bd3ea53cd60f9"
 
 POL_Wine_WaitBefore "Flash Player"
 POL_Wine "install_flash_player_ax.exe"

New source code

#!/bin/bash
# Date : (2011-07-13 21-00)
# Last revision : (2013-12-02 21-09)
# Author : GNU_Raziel
# Only For : http://www.playonlinux.com

# CHANGELOG
# [VV] (2013-12-02 21-09)
#   Update script (link broken)

# [SuperPlumus] (2012-05-18 06-31)
#   Update script (broken)

# Downloading Flashplayer for ActiveX (Internet Explorer Only)
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://fpdownload.adobe.com/get/flashplayer/pdc/18.0.0.232/install_flash_player_ax.exe" "b5b5ac212f3e75f8bc7bd3ea53cd60f9"

POL_Wine_WaitBefore "Flash Player"
POL_Wine "install_flash_player_ax.exe"

Antwoorden

Aangepast door petch

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