How to implement video html code, so that was displayed in smartphones
and Tablet PCs with Android.
I use this code:
<div id="video4">
    <video width="240" height="136" controls="controls"
autoplay="autoplay">
      <source src="film.mp4" type="video/mp4" />
      <source src="film_bb.mp4" type="video/mp4" />
      <source src="film_andr.mp4" type="video/mp4" />
      <source src="film.ogv" type="video/ogg" />
      <source src="film.webm" type="video/webm" />
      <object data="film.mp4" width="240" height="136">
        <embed src="film.swf" width="240" height="136" />
      </object>
    </video>
is the ability to use the file flv, but only with accompanying player
then the video does not appear on other platforms
is there a way to get it working at all
thanks for your help

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to