<?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>aron / philipp development blog &#187; VideoPlayer</title>
	<atom:link href="http://apdevblog.com/tag/videoplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://apdevblog.com</link>
	<description>flash and actioscript development</description>
	<lastBuildDate>Mon, 02 May 2011 13:59:56 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Version 1.0.3 of the Apdev VideoPlayer released</title>
		<link>http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/</link>
		<comments>http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 12:06:38 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Apdev Videoplayer]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VideoPlayer]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=755</guid>
		<description><![CDATA[Just before christmas &#8211; as a little gift under the tree &#8211; we released the new version of our AS3 open-source VideoPlayer. Read more... © Phil for aron / philipp development blog, 2009. &#124; Permalink Post tags: ActionScript, Apdev Videoplayer, Flash, Open Source, Video, VideoPlayer]]></description>
			<content:encoded><![CDATA[<p>Just before christmas &#8211; as a little gift under the tree &#8211; we released the new version of our AS3 open-source <a href="http://code.google.com/p/apdev-videoplayer/">VideoPlayer</a>.</p>
<p><a href="http://apdevblog.com/examples/apdev_videoplayer/htmlvideo_skinned.html"><img src="http://apdevblog.com/wp-content/uploads/2009/12/apdevplayer.jpg" alt="apdev videoplayer" title="apdev videoplayer" width="380" height="240" class="alignnone size-full wp-image-756" /></a></p>
<p><a href="http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/apdev-videoplayer/" rel="tag">Apdev Videoplayer</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://apdevblog.com/tag/video/" rel="tag">Video</a>, <a href="http://apdevblog.com/tag/videoplayer/" rel="tag">VideoPlayer</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/version-1-0-3-of-the-apdev-videoplayer-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>New version of our AS3 open-source VideoPlayer</title>
		<link>http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/</link>
		<comments>http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:00:11 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Apdev Videoplayer]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VideoPlayer]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=655</guid>
		<description><![CDATA[Hi there. After some inquiries we finally added the possibility to customize the Apdev VideoPlayer &#8211; only changing colors at this time but it&#8217;s a first step in the right direction &#8230; You can now change any color of any object/control that is used within the videoplayer &#8211; but check the ApdevVideoPlayerDefaultStyle.as for all the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there.<br />
After some inquiries we finally added the possibility to customize the <a href="http://code.google.com/p/apdev-videoplayer/" target="_blank">Apdev VideoPlayer</a> &#8211; only changing colors at this time but it&#8217;s a first step in the right direction &#8230;</p>
<p><a href="http://apdevblog.com/examples/apdev_videoplayer/html_skinned.html" target="_blank"><img alt="skinned Apdev VideoPlayer" src="http://apdevblog.com/examples/apdev_videoplayer/screenshot_skinned.jpg" title="apdev videoplayer skinned" class="alignnone" width="349" height="290" /></a></p>
<p>You can now change any color of any object/control that is used within the videoplayer &#8211; but check the <a href="http://apdevblog.com/examples/apdev_videoplayer/docs/com/apdevblog/ui/video/style/ApdevVideoPlayerDefaultStyle.html" target="_blank">ApdevVideoPlayerDefaultStyle.as</a> for all the attributes that can be manipulated. And it&#8217;s up to you whether you change the attributes using pure ActionScript (1) or our html-version of the videoplayer and pass the values in via flashvars (2). With approach 2 you don&#8217;t even have to know ActionScript or open a flash-file &#8211; just embed the videoplayer-swf into your website and customize it via flashvars.<br />
For further information, see the upcoming examples.</p>
<p><a href="http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/apdev-videoplayer/" rel="tag">Apdev Videoplayer</a>, <a href="http://apdevblog.com/tag/customize/" rel="tag">customize</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://apdevblog.com/tag/swfobject/" rel="tag">swfobject</a>, <a href="http://apdevblog.com/tag/video/" rel="tag">Video</a>, <a href="http://apdevblog.com/tag/videoplayer/" rel="tag">VideoPlayer</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/new-version-of-our-as3-open-source-videoplayer/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Updated our AS3 open source VideoPlayer</title>
		<link>http://apdevblog.com/updated-our-as3-open-source-videoplayer/</link>
		<comments>http://apdevblog.com/updated-our-as3-open-source-videoplayer/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 18:23:17 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Apdev]]></category>
		<category><![CDATA[Apdev Videoplayer]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VideoPlayer]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=538</guid>
		<description><![CDATA[I just uploaded the new 1.01 version of our Apdev VideoPlayer to google-code. We fixed/added some features some of you requested, like e.g. Volume button behavior changed VideoPlayer now fires events when the video&#8217;s play-state changes and some other minor changes&#8230; VideoPlayer example: http://apdevblog.com/examples/apdev_videoplayer/ HTML-embed example: http://apdevblog.com/examples/apdev_videoplayer/html.html We also updated the documentation. So go and [...]]]></description>
			<content:encoded><![CDATA[<p>I just uploaded the new 1.01 version of our <a href="http://code.google.com/p/apdev-videoplayer/" target="_blank">Apdev VideoPlayer</a> to google-code.<br />
We fixed/added some features some of you requested, like e.g.</p>
<ul>
<li>Volume button behavior changed</li>
<li>VideoPlayer now fires events when the video&#8217;s play-state changes</li>
<li>and some other minor changes&#8230;</li>
</ul>
<p>VideoPlayer example: <a href="http://apdevblog.com/examples/apdev_videoplayer/" target="_blank">http://apdevblog.com/examples/apdev_videoplayer/</a><br />
HTML-embed example: <a href="http://apdevblog.com/examples/apdev_videoplayer/html.html" target="_blank">http://apdevblog.com/examples/apdev_videoplayer/html.html</a></p>
<p>We also updated the <a href="http://apdevblog.com/examples/apdev_videoplayer/docs/" target="_blank">documentation</a>.</p>
<p>So go and check it out: <a href="http://code.google.com/p/apdev-videoplayer/" target="_blank">http://code.google.com/p/apdev-videoplayer/</a>.<br />
Or just download the new version directly: <a href="http://apdev-videoplayer.googlecode.com/files/apdev-videoplayer-1.0.1.zip">apdev-videoplayer-1.0.1</a>
<div class="tweetmeme_button" style="float: left; margin-right: 10px; margin-bottom: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fapdevblog.com%2Fupdated-our-as3-open-source-videoplayer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fapdevblog.com%2Fupdated-our-as3-open-source-videoplayer%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/updated-our-as3-open-source-videoplayer/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/apdev/" rel="tag">Apdev</a>, <a href="http://apdevblog.com/tag/apdev-videoplayer/" rel="tag">Apdev Videoplayer</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://apdevblog.com/tag/video/" rel="tag">Video</a>, <a href="http://apdevblog.com/tag/videoplayer/" rel="tag">VideoPlayer</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/updated-our-as3-open-source-videoplayer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 open source VideoPlayer out now!!</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/</link>
		<comments>http://apdevblog.com/as3-open-source-videoplayer-out-now/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 16:41:33 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Apdev Videoplayer]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VideoPlayer]]></category>

		<guid isPermaLink="false">http://apdevblog.com/?p=370</guid>
		<description><![CDATA[We&#8217;re proud to announce our first open source project: the Apdev Videoplayer. It&#8217;s an ActionScript 3.0 script-only videoplayer that we&#8217;re releasing under the MIT license. So you can do with it whatever you want &#8211; change it, skin it or just tear it apart and use some snippets of our code. It&#8217;s up to you. [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re proud to announce our first open source project: the <a href="http://code.google.com/p/apdev-videoplayer/" target="_blank">Apdev Videoplayer</a>.</p>
<p><a href="http://apdevblog.com/examples/apdev_videoplayer/" target="_blank"><img class="alignnone size-full wp-image-436" title="Apdev videoplayer" src="http://apdevblog.com/wp-content/uploads/2009/09/screenshot.jpg" alt="Apdev videoplayer" width="349" height="290" /></a></p>
<p>It&#8217;s an ActionScript 3.0 script-only videoplayer that we&#8217;re releasing under the MIT license. So you can do with it whatever you want &#8211; change it, skin it or just tear it apart and use some snippets of our code. It&#8217;s up to you.</p>
<p><a href="http://apdevblog.com/as3-open-source-videoplayer-out-now/">Read more...</a></p>
<hr />
<p><small>© Phil for <a href="http://apdevblog.com">aron / philipp development blog</a>, 2009. |
<a href="http://apdevblog.com/as3-open-source-videoplayer-out-now/">Permalink</a>
<br/>
Post tags: <a href="http://apdevblog.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://apdevblog.com/tag/apdev-videoplayer/" rel="tag">Apdev Videoplayer</a>, <a href="http://apdevblog.com/tag/flash/" rel="tag">Flash</a>, <a href="http://apdevblog.com/tag/open-source/" rel="tag">Open Source</a>, <a href="http://apdevblog.com/tag/video/" rel="tag">Video</a>, <a href="http://apdevblog.com/tag/videoplayer/" rel="tag">VideoPlayer</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://apdevblog.com/as3-open-source-videoplayer-out-now/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

