Firefox 3.5 released

A place for Ogre users to discuss non-Ogre subjects with friends from the community.
Post Reply
User avatar
stoneCold
OGRE Expert User
OGRE Expert User
Posts: 867
Joined: Fri Oct 01, 2004 9:13 pm
Location: Carinthia, Austria
x 1

Firefox 3.5 released

Post by stoneCold »

Finally the stable version of Mozilla's Firefox 3.5 was released today.

A quick overview of the new features.

My personal hightlights are the HTML5 <audio> and <video> tags, which allow native playback of the open ogg vorbis/theora codecs.

Image
(If you've already installed Firefox 3.5 you can play with the real demo here)

Those HTML5 features are also very interesting for people who plan on integrating Chromium/Gecko powered GUIs in their apps.
In combination with awesomium, for example, you could easily playback GUI video/audio, without having to pay ANY licensing/distribution fees (like you'd have to do for flash video/audio).

Imo these HTML5 features open up some great new possibilities to web developers, and I'm really interested what they will come up with in the future.

FREE THE WEB :wink:
ppClarity
Gremlin
Posts: 194
Joined: Sat Sep 02, 2006 12:27 am
x 2

Re: Firefox 3.5 released

Post by ppClarity »

Flash has the same look on every platform regardless of browser or OS. I hear a lot of optimism over HTML5... how does it enforce consistency across browser vendors?
User avatar
stoneCold
OGRE Expert User
OGRE Expert User
Posts: 867
Joined: Fri Oct 01, 2004 9:13 pm
Location: Carinthia, Austria
x 1

Re: Firefox 3.5 released

Post by stoneCold »

The only thing that can be different across browsers might be the built in video controls, other than that, everything should be the same afaik.
www.w3.org wrote:The controls attribute is a boolean attribute. If present, it indicates that the author has not provided a scripted controller and would like the user agent to provide its own set of controls.

If the attribute is present, or if scripting is disabled for the media element, then the user agent should expose a user interface to the user. This user interface should include features to begin playback, pause playback, seek to an arbitrary position in the content (if the content supports arbitrary seeking), change the volume, and show the media content in manners more suitable to the user (e.g. full-screen video or in an independent resizable window). Other controls may also be made available.

If the attribute is absent, then the user agent should avoid making a user interface available that could conflict with an author-provided user interface. User agents may make the following features available, however, even when the attribute is absent:

User agents may provide controls to affect playback of the media resource (e.g. play, pause, seeking, and volume controls), but such features should not interfere with the page's normal rendering. For example, such features could be exposed in the media element's context menu.

Where possible (specifically, for starting, stopping, pausing, and unpausing playback, for muting or changing the volume of the audio, and for seeking), user interface features exposed by the user agent must be implemented in terms of the DOM API described above, so that, e.g., all the same events fire.
(source link)
User avatar
:wumpus:
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 3067
Joined: Tue Feb 10, 2004 12:53 pm
Location: The Netherlands
x 1

Re: Firefox 3.5 released

Post by :wumpus: »

Most sites will script their own controls using javascript and ajax I guess, so you won't even notice the built-in controls I think :)

It's a great development anyway, no more heavy plugins or non-standard tags to view video and audio in browsers. Those should be an integral part of the web anno 2009...
User avatar
DanielSefton
Ogre Magi
Posts: 1235
Joined: Fri Oct 26, 2007 12:36 am
Location: Mountain View, CA
x 10
Contact:

Re: Firefox 3.5 released

Post by DanielSefton »

http://ishtml5readyyet.com/

As one poster said, I'll be looking forward to writing HTML 5 pages when cars fly and cancer is cured. :)
User avatar
ajs15822
OGRE Expert User
OGRE Expert User
Posts: 570
Joined: Mon Jan 02, 2006 2:05 am
Location: Texas
x 2
Contact:

Re: Firefox 3.5 released

Post by ajs15822 »

I heartily agree about the benefits of HTML5's new <video> tag; I can't wait to see what awesome things web-developers will create with it (motion-detection is just the beginning). Besides, Flash has enjoyed way too much dominance in online video lately-- open standards FTW!

As for Awesomium's support of HTML5 video, I'm updating to the latest build of Chromium and it certainly has the infrastructure in place (they're using FFMPEG as the decoder) but I haven't figured out how to enable it yet in my sandbox. I'll keep playing around with it. ;)
User avatar
:wumpus:
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 3067
Joined: Tue Feb 10, 2004 12:53 pm
Location: The Netherlands
x 1

Re: Firefox 3.5 released

Post by :wumpus: »

DanielSefton wrote: As one poster said, I'll be looking forward to writing HTML 5 pages when cars fly and cancer is cured. :)
Well, if you realistically expect something to solve all your problems, and make everything good and easy for you... of course, that will never happen :) All development is slow.
User avatar
DanielSefton
Ogre Magi
Posts: 1235
Joined: Fri Oct 26, 2007 12:36 am
Location: Mountain View, CA
x 10
Contact:

Re: Firefox 3.5 released

Post by DanielSefton »

:wumpus: wrote:Well, if you realistically expect something to solve all your problems, and make everything good and easy for you... of course, that will never happen :) All development is slow.
It's not the development of HTML 5 that's slow, but even once it is stable and encouraged, you are left with only a minority that can view HTML 5 content. Even IE 8 doesn't fully support it - no <canvas> or <video> support. So, say that comes with IE 9... Even today a good majority of people are still using IE 6 from 2003. It's 2009 now. Say IE 9 is released in 2010, people will still probably have IE 7 & 8 for a good number of years. Not forgetting the fact that IE requires some fancy JavaScript code for the new HTML tags to even work -- so, if the users disable that, your site is rendered useless. I'll stick to Flash video tyvm (99% have Flash installed), and I'm sure I can cope without the pointless <header>, <footer> etc. tags.

Hopefully a decade from now everyone will have access to HTML 5. :)

@ajs - Oh, HTML 5 will be a gift for Awesomium, because you know it will work for everyone who uses it.
Last edited by DanielSefton on Tue Jul 07, 2009 11:02 pm, edited 1 time in total.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179
Contact:

Re: Firefox 3.5 released

Post by jacmoe »

What do you mean 'even IE 8' ? :o
Heck, that browser doesn't even support CSS3..
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
DanielSefton
Ogre Magi
Posts: 1235
Joined: Fri Oct 26, 2007 12:36 am
Location: Mountain View, CA
x 10
Contact:

Re: Firefox 3.5 released

Post by DanielSefton »

jacmoe wrote:What do you mean 'even IE 8' ? :o
Even IE 8 because it's supposed to be MS's "latest" browser. :P
jacmoe wrote:Heck, that browser doesn't even support CSS3..
IE is the main reason web development struggles to advance. :evil:
Post Reply