Description:
Creates a Video BB Code to play video files in messages.
Features:
Creates a Video BB Code to play video files in messages.
Features:
- Uses HTML <video> tag.
- Plays MP4 files.
- Uses full URL in text portion of the BB Code.
- URL's can be internal or external.
- Plays on all popular browsers except Firefox on OS X.
- Automatically resizes player to fit mobile phones.
- Create a new post and add the following code:
Code:
[video]http://www.domain.com/example.mp4[/video]
- Save post.
- Click play button to watch video.
- Download video_v1.1.zip and unzip it.
- From your Admin Control Panel, go to the "Install Add-on" page.
- Upload the addon-Video_v1.1.xml file.
- Click the Install Add-on button.
- Open the EXTRA.css template and add the following CSS code:
Code:
.videotag {
width: 100%;
height: 100%;
max-width: 640px;
max-height: 480px;
}