[Flashplayer Apk Download

0 views
Skip to first unread message

Everardo Laboy

unread,
Jun 11, 2024, 3:01:44 PM6/11/24
to titorsauni

The standalone flashplayer takes no arguments other than a .swf file when you launch it from the command line. I need the player to go full screen, no window borders and such. This can be accomplished by hitting ctrl+f once the program has started. I want to do this programmatically as I need it to launch into full screen without any human interaction.

You can use a dedicated application which sends the keystroke to the window manager, which should then pass it to flash, if the window starts as being the active window on the screen. This is quite error prone, though, due to delays between starting flash and when the window will show up.

flashplayer apk download


Download File »»» https://t.co/SiQxNa5xMB



The application xsendkey can be found here: given a specific window, it will send it to the root window, which is handled by your window manager. You could also try to figure out the Window id first, using xprop or something related to it.

Another option is a Window manager, which is able to remember your settings and automatically apply them. Fluxbos for example provides this feature. You could set fluxbox to make the Window decor-less and stretch it over the whole screen, if flashplayer supports being resized. This is also not-so-nice, as it would probably affect all the flashplayer windows you open ever.

I've actually done this a long time ago, but it wasn't petty. What we did is use the Sawfish window manager and wrote a hook to recognize the flashplayer window, then strip all the decorations and snap it full screen.

This may be possible without using the window manager, by registering for X window creation events from an external application, but I'm not familiar enough with X11 to tell you how that would be done.

I've done this using openbox using a similar mechanism to the one that bmdhacks mentions. The thing that I did note from this was that the standalone flash player performed considerably worse fullscreen than the same player in a maximised undecorated window. (that, annoyingly is not properly fullscreen because of the menubar). I was wondering about running it with a custom gtk theme to make the menu invisible. That's just a performance issue though. If fullscreen currently works ok, then it's unneccisarily complicated. I was running on an OLPC XO, performance is more of an issue there.

Ultimately I had the luxury of making the flash that was running so I could simply place code into the flash itself. By a similar token, Since you can embed flash within flash, it should be possible to make a little stub swf that goes fullscreen automatically and contains the target sfw.

Thanks I got that and works but it brought in alot of lib32 files. I wonder if the 64 bit version can be installed. I know it worked in Kubuntu. I notice when I run flashplayer from command line I get

I believe you are quite right. It must have been a 32 bit version I had installed. There are no 64 bit versions of a standalone version of adobe flash. The aur version that you pointed out will do me fine.

I am afraid there is a problem with the 32 bit installed flashplayer. I installed the 32 bit standalone player with yaourt. It loads ok but does not play sound. I know the swf file works including sound because it plays on other machines. Any idiea what can be causing this?

Even though I have the latest Adobe Flash player 11.2 for Linux in Firefox - ref: Flash player security doubts - a particular online flash game still requests that I update to the latest flash player.

To install the latest version of flash player search the Dash (in Ubuntu releases before 17.10) or the Show Applications dashboard (in Ubuntu 17.10 or later) for Software & Updates and open the Software & Updates window. Click the Other Software tab in the Software & Updates window, and put a check mark in the checkbox to the left of where it says: Canonical Partners.

Flash plugin for Linux provided by Adobe stopped at version 11.2. For Chrome/Chromium users there is Pepper Flash plugin, but it's not supported by Firefox/Iceweasel/other browsers. In Ubuntu 16.04 and later browser-plugin-freshplayer-pepperflash from the default Ubuntu repositories allows one to use the Pepper Flash plugin from Chrome in Firefox and any other web browser supporting NPAPI plugins. It works better than adobe-flashplugin in Firefox.

The first is to run the Windows version through Wine, a software emulation layer designed to make Windows software work on GNU/Linux and other Unix-like systems. You'll need a Windows web browser (such as the Windows version of Firefox), with the Windows version of Flash Player.

Or, you could install Google Chrome, as it always has a recent version of Flash, even on Ubuntu. If you choose Chrome, you won't need Wine. This may no longer be an option. See update #3.

Update: I now know of a third way to do this: Pipelight! Pipelight was originally a browser plugin meant to use a fork of WINE to run Microsoft Silverlight. However, at some point, the developers decided to add support for Flash as well. See Here for instructions on how to install Pipelight, and enable Flash Player.

However, this method isn't perfect; if you find that your browser won't respond to your mouse, you may either switch workspaces (using you desktop's keyboard shortcuts), or switch windows (again keyboard shortcuts). Either way, when you switch back, you should be able to click again. Please note, I've only tested this with Linux Mint's Cinnamon desktop (which is forked from Gnome), and can't guarantee this will work on other desktops. If all else fails, you can switch to tty, and kill pipelight using pkill pluginloader.exe.

Also, you might want to run sudo pipelight-plugin --update from time to time, so that Pipelight will know to install an updated version of flash player. This both prevents Pipelight from trying to download plugins from dead links, and ensures said plugins stay up-to-date. Or, you can create a cron file to run the command automatically. To do this, run sudo bash -c 'echo -e \#\!"/bin/bash\n\npipelight-plugin --update" > /etc/cron.weekly/pipelight-update; chmod a+x /etc/cron.weekly/pipelight-update' This will allow your Pipelight's list of plugins to be updated weekly, although the actuall plugins won't be updated untill you start your NPAPI-based browser.

Update 2: I found another plugin which uses Pepper (Google Chrome) Flash Player inside other browsers (such as firefox). This plugin, known as freshplayerplugin, is a native version of Flash, so no WINE is required. Please note: although I haven't tried this method, Pepper Flash is known to have problems with DRM-Protected videos, such as those found on Amazon Prime. If you watch DRM-protected videos with Flash Player, you might want to use Pipelight.

The above link will tell you how install FreshPlayerPlugin by cloning a git repository and compiling the code yourself. Or, you can install the pepflashplugin-installer package from the skunk/pepper-flash ppa: sudo add-apt-repository ppa:skunk/pepper-flash && sudo apt-get update && sudo apt-get install pepflashplugin-installer. See the bottom of THIS page for instructions on how to enable Chromium to use pepperflash. Warning: this depends on Google Chrome support. Please see update #3.

Update 3: Google has dropped Chrome support for all 32-bit GNU/Linux systems. If you have a 64-bit system, you can use Chrome as usual. Otherwise, you will have to either run an old version of Chrome (good luck finding one. Also, do be warned that old browsers are not secure), switch to a 64-bit system, or attempt to run the Windows version through WINE. Because 32-bit systems are no longer supported, you can no longer use the method described in update #2 on 32-bit systems.

Update 4: Pipelight has been discontinued by the author. You can no longer install Flash Player with it. However, Adobe has decided to bump the GNU/Linux version of Flash player to the latest versions, so I guess you don't need pipelight or freshplayerplugin. in fact, that kind of makes this entire answer obsolete.

Save the tarball into the /tmp folder with the name flash.tar.gz. If your browser automatically downloads the tarball, thus making it impossible for you to rename the tarball before the download starts, wait for the download to end, then go to the folder where the tarball's been put, rename the tarball to flash.tar.gz and then move it to /tmp.

You can now run your Mozilla/Gecko browser (Firefox, Iceweasel or SeaMonkey) and then access the URL about:plugins in order to check if your browser has detected the flash plugin located at /usr/lib/adobe-flashplugin/libflashplayer.so (it should be also visible by accessing about:addons and then the Plugins section). If you see something like Shockwave Flash 24.0 r0, then go to in order to check if the flash applet detects your NPAPI flash install and tells you which version you're currently using.

Restart your computer just to make sure that the applications menu shows your brand-new "Adobe Flash Player" control panel. If it doesn't, you should be able to start it by running this shell command:

Save the tarball into the /tmp folder with the name pepflash.tar.gz. If your browser automatically downloads the tarball, thus making it impossible for you to rename the tarball before the download starts, wait for the download to end, then go to the folder where the tarball's been put, rename the tarball to pepflash.tar.gz and then move it to /tmp.

You can now run your WebKit / Opera browser (only Opera versions prior to version 45), then access the URL about:plugins in order to check if your browser has detected the flash plugin located at /usr/lib/adobe-flashplugin/libpepflashplayer.so. Don't forget to click the Show details button (upper right) in order to expand the information fields and show extra info about each detected plugin. If you see something like Adobe Flash Player located at /usr/lib/adobe-flashplugin/libpepflashplayer.so, then go to just to make sure that the flash applet detects your PPAPI flash install and tells you which version you're currently using. If your browser is Opera version 45+ (version 45 or later), then the only way to check if the plugin is properly installed and functional is by accessing If the flash applet detects your PPAPI flash install, then flash is working on your Opera 45+ browser.

795a8134c1
Reply all
Reply to author
Forward
0 new messages