Skip to content

News Flash

Monday, 11 June 2007  |  krake

Or rather Flash news?

One of Adobe's Flash player developers, Tinic Uro, today used his blog to tell us users about upcoming features.

Among the list of changes we can read about a change regarding the Linux Flash plugin: The Linux plugin now uses the XEmbed protocol. This is work in progress. The downside is that konqueror and Opera do not support this right now, so the Flash plugin will not work until these vendors update their plugin support.

As a KDE user you might now think "doesn't Konqueror already support XEmbed?"

Short answer: it does. It been using XEmbed for years, actually in an even more progessive way, i.e. detaching the plugin from the browser process by running it in an external plugin viewer and just embedding its window.

For a collection of reasons on why this is a good idea, check out Zack's blog about this

So, how can Konqueror both support and not support this kind of technology?

Well, Tinic Uro is talking about a certain use case of XEmbed, a new variant of the Netscape plugin API for X11. You can find a thread on KDE's kfm-devel list about this here, initiated by another Adobe Flash player developer, Mike Melanson, who is working on the Linux player

Plugins using this new API would still run inside the browser process, thus getting into trouble if they make assumptions about the browser, e.g. assuming that it is Firefox or, more low level, assuming that the browser uses GTK+ as its toolkit

Since neither Gecko, KHTML or WebKit are tied to a particular toolkit, though Gecko and KHTML only have one widely used backend implementation, this is quite a futile assumption.

However, there is light on the horizon regarding this problem, since even the Mozilla/Firefox team is considering (comment by "Robert") using out-of-process plugins. Especially interesting for Firefox users who visit websites with Java applets, since an out-of-process Java Applet does not freeze the browser during JVM startup.

Back to the Flash topic. Another upcoming feature, though not Linux related yet, is this one: Full-screen mode with hardware scaling. Probably the biggest new feature in the Flash Player Update 3. This leverages DirectX on Windows and OpenGL on OSX.

Not yet Linux related because I am pretty sure they will add this to the Linux player as well, once they have the code paths tested through their Mac OSX version. On a related note, the GNU Flash player GNASH is already using OpenGL for rendering so there shouldn't be any other technical problems for cross-platform feature parity in this case.