[video]
With this shortcode you can display a self hosted video.
Attributes: | |
---|---|
src | The location of the video. |
mp4 | The location of the mp4 video. |
ogv | The location of the ogg video. |
webm | The location of the webm video. |
url |
This attribute is deprecated from version 1.39. Use the src attribute instead.
The location of the video.
|
url_mp4 |
This attribute is deprecated from version 1.39. Use the mp4 attribute instead.
The location of the mp4 video.
|
url_ogg |
This attribute is deprecated from version 1.39. Use the ogv attribute instead.
The location of the ogg video.
|
url_webm |
This attribute is deprecated from version 1.39. Use the webm attribute instead.
The location of the webm video.
|
poster | The location of the image to show until the user plays or seeks. |
width | The width of the video. |
height | The height of the video. |
wmode | Sets the Window Mode property of the Flash movie (window | opaque | transparent). Default is transparent. |