The Iframe class models the HTML <iframe> tag (HTML inline frame).
Iframe embeds a document into an HTML document
so that embedded data is displayed inside a subwindow of the browser's window.
This does not mean full inclusion; the two documents are independent, and both
them are treated as complete documents.
Video hosting services Dailymotion, Youtube, Vimeo ,... etc.
The VideoPlayer interface has an abstract implementation AbstractVideoPlayer.
This class is extended to support following subscribers.
The YoutubePlayer component embeds a YouTube video on a website.
The DailyMotionPlayer component embeds a Dailymotion video on a website.
The VimeoPlayer component embeds a Vimeo video on a website.
HTML 5 Audio and Video players
The Audio and the Video components implement the corresponding HTML5
<audio> and <video> tags. With
them it is possible to view video and audio streams.
The Source component specifies media resources for Audio and Video media components.
With the Source components it is possible to specify alternative media files
which the browser may choose from, based on its media type or codec support.
The ObjectTag class models the HTML <object> tag. This component can be
used for setting external external applications or interactive contents (plug-ins).
The <object> tag defines an embedded object within an HTML document. Use this element
to embed multimedia (like audio, video, Java applets, ActiveX, PDF, and Flash) in your web pages.
You can also use the it to embed another webpage into your HTML document.
You can use the param tag to pass parameters to plugins that have been embedded with the object
This site uses cookies
In order to work as intended, this site stores cookies on your device. Accepting
improves our site and provides you with personalized service. Declining results
in one cookie being placed on your device so we remember your choice.