« ASV, UAE, ASR 5.25 updates released! | Main | Cease and Desist Adobe! (and Microsoft and Apple and Real) »
May 10, 2007
Flash Video Player 3.8 Adds Captionate Support
Jeroen Wijering's FLV Player is a well known and regarded, Creative Commons licensed, FLV player. Not everyone who makes use of FLV files needs to have Flash authoring tool. Jeroen Wijering's FLV Player is easily configurable, has many options and plug-ins.
Today version 3.8 was released which added support for Captionate embedded captions. It supports multiple language tracks too, one at a time.
Let me show you how easy it is to use Captionate captions with it: Configuration is done by adding variables (flashvars) in HTML. There's even an online wizard to help you, but modifying the sample HTML will be straightforward enough for most. Anyway, assuming your SWFObject is named 'swf', all you need to do is add the following line to the script in your web page:
swf.addVariable("captions","captionate");
This will display the first, default, language track. To display another tack just add the track number, like:
swf.addVariable("captions","captionate2");
which will display the 3rd language track. (Omitting the number means track 0, which is the value "captionate0").
You can see accessibility examples of the player online. BTW, I love full screen Flash video ...
May 10, 2007 in Captionate, Flash | Permalink
TrackBack
TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8341c73d553ef00d83513564553ef
Listed below are links to weblogs that reference Flash Video Player 3.8 Adds Captionate Support:
Comments
I have inserted this flv file onto this webpage. I understand that the video does not play until the reader hits the start button but it deffinately appears that the files are downloaded to the server as soon as the reader opens the page. This page is read in a school system and we need to watch our bandwidth useage. The IT department will not let us use fies that download as soon as a page opens. Can I do something to this code that will let the reader open the page and not have the files download until the reader hits the start button on the flv file.
Posted by: Nancy at May 11, 2007 2:01:24 AM
Another example here:
http://philflash.inway.fr/phpflvplayer/index_en.html
Choose the example with the "Elephants dream" video.
This is an example of PHP Streaming extension for Jeroen Wijering's FLV Player.
The captions are created with Captionate for this video.
Philippe
Posted by: PhilFlash at May 26, 2007 4:54:38 PM
hi, i wanna know the duration of any video... do u know how can i do that?
please email me
Posted by: asinox at Jun 25, 2007 9:41:39 PM
Hi,
If you mean FLV files, it's easy. Just look at the timestamp of the last tag. You can easily get to the last tag because the last 4 bytes of an FLV is the size of the last tag.
Duration of the last tag is not known but generally it doesn't really matter.
Best,
Burak
Posted by: Burak KALAYCI at Jun 25, 2007 9:57:16 PM