Video 1.0

  • Автор темы Автор темы Kisha Samson
  • Дата начала Дата начала
Скачать Video 1.0

Kisha Samson

Житель
Регистрация
03.09.14
Сообщения
34
Реакции
11
Compatible XF Versions:
  • 1.3
  • 1.4
Description:

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.
How to use:
  1. Create a new post and add the following code:

    Code:
    [video]http://www.domain.com/example.mp4 [/video]
  2. Save post.
  3. Click play button to watch video.
Installation:
  1. Download video_v1.0.zip and unzip it.
  2. From your Admin Control Panel, go to the "Install Add-on" page.
  3. Upload the addon-Video_v1.0.xml file.
  4. Click the Install Add-on button.
Setup:
Open the EXTRA.css template and add the following CSS code:

Код:
.video {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
}

View hidden content is available for registered users!
 

Похожие темы

Ответы
0
Просмотры
192
Ответы
0
Просмотры
274
Ответы
1
Просмотры
360
Ответы
0
Просмотры
305
Назад
Сверху Снизу