Showing posts with label JW Player. Show all posts
Showing posts with label JW Player. Show all posts

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...

Saturday, March 3, 2012

JW Player-Blogger Embedding

Its very simple. You should put a space beteween embed & src. It has to look like this: <embed src="http://www.jeroenwijering.com/embed/player.swf"width="720"height="324"allowscriptaccess="always"allowfullscreen="true"flashvars="height=324&width=720&file=http://x264.servebeer.com/550.mp4&searchbar=false&smoothing=false"/> And NOT like that: <embedsrc="http://www.jeroenwijering.com/embed/player.swf"width="720"height="324"allowscriptaccess="always"allowfullscreen="true"flashvars="height=324&width=720&file=http://x264.servebeer.com/550.mp4&searchbar=false&smoothing=false"/> Deactivate...