The oxy_video built-in form control is used for providing a mechanism
to play videos.
The oxy_video form control supports the following properties:
oxy_video(href, oxy_url(oxy_base-uri(), 'ex.mp4')), width, 400px, height, 300px)em, ex), absolute
(in, cm, mm, pt,
pc, px), and percentage (followed by the
% character) length units.em, ex), absolute
(in, cm, mm, pt,
pc, px), and percentage (followed by the
% character) length units.object {
content:
oxy_video(
href, 'resources/video.mp4',
width, 400px,
height, 300px),
}oxy_video form control in a CSS file
, invoke the Content Completion
Assistant by pressing Ctrl +
Space and select the
oxy_video code template.To see more detailed examples and more information about how form controls work in Oxygen XML Author Eclipse plugin, see the sample files in the following directory: [OXYGEN_INSTALL_DIR]/samples/form-controls.
For more information about form controls, watch our video demonstration: