Does html5 video support flv out of the box on mobile phones(symbian,android,iphone)?

wamp picture wamp · Jun 18, 2010 · Viewed 28.1k times · Source

The purpose is to support playing flv without requiring client side script like actionscript.

Anyone knows?

Answer

typeoneerror picture typeoneerror · Jun 18, 2010

HTML5 video support is lacking at best currently. Many browser vendors each use different codecs (Safari/MS use H.264, Firefox Opera use Ogg/Theora). None of the browsers support the .FLV format to display video. .FLV and .F4V are the Flash Player's format. HTML5's primary intention is to reduce the need for plugins, so Flash Video is not part of the spec. To answer your question though: it depends on the mobile browser's implementation of the HTML5 specification and their selection of codec.