May 2015
Beginner to intermediate
412 pages
8h 44m
English
The media component offers ways for embedding various multimedia content into a JSF page.
A simple definition of media component for displaying a QuickTime movie will be as follows:
<p:media value="/resources/media/sample_iTunes.mov" width="700" height="500" />
The visual output of the player will be as follows:

Use the width and height attributes of the media component in order to declare the viewport of the player.
By default, the media component renders the regarding HTML markup into the page according to the extension of the given file. The players and the matching extensions ...
Read now
Unlock full access