I used both video component
Video video = new Video();
and embedded
Embedded embed = new Embedded("my video", new ExternalResource("yyy/xxx.mp4"));
embed.setMimeType("application/x-shockwave-flash");
This plays quite well in iphone which uses safari browser, but in my pc am using mozilla firefox browser its not playing.
It shows an like error in mime type.