DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

syt Videobox

Author:Christopher
Created:2010-12-18T19:57:23
Changed by:Roland Preuß
Changed:2012-06-27T10:02:19.920000000
Classification:syt_videobox
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) ----
Keywords:Videobox, html5 Video Integration, Media
Author:Roland Preuss
Email:info@sytura.de
Language:en

img-1 img-2 syt Videobox

Extension Key: syt_videobox

Language: en

Version: 0.0.2

Keywords: Videobox, html5 Video Integration, Media

Copyright 2006-2012, Roland Preuss, <info@sytura.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

`syt Videobox 1 <#__RefHeading__5708_1738894311>`_

`Introduction 3 <#__RefHeading__5710_1738894311>`_

What does it do? 3

Screenshots 3

`Administration 4 <#__RefHeading__31511_818911409>`_

`Configuration 8 <#__RefHeading__31515_818911409>`_

Reference 8

`Known problems 9 <#__RefHeading__31525_818911409>`_

`ChangeLog 10 <#__RefHeading__444_1345693607>`_

Introduction

What does it do?

syt Videobox embeds a video into a website using the HTML5 <video> element, falling back to Flash automatically without the use of JavaScript or browser-sniffing.

Screenshots

Administration

Install the Extension in the extension manager. Don't forget to include the static template in your root template.

Create a sysfolder for your videos

img-3

Insert your datasets in this sysfolder using the following form:

img-4

Insert a new conten element on your page:

img-5

Select your video dataset by using flexforms:

img-6

img-7

Configuration

Reference

Reference of TypoScript options.

videoWidth

Property

videoWidth

Data type

int

Description

Defines the player width

Default

586

videoHeight

Property

videoHeight

Data type

int

Description

Defines the player height

Default

330

templateFile

Property

templateFile

Data type

resource

Description

Defines the path to the html template

Default

EXT:syt_videobox/res/pi1_template.html

Example:

plugin.tx_sytvideobox_pi1 {
  templateFile=fileadmin/mytemplates/my_tmpl.html
}
((Unknown Property))

Property

Data type

Description

Default

Known problems

No video is shown

Make sure your server is using the correct mime-types. Please add this lines in your .htaccess

AddType video/ogg  .ogv
AddType video/mp4  .mp4
AddType video/webm .webm

ChangeLog

0.1.0

Version

0.1.0

Changes

Wrote the code of the extension.

2.0.5

Version

2.0.5

Changes

Some Bugfuxes and new documetation

((Unknown Property))

Version

Changes