Kisha Samson
Житель
- Регистрация
- 03.09.14
- Сообщения
- 34
- Реакции
- 11
- Автор темы
- #1
Compatible XF Versions:
Creates a Video BB Code to play video files in messages.
Features:
Open the EXTRA.css template and add the following CSS code:
- 1.3
- 1.4
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.
- 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.0.zip and unzip it.
- From your Admin Control Panel, go to the "Install Add-on" page.
- Upload the addon-Video_v1.0.xml file.
- Click the Install Add-on button.
Open the EXTRA.css template and add the following CSS code:
Код:
.video {
width: 100%;
height: 100%;
max-width: 640px;
max-height: 480px;
}
Скрытое содержимое доступно для зарегистрированных пользователей!