TSVIDEOPLAYER

We recommend
Other Dreamweaver Extensions:
flash music player
mp3 music flash
TSVideo, a video player that offers a simple, but robust solution
for all those who wish to publish videos without requiring any professional skills.

Video Player Formats Supported

VIDEO FORMATS

The formats of videos accepted by the TSVideo players are conditioned by the version of the Flash Player installed on the end-user's computer.

The format FLV is Flash's own video format, which is why it is supported by most Flash players, however, the rest of possible video formats (mp4, m4a, mov, 3gp, 3g2), are only supported starting from the Flash Player version 9 update 3 (9,0,115,0).

Note: We recommend that you convert all the videos into FLV format, widening the number of users who can enjoy them.

Some ways of converting a video into a FLV format:

 

PLAYLIST FORMATS

The TSVideo player accepts several playlist formats. They are:

An example of a valid playlist in XSPF format is shown below.

<playlist version="1" xmlns="http://xspf.org/ns/0/">
     <title>XSPF Example Playlist</title>
     <info>http://xspf.org/xspf-v1.html</info>
     <trackList>
         <track>
            <title> Video Title </title>
            <creator> Video author name </creator>
            <location> URL where video is published </location>
            <info> URL where the related information is published </info>
            <image> URL of the image associated to video </image>
            <link rel="caption"> URL to the subtitle file </link>
        </track>
    </trackList>
</playlist>

 

SUBTITLE FILE FORMAT

If you wish to associate a subtitle file to any of your videos, the required format is Timed Text (TT) XML (http://www.w3.org/AudioVideo/TT/)

An example of the subtitle file:

<?xml version="1.0" encoding="UTF-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/2006/04/ttaf1" xmlns:tts="http://www.w3.org/2006/04/ttaf1#styling">
    <head>
        <styling>
            <style id="1" tts:textAlign="right"/>
            <style id="2" tts:color="transparent"/>
            <style id="3" style="2" tts:backgroundColor="white"/>
            <style id="4" style="2 3" tts:fontSize="20"/>
        </styling>
    </head>
    <body>
        <div xml:lang="en">
            <p begin="00:00:00.00" dur="00:00:03.07">I had just joined <span tts:fontFamily="monospaceSansSerif,proportionalSerif,TheOther" tts:fontSize="+2">Macromedia</span> in 1996,</p>
            <p begin="00:00:03.07" dur="00:00:03.35">and we were trying to figure out what to do about the internet.</p>
            <p begin="00:00:06.42" dur="00:00:03.15">And the company was in dire straights at the time.</p>
        </div>
    </body>
</tt>

Texts in the subtitle files can be associated with a visual format.