<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: AS3 open source VideoPlayer out now!!</title>
	<atom:link href="http://apdevblog.com/as3-open-source-videoplayer-out-now/feed/" rel="self" type="application/rss+xml" />
	<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/</link>
	<description>flash and actioscript development</description>
	<lastBuildDate>Thu, 17 May 2012 09:38:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Eugene</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1650</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Mon, 05 Mar 2012 11:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1650</guid>
		<description>...and the full-browser version too. After refresh in IE the video loses its size. Thanks!</description>
		<content:encoded><![CDATA[<p>&#8230;and the full-browser version too. After refresh in IE the video loses its size. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1649</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Mon, 05 Mar 2012 11:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1649</guid>
		<description>I&#039;ve ment the skinned version. Many thanks in advance!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve ment the skinned version. Many thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1647</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 23 Feb 2012 08:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1647</guid>
		<description>hi emre,
no you can&#039;t hide the seekbar. not via flashvars at least.
here is a list of all the parameters you can adjust via flashvars:
&lt;a href=&quot;http://apdevblog.com/examples/apdev_videoplayer/docs/com/apdevblog/ui/video/style/ApdevVideoPlayerDefaultStyle.html&quot;&gt;ApdevVideoPlayerDefaultStyle.html&lt;/a&gt;

if you don&#039;t want to use the seekbar, you could change the code inside ApdevVideoControls.as
&lt;a href=&quot;http://code.google.com/p/apdev-videoplayer/source/browse/trunk/src/classes/com/apdevblog/ui/video/ApdevVideoControls.as&quot;&gt;ApdevVideoControls.as&lt;/a&gt;

just add a 
[javascript wraplines=&quot;false&quot;]
_bar.visible = false;
[/javascript]

after line 167 and then comment out lines 180+181
[javascript wraplines=&quot;false&quot;]
//_bar.x = _play.x + _play.width + 3;
//_bar.y = 11;
[/javascript]

this should do the trick.</description>
		<content:encoded><![CDATA[<p>hi emre,<br />
no you can&#8217;t hide the seekbar. not via flashvars at least.<br />
here is a list of all the parameters you can adjust via flashvars:<br />
<a href="http://apdevblog.com/examples/apdev_videoplayer/docs/com/apdevblog/ui/video/style/ApdevVideoPlayerDefaultStyle.html">ApdevVideoPlayerDefaultStyle.html</a></p>
<p>if you don&#8217;t want to use the seekbar, you could change the code inside ApdevVideoControls.as<br />
<a href="http://code.google.com/p/apdev-videoplayer/source/browse/trunk/src/classes/com/apdevblog/ui/video/ApdevVideoControls.as">ApdevVideoControls.as</a></p>
<p>just add a </p>
<pre class="brush: jscript; title: ; wrap-lines: false;">
_bar.visible = false;
</pre>
<p>after line 167 and then comment out lines 180+181</p>
<pre class="brush: jscript; title: ; wrap-lines: false;">
//_bar.x = _play.x + _play.width + 3;
//_bar.y = 11;
</pre>
<p>this should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emre Süvari</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1646</link>
		<dc:creator>Emre Süvari</dc:creator>
		<pubDate>Tue, 21 Feb 2012 12:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1646</guid>
		<description>Is there any way to remove the seeker bar? (only leave the play/pause button)

or let me put it another way, what other flashvars does it accept, other than v and img?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Is there any way to remove the seeker bar? (only leave the play/pause button)</p>
<p>or let me put it another way, what other flashvars does it accept, other than v and img?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1628</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Thu, 06 Oct 2011 08:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1628</guid>
		<description>/*to avoid IE Cache Problem in Action Script*/</description>
		<content:encoded><![CDATA[<p>/*to avoid IE Cache Problem in Action Script*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1627</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Thu, 06 Oct 2011 08:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1627</guid>
		<description>May be so? /*in Action Script IE Cache Problem umgehen*/
setTimeout(function () {
    positionen();
}, 1000);
But I can&#039;t unfortunately do this by myself...</description>
		<content:encoded><![CDATA[<p>May be so? /*in Action Script IE Cache Problem umgehen*/<br />
setTimeout(function () {<br />
    positionen();<br />
}, 1000);<br />
But I can&#8217;t unfortunately do this by myself&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1626</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Thu, 06 Oct 2011 05:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1626</guid>
		<description>I mean: &quot;Is there a way to correct this error?&quot;. Thanks in advance!!!...</description>
		<content:encoded><![CDATA[<p>I mean: &#8220;Is there a way to correct this error?&#8221;. Thanks in advance!!!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1625</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Wed, 05 Oct 2011 20:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1625</guid>
		<description>Dear Aron! Dear Philipp! Thank You Very Much for Your Work!!! If I refresh a site with the player in Internet Explorer, the player becomes very small. What does it depend on? Could I find a way to get rid of this?...</description>
		<content:encoded><![CDATA[<p>Dear Aron! Dear Philipp! Thank You Very Much for Your Work!!! If I refresh a site with the player in Internet Explorer, the player becomes very small. What does it depend on? Could I find a way to get rid of this?&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1603</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 23 Jul 2011 16:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1603</guid>
		<description>good point. will maybe change this in the next days...</description>
		<content:encoded><![CDATA[<p>good point. will maybe change this in the next days&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rossie</title>
		<link>http://apdevblog.com/as3-open-source-videoplayer-out-now/comment-page-1/#comment-1602</link>
		<dc:creator>Rossie</dc:creator>
		<pubDate>Sat, 23 Jul 2011 09:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=370#comment-1602</guid>
		<description>Great player! Thank you very much!

Btw, classes should contain protected functions instead of private to help create descendants therefore easier to extend functionallity by not changing the original source.
Anyway it is excellent!

Gergely Rossel.</description>
		<content:encoded><![CDATA[<p>Great player! Thank you very much!</p>
<p>Btw, classes should contain protected functions instead of private to help create descendants therefore easier to extend functionallity by not changing the original source.<br />
Anyway it is excellent!</p>
<p>Gergely Rossel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

