Flash Applications That Can Be Used Online and Off
General Voltron writes "Macromedia, Inc., the same people that brought you Flash, have done it again with a new product called Central. Central will allow users to more easily interact with information on the internet by also allowing them to interact with it offline. It will also allow developers to create and sell their own applications. See the press release." I'm not a big fan of Flash myself, but I realize it has its niche. This looks like something that Flash authors have been clamoring for.
Since Flash 5, you've been able to parse XML documents, ie. read complex data into your flash application. So basically you have the 'rich media' available as interface, the HTTP protocol for communication with the server, and the ability to read arbitrary data into your application. On top of that, the flash plugin is installed and works on more than 90% of all browsers, windows, mac, unix.
This could very well be the next big thing.
Online multiplayer games already exist, personally I have a background in heavy server side development, now I'm creating a communication module for flash/backend, which is to be used within a 3D visual model of a large building. Users can rotate the building, click a room on any floor, book it, retrieve info etc. Try and make that more "effective" in HTML/JavaScript. Point and click is easier and more intuitive to the average user than drop-down, drop-down, type type, check, whatnot, click.
Unable to read configuration file '/bigassraid/htdig//conf/14229.conf'
Geocrawler error message.
But today, Flash ships with just about every browser and there is far more dynamic web content in Flash than in Java. Why? Because Macromedia didn't unnecessarily taunt Microsoft ("we are going to make Windows irrelevant"), because they worked hard to get Flash shipped with everything, and because they focused on authoring tools. And, strangely enough, Macromedia graphics works on Linux, while Sun keeps complaining and changing their implementation.
Sun, in contrast, did everything they could to get into Microsoft's cross-hairs, they didn't fix their bugs, they kept changing their strategies, and they never produced decent authoring tools. Now, Java is mostly a server-side technology. But that's not a particularly secure niche, since Java-style sandboxing is needed much less on the server than for downloadable applications, and because there are lots of alternatives on the server.
I don't think Macromedia will be successful at turning Flash into an application platform. But they sure are trying, and they are a lot more successful with worse technology than Sun with Java.
My original solution to flash ads was to uninstall the flash plugin, but this meant that I couldn't view stuff like The Carabella Game: The Quest for Tunes. Then I found out that Mozilla and Phoenix can make use of plugins that are installed while the browser is running. This meant that I could load and unload the flash plugin without restarting my browser. I cooked up the following script, which was originally nicely indented:
Here's how it works: Mozilla is installed in /opt/mozilla, and Phoenix is installed in /opt/phoenix. I have a directory called /opt/plugins where I keep my plugins so they aren't lost when I install a new nightly build. When I turn Flash on, the script makes a symlink to the Flash files inside the browser's plugins directory, and when I turn Flash off, the script deletes the symlinks.
To make this even simpler, I added the following entries to my window manager (IceWM). This way I can enable or disable flash with the click of my mouse.