POL_Install_Flashplayer_ActiveX

Informations

Creator Mensajes
GNU_Raziel

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 155136
Wine: System

Feedbacks

Description

Install latest Flashplayer for ActiveX (Internet Explorer Only)

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"

Contributions

Filters:

Contribute
Member Mensajes
andykimpe Wednesday 28 February 2024 at 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"

Respuestas

Dadu042 Saturday 4 May 2019 at 7:58
Dadu042

Information

This update has been approved by the team.

Mensajes

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"

Respuestas

Editado por: Dadu042

andykimpe Tuesday 27 September 2016 at 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"

Respuestas

Anonymous
Monday 12 June 2017 at 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 Wednesday 13 January 2016 at 13:42
petch

Warning

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

Mensajes

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"

Respuestas

petch Wednesday 26 August 2015 at 8:14
petch

Warning

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

Mensajes

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"

Respuestas

Editado por: petch