You got the priorities wrong. He wants to use Flash if possible, with
the video as the fallback.

Karl DeSaulniers skriver:
> Hi Natalia,
> Looks like this is your best solution and doesn't involve any javascript.
>
> <video width="100%" height="100%" controls>
>   <source src="jack_giant.mp4" type="video/mp4">
>   <source src="jack_giant.ogg" type="video/ogg">
>   <source src="jack_giant.webm" type="video/webm">
>   <object data="jack_giant.mp4" width="100%" height="100%">
>     <embed src="jack_giant.swf" width="100%" height="100%">
>   </object> 
> </video>
>
> [Source]
> http://www.w3schools.com/html/html_videos.asp
>
> You'll have to work it into what your doing.
> I think someone earlier mentioned this though.
> HTH,
>
> Karl DeSaulniers
> Design Drumm
> http://designdrumm.com
>
>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to