Jump to content

Search the Community

Showing results for tags 'track vtt'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 1 result

  1. HTML5 track doesn't work for me. I have tried for a couple of hours and tested in FF, Chrome and Opera. Here are the code and .vtt file.<!DOCTYPE html><html lang="en"><head> <title>Video HTML5</title><style> video { box-shadow: 6px 6px 3px #888888; border: 1px solid grey; padding: 8px; allowfullscreen: true; } </style> </head><body><div class="video"> <video id="video01" controls preload="auto" width="400" height="300" poster="/pics/dnskrapan1.jpg" data-setup='{"autoplay": false}'> <source src="/movies/testbild.mp4" type="video/mp4"> <source src="/movies/testbild.webm" type="video/webm"> <source src="/movies/testbild.ogv" type="video/ogg"> <track src="/tracks/video.vtt" kind="subtitles" srclang="sv" label="Swedish"> </video></div></body>WEBVTT00:00:01.000 --> 00.00.02.900 A:middle T:50%First line00:00:03.000 --> 00.00.05.900 A:end D:verticalSecond line00:00:06.000 --> 00.00.08.000 A:start T:100% L:0%Third line
×
×
  • Create New...