Saturday, February 2, 2013

JWPlayer Playlist

Introduction to playlists A playlist is a sequential list of video, audio or image files. The JW Player supports various scenarios to load, show and interact with such playlists. An entry in the playlist is not just a URL to the media file, but an object that can have multiple properties, such as file, image, title, description, provider and duration. The more properties...

Friday, January 25, 2013

JW Player-Subtitles-Closed Caption-Audio Description Plugins

Captions plugin and Audio Description plugin are used to load both a captions SRT and an audio description MP3 file. Both can be toggled on/off through a large, descriptive button in the display area. The plugins are automatically loaded by JW Player from our CDN:         plugins: {             captions: { file: '/assets/Parker.srt' },             audiodescription: { file: '/assets/Parker.mp3' }         }     }); </script> Here...

Wednesday, January 2, 2013

Fwink

Fwink is a free and open source webcam application for Windows. It takes still images from your camera at timed intervals and puts them on your web site with FTP. You can add effects like text messages, time stamps and an overlay image. Fwink does not make live video calls. For that, you may want to try Windows Live Messenger, Yahoo Messenger, Skype, etc. You can superimpose...