<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello. My name is Václav Vančura. &#187; player</title>
	<atom:link href="http://vaclav.vancura.org/tag/player/feed" rel="self" type="application/rss+xml" />
	<link>http://vaclav.vancura.org</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 12:47:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Involver Media Player</title>
		<link>http://vaclav.vancura.org/involver-media-player-featured</link>
		<comments>http://vaclav.vancura.org/involver-media-player-featured#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:38:47 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[sideshow]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1852</guid>
		<description><![CDATA[The request sent from Sideshow and Involver was clear: to prepare the most advanced video player today. With plugin support, skinning, color theming (to fit any client color combination), advanced error recovery and other bleeding edge features.]]></description>
			<content:encoded><![CDATA[<p>The request sent from Sideshow and Involver was clear: to prepare the most advanced video player today. With plugin support, skinning, color theming (to fit any client color combination), advanced error recovery and other bleeding edge features.</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/involver-media-player-featured/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Involver Media Player</title>
		<link>http://vaclav.vancura.org/involver-media-player</link>
		<comments>http://vaclav.vancura.org/involver-media-player#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:07:32 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Coding]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[sideshow]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1834</guid>
		<description><![CDATA[The request sent from Sideshow and Involver was clear: to prepare the most advanced video player today. With plugin support, skinning, color theming (to fit any client color combination), advanced error recovery and other bleeding edge features.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">The request sent from Sideshow and Involver was clear: to prepare the most advanced video player today. With plugin support, skinning, color theming (to fit any client color combination), advanced error recovery and other bleeding edge features.</span>
</p>

<p>
<div class="fullsize-image"><img src="http://vaclav.vancura.org/data/2009/10/involver-logo.png" class="transparent " /></div>

</p>

<p>The Involver Media Player is coded in pure ActionScript 3 (to save space and hence bandwidth), with a help by PureMVC, BulkLoader, TweenMax libraries and a lot of my own open source classes.</p>

<p>Today you can meet this player on Facebook and other social networks. I worked on this player for several months and I think the request was successfully fulfilled. As you can see below, the feature set is pretty comprehensive.</p>

<h3>Features:</h3>

<ul>
<li>Skinning with custom loaded skins saved as SWFs, easily compiled in Adobe Flash (no Flex and AS3 coding needed, so it&#8217;s very easy to prepare new skins),</li>
<li>Color theming of all skin elements (via config XML),</li>
<li>Configuration from config XML, overriding any settings via FlashVars and remoting,</li>
<li>Plugins (external in remote SWFs, internal bundled with player),</li>
<li>Advanced system and network error recovery,</li>
<li>Logging locally via LocalConnection, trace() and remotely to logging remoting endpoint,</li>
<li>JavaScript events to invoke on a certain event (play, pause, stop, checkpoint spotted, plugin widget clicked, etc.),</li>
<li>Player can be fully controlled from JavaScript,</li>
<li>Full playback support (play, pause, skip, seek, load progress, playback progress, volume, mute),</li>
<li>Full playlist support (sequential playback, random playback, intro playback),</li>
<li>Fullscreen support,</li>
<li>Titles, logos and other graphics on screen while playing, with animation and precise positioning,</li>
<li>Mouse wheel support to control volume and/or seeking,</li>
<li>Set checkpoints in video and playlist to call a function or plugin,</li>
<li>Plugins can add custom buttons to the toolbar, footer and &#8220;More&#8221; screen,</li>
<li>Advanced animation when resizing player window,</li>
<li>Plugin tickers during video playback,</li>
<li>Preroll / postroll plugins and actions,</li>
<li>Popup blocker handler and ticker,</li>
<li>Galleries of images and videos,</li>
<li>Carousel to navigate images and videos,</li>
<li>Facebook application plugin,</li>
<li>Discussion plugin (with a playback ticker),</li>
<li>Link plugin (with a list of links and playback ticker),</li>
<li>Playlist navigator plugin,</li>
<li>Image viewer plugin,</li>
<li>Slideshow plugin,</li>
<li>RSS reader plugin,</li>
<li>Share this video plugin,</li>
<li>Signup plugin,</li>
<li>Stream listing plugin.</li>
</ul>

<h3>Examples:</h3>

<ul>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/1-basic-small.php" rel="zoombox 300 300">Basic player with two plugins</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/2-larger.php" rel="zoombox 600 400">Larger player with two plugins</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/3-full-page-resize.php" target="_blank">Scaling full window player (opens a new window)</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/6-try-clicking-the-video.php" rel="zoombox 800 600">Player with mouse click handler to show a page</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/10-more-plugins.php" rel="zoombox 800 600">More plugins</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/11-link-plugin-previews.php" rel="zoombox 800 480">Notification bar handled by the Link plugin</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/12-quiz-plugin-previews.php" rel="zoombox 800 480">Notification bar handled by the Quiz plugin</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/13-rss-plugin-previews.php" rel="zoombox 800 480">Notification bar handled by the RSS plugin</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/14-resize-plugin-menu.php" target="_blank">A lot of plugins, try resizing browser window after clicking &#8220;More&#8221; button (opens a new window)</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/15-theming.php" rel="zoombox 800 480">Color theming from configuration XML</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/16-muppets.php" rel="zoombox 800 480">Muppets skin by Alex Schleifer</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-1/17-theming-muppets.php" rel="zoombox 800 480">Theming Muppets skin by Alex Schleifer</a></li>
<li><a href="http://mirror.vaclav.vancura.org/involver-player-2/sunkist-skin.php" rel="zoombox 300 250">Sunkist skin by Sunkist Soda</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/involver-media-player/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Young &amp; Rubicam Prague</title>
		<link>http://vaclav.vancura.org/young-rubicam-prague-featured</link>
		<comments>http://vaclav.vancura.org/young-rubicam-prague-featured#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:37:57 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flier creation]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1623</guid>
		<description><![CDATA[Young &#038; Rubicam Prague site created together with Flier Creation. I've prepared whole client side, client-server bridge, tweaked media recompression settings and helped to design parts of UI and UX.]]></description>
			<content:encoded><![CDATA[<p>Young &#038; Rubicam Prague site created together with Flier Creation. I&#8217;ve prepared whole client side, client-server bridge, tweaked media recompression settings and helped to design parts of UI and UX.</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/young-rubicam-prague-featured/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Myousica Multitrack Editor</title>
		<link>http://vaclav.vancura.org/myousica-multitrack-editor</link>
		<comments>http://vaclav.vancura.org/myousica-multitrack-editor#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:00:14 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Coding]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adelao]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1856</guid>
		<description><![CDATA[For this project I prepared online multitrack audio editor, video and audio player and other solutions.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">For this project I prepared online multitrack audio editor, video and audio player and a web site ticker.</span>
</p>

<p>Unfortunately the project is not alive anymore. However all these subprojects were pretty complex and made me much better programmer.</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<div class="fullsize-image"><a href="http://vaclav.vancura.org/data/2009/10/myousica-1-fullsize.png" rel="zoombox[myousica-multitrack-editor] "><img src="http://vaclav.vancura.org/data/2009/01/myousica-1-poster.png" class="transparent " /></a></div>
<span class="image-description">Click the image to see the full resolution.</span>
</p>

<p>
<div class="fullsize-image"><a href="http://vaclav.vancura.org/data/2009/10/myousica-2-fullsize.png" rel="zoombox[myousica-multitrack-editor] "><img src="http://vaclav.vancura.org/data/2009/10/myousica-2-poster.png" class="transparent " /></a></div>
<span class="image-description">Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/myousica-3-fullsize.png" rel="zoombox[myousica-multitrack-editor] "><img src="http://vaclav.vancura.org/data/2009/10/myousica-3-poster.png" class="" /></a><br />
<span class="image-description">Click the image to see the full resolution.</span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/myousica-multitrack-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Young &amp; Rubicam Prague</title>
		<link>http://vaclav.vancura.org/young-rubicam-prague</link>
		<comments>http://vaclav.vancura.org/young-rubicam-prague#comments</comments>
		<pubDate>Sun, 21 Oct 2007 22:00:34 +0000</pubDate>
		<dc:creator>Václav Vančura</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[User Interface Coding]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flier creation]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://vaclav.vancura.org/?p=1604</guid>
		<description><![CDATA[Young &#038; Rubicam Prague site created together with Flier Creation. I've prepared whole client side, client-server bridge, tweaked media recompression settings and helped to design parts of UI and UX.]]></description>
			<content:encoded><![CDATA[<p>
<span class="perex">Young &#038; Rubicam Prague site created together with <a href="http://flier.cz">Flier Creation</a>. I&#8217;ve prepared whole client side, client-server bridge, tweaked media recompression settings and helped to design parts of UI and UX.</span>
</p>

<p>The visual quality and animation experience scales nicely with hardware being used. So when your computer is not powerful enough, you won&#8217;t see so many animations. But well, the site is rather old now, so I suppose you got it with all bells and whistles.</p>

<p>Site is bilingual, so choose your language in the footer.</p>

<h3>Click the images below to view<br />full resolution screenshots.</h3>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/yr-cz-1-fullsize.jpg" rel="zoombox[young-rubicam-prague] " title="Initial screen"><img src="http://vaclav.vancura.org/data/2009/10/yr-cz-1-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Initial screen.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/yr-cz-2-fullsize.jpg" rel="zoombox[young-rubicam-prague] " title="Menu overlay"><img src="http://vaclav.vancura.org/data/2009/10/yr-cz-2-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Menu overlay.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/yr-cz-6-fullsize.jpg" rel="zoombox[young-rubicam-prague] " title="About us section"><img src="http://vaclav.vancura.org/data/2009/10/yr-cz-6-poster.jpg" class="" /></a><br />
<span class="image-description"><em>About Us section</em>. Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/yr-cz-3-fullsize.jpg" rel="zoombox[young-rubicam-prague] " title="Video player"><img src="http://vaclav.vancura.org/data/2009/10/yr-cz-3-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Video player.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/yr-cz-5-fullsize.jpg" rel="zoombox[young-rubicam-prague] " title="Audio player"><img src="http://vaclav.vancura.org/data/2009/10/yr-cz-5-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Audio player.</em> Click the image to see the full resolution.</span>
</p>

<p>
<a href="http://vaclav.vancura.org/data/2009/10/yr-cz-4-fullsize.jpg" rel="zoombox[young-rubicam-prague] " title="Image viewer"><img src="http://vaclav.vancura.org/data/2009/10/yr-cz-4-poster.jpg" class="" /></a><br />
<span class="image-description"><em>Image viewer.</em> Click the image to see the full resolution.</span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.vancura.org/young-rubicam-prague/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
