Flash 8
Informations
Creator | Message |
---|---|
dlzerocool
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 Source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-07-07 21-50) # Update POLv3 -> POLv4 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Flash 8" PREFIX="Flash8" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Adobe Macromedia" "http://www.macromedia.com/software/flash/" "dl.bonsai" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Shortcut "Flash.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
AdriAcnl456 | Wednesday 24 October 2018 at 0:06 |
AdriAcnl456
|
MessageHello ! :) Macromedia flash 8 work perfectly on Lubuntu 18.04 but when I install a theme (msstyles) The toolbar icons disappear and only appear when I put my mouse on it, Goodbye ! :) RepliesSunday 30 June 2019 at 7:41
|
FuzzyToothpaste | Tuesday 16 September 2014 at 2:23 |
FuzzyToothpaste
|
WarningThis update has not been approved yet by the team. MessageIt's not called Flash. It's called Adobe Flash Player. There are Adobe Flash dev kits, not to mention other unofficial implementations of a Flash browser plugin like gnash. I ask that you start calling it Adobe Flash Player and not Flash. The prefix name is just fine though. Differences@@ -7,7 +7,7 @@ [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" -TITLE="Flash 8" +TITLE="Adobe Flash Player 8" PREFIX="Flash8" POL_SetupWindow_Init New source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-07-07 21-50) # Update POLv3 -> POLv4 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Adobe Flash Player 8" PREFIX="Flash8" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Adobe Macromedia" "http://www.macromedia.com/software/flash/" "dl.bonsai" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" POL_Shortcut "Flash.exe" "$TITLE" POL_SetupWindow_Close exit Replies |
Marmz | Monday 8 September 2014 at 17:35 |
Marmz
|
MessageI am trying to install Flash 8 via PlayOnLinux.. RepliesMonday 8 September 2014 at 19:38
|
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