I need play video only for iPad and other devices that does not support
Flash. Does this code do that?


2014-07-20 19:51 GMT+04:00 Micky Hulse <mickyhulse.li...@gmail.com>:

> On Sun, Jul 20, 2014 at 8:41 AM, natalia Vikhtinskaya
> <natavi.m...@gmail.com> wrote:
> > I tested on Windows - just blank page. It seems  does not like
> > style="display:none" but I don't know another solition.
>
> I typically use:
>
> <video poster="foo.jpg" width="480" height="360" preload="none" controls>
>     <source src="foo.webm" type="video/webm">
>     <source src="foo.ogv" type="video/ogg">
>     <source src="foo.mp4" type="video/mp4">
>     ... Flash fallback goes here ...
> </video>
>
> You'll have to change width/height to match video.
>
> This app is great for converting your source to diff formats:
>
> <http://www.mirovideoconverter.com/>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to