Working Java or Flash?

Forum thread started by ti.teg.tnod.I on Mon, 2009-11-16 03:59

Is there any working Java or Flash for the FireFox browser on Haiku? I found Opera with the Flash plugin but it didn't work. I'm sure this question has been asked before but I've searched around on this site and found no solution.

Comments

Re: Working Java or Flash?

There really isn't anything useful yet. Flash is a little further along than Java, but both are being worked on.

For Flash some people have tried to port Gnash, the GNU Flash player, but it has a huge number of dependencies and does not support the latest Flash. But it might be better than nothing.

I am putting my hope in some Haiku developers writing a native Flash player. There has been some work in that direction at least.

As for Java there is a port of OpenJDK in process, but it could be a very long time until it is done.

On another note I'm personally working on a new web browser that will make use of WebKit. That still won't solve the Flash or Java issue but it will at least be a bit more modern and faster than our Firefox port, Bezilla. But it too is a slow process to develop so I don't expect anything useful to be released until next year.

Re: Working Java or Flash?

Okay thanks for the help :)

Re: Working Java or Flash?

Re: Working Java or Flash?

michaelvoliveira wrote:

Please take a look here

http://www.haikuware.com/directory/view-details/multimedia/video/playback/gnash-086

Looks neat I'll boot into Haiku right now and check it out.

Edit: Using GCC2 it crashes whenever it encounters a flash video.

Re: Working Java or Flash?

It's very buggy on gcc2 system..

you'll need at least a haiku gcc4hybrid to play well
please build one by yourself

Re: Working Java or Flash?

Is there a source of said "gcc4hybrid"? Sorry but I'm new to Haiku and C. Then would I need to get a FireFox source and compile it with GCC4 or just use the current FF?

I thought I had to do something with GCC4 but nothing really explains WHAT to do :/.

Re: Working Java or Flash?

It should work on the Alpha image as it is a gcc2hybrid image itself; but it will not have sound.

Gcc4 & co. on the other hand support sound; however sound has been turned off in the gnash package (The Gnash-readme talks of turning it back on). Gcc4 and gcc4hybrid images are very much unsupported; they are merely there for contributors who do not have time to build their own images, but nonetheless some people are using it for their own purposes.

You can find the images here: http://haiku-files.org/cd/

You will need http://haiku-files.org/files/optional-packages/BeZillaBrowser-2.0.0.22pr...
or
http://haiku-files.org/files/optional-packages/BeZillaBrowser-2.0.0.22pr...

You can find the other things you need to download in the Gnash-readme inside the file off haikuware. The Gnash dependencies are listed under "3.2 Binary packages" in the Gnash-readme.

Re: Working Java or Flash?

Can Haiku developers create dynamic, database like Flash application?

Re: Working Java or Flash?

sahamedia09 wrote:

Can Haiku developers create dynamic, database like Flash application?

Why do you ask?

Re: Working Java or Flash?

ti.teg.tnod.I wrote:

Is there a source of said "gcc4hybrid"? Sorry but I'm new to Haiku and C. Then would I need to get a FireFox source and compile it with GCC4 or just use the current FF?

I thought I had to do something with GCC4 but nothing really explains WHAT to do :/.

Please see here building steps

http://svn.haiku-os.org/haiku/haiku/trunk/docs/userguide/en/installation...

and here in order to do an hybrid gcc4

http://www.haiku-os.org/node/2549/

Re: Working Java or Flash?

richienyhus wrote:

It should work on the Alpha image as it is a gcc2hybrid image itself; but it will not have sound.

Gcc4 & co. on the other hand support sound; however sound has been turned off in the gnash package (The Gnash-readme talks of turning it back on). Gcc4 and gcc4hybrid images are very much unsupported; they are merely there for contributors who do not have time to build their own images, but nonetheless some people are using it for their own purposes.

You can find the images here: http://haiku-files.org/cd/

You will need http://haiku-files.org/files/optional-packages/BeZillaBrowser-2.0.0.22pr...
or
http://haiku-files.org/files/optional-packages/BeZillaBrowser-2.0.0.22pr...

You can find the other things you need to download in the Gnash-readme inside the file off haikuware. The Gnash dependencies are listed under "3.2 Binary packages" in the Gnash-readme.

Thanks I'll stick to the nightly build and the GCC4 Firefox.

On a separate note, if programming in Python what should I use for GUI? I've seen an API for C I think.