views:

49

answers:

1

I would like to have a flv, 3gp player ( embeddable ) for my site.
Till now, I found http://flv-player.net/players/maxi/ , http://flowplayer.org/ these are free FLV players. But how can i play 3gp files on my site. Please suggest me any free embeddable 3gp player.

Note: I am not expecting anything like QuickTime

A: 

As far as I know, this can't be done.

All the Flash based players use Flash's video decoding and playback technology, adding buttons, controls and other things around it.

Because Flash can't playback 3GP, all Flash based player's can't either. No luck there. Maybe in a later version of Flash.

The only alternative I can see is to fall back to platform-dependent video embeds (Windows Media Player, Real Player, QuickTime, etc.) but as far as I know, none of these supports 3GP out of the box - your user would have to install codecs first.

HTML 5 promises easier native video playback without the support of 3rd-party tools, but as far as I know, 3GP isn't even remotely on the list of formats likely to be supported in the future. (See a compatibility overview here.)

Pekka