Showing posts with label Adobe Flash. Show all posts
Showing posts with label Adobe Flash. Show all posts

Wednesday, December 8, 2010

Illumination Software Creator

No sooner did Ubuntu allow paid apps to appear on the Ubuntu Software Center than apps started pouring in! The new really cool software which I'm going to mention here is called Illumination Software Creator.

Its a one of a kind application in that it allows users to "create" applications not just for Ubuntu (Python/GTK Desktop apps) but also for Maemo (Nokia N900), Android as well as Adobe Flash ones. And the clincher? Well, here's the thing, you dont need to write a single line of code to create the softwares!

Here's what the description of Illumination Software Creator reads on the Ubuntu Software Center:
The idea is simple: Arrange colorful building blocks of functionality however you like to create your own, unique, piece of software. No reading large computer programming books. No steep learning curve.
Installation:



As I mentioned earlier, its a paid app. Its $39.85 for he full version. If you want to try out the demo version, for free of course, you can get it from the official website here.

Thursday, January 28, 2010

Flash for 64 bit

Adobe has finally come up with a 64 bit version of flash which can be installed without any tweaks. Ubuntuforums has helped me out with installing the recent beta version of flash 64 bit.

First up, you need to clean your computer of anything 'flash'. To do that type these one by one in the terminal...

#!/bin/bash
sudo apt-get remove --purge flashplugin-installer
sudo apt-get remove --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash
sudo apt-get remove --purge iceweasel-flashplugin mozilla-flashplugin firefox-flashplugin
sudo apt-get remove --purge swfdec-mozilla libflashsupport nspluginwrapper iceape-flashplugin
sudo apt-get remove --purge xulrunner-flashplugin midbrowser-flashplugin xulrunner-addons-flashplugin
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/iceape/plugins/flashplugin-alternative.so
sudo rm -f /usr/lib/iceweasel/plugins/flashplugin-alternative.so
sudo rm -f /usr/lib/iceweasel/plugins/npwrapper.libflashplayer.so
sudo rm -f /usr/lib/midbrowser/plugins/flashplugin-alternative.so
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f /usr/lib/xulrunner-addons/plugins/flashplugin-alternative.so
sudo rm -f /usr/lib/xulrunner/plugins/flashplugin-alternative.so
sudo rm -f /var/lib/flashplugin-nonfree/npwrapper.libflashplayer.so


(Source - Ubuntuforums)

And then install the 64 bit build of flash as directed here.

The instructions are pretty simple and easy to follow. So get the latest flash installed.

Share/Bookmark