download youtube downlloader right click on video copy url and paste it in downloader and viw it on real one player With Regards Satish.S
On Tue, Jan 4, 2011 at 6:18 PM, Sohil <[email protected]> wrote: > Hi, > > Try using <video> element of HTML5, though its experimental. but it will > help for your problem > put the webview component and load the static file with dynamic url to > webview. > It wont work for all the video that would be the limitation. > Its supported in android 2.0+ . > > <video id="video" autobuffer height="240" width="360"> > <source src="BigBuck.m4v"> > <source src="BigBuck.webm" type="video/webm"> > <source src="BigBuck.theora.ogv" type="video/ogg"> > </video> > > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

