
Youtube released it’s chromeless API – time for a new Ext user extension, me thinks!
After a weekend of programming and tweaking I finished the ux today and put it on my server for public download.
The Ext.ux.YoutubePlayer allows developers to embed youtube videos into Ext applications, using native Ext compenents for controlling the video playback. It’ll show the buffer status and let’s you jump to any part in the video using a slider component.
Needless to say that you can also mute/unmute the video and set the overall volume.
Beware: Mozilla reloads flash movies if the position-attributes or display-property of the parent container change. IE does not show this behavior – bugzilla has already a bug filed for this. So do not wonder.
The project homepage can be found here: http://www.siteartwork.de/youtubeplayer .
The original forum thread for this ux can be found over at the Ext forums: http://extjs.com/forum/showthread.php?t=30352
MAR

About the Author
Thorsten is the author of the conjoon open source project and the Ext.ux.Livegrid component. In this blog he writes more or less frequently about his current projects and web development in general.