<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Bees Are Social By Nature</title>
	<atom:link href="http://kriggio.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kriggio.wordpress.com</link>
	<description>Transcribed thoughts and experiences about computer programming.</description>
	<lastBuildDate>Wed, 25 Nov 2009 19:17:01 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on A Super Simple FLV Player using ActionScript 3.0 by Using Media Player APIs</title>
		<link>http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-101</link>
		<dc:creator>Using Media Player APIs</dc:creator>
		<pubDate>Wed, 25 Nov 2009 19:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-101</guid>
		<description>[...] http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/" rel="nofollow">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Super Simple FLV Player using ActionScript 3.0 by sandrar</title>
		<link>http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-100</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-100</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Super Simple FLV Player using ActionScript 3.0 by Linux Developer</title>
		<link>http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-97</link>
		<dc:creator>Linux Developer</dc:creator>
		<pubDate>Fri, 31 Jul 2009 03:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-97</guid>
		<description>Great summary. Thanks much. I found in the Adobe LiveDocs the following code that sorts the vid.x vid.y issues you were having.
1.) Import these classes:

    import flash.display.Stage;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;

2.) Add this to your constructor function:

    var swfStage:Stage = this.stage;
    swfStage.scaleMode = StageScaleMode.NO_SCALE;
    swfStage.align = StageAlign.TOP_LEFT;

Kind Regards</description>
		<content:encoded><![CDATA[<p>Great summary. Thanks much. I found in the Adobe LiveDocs the following code that sorts the vid.x vid.y issues you were having.<br />
1.) Import these classes:</p>
<p>    import flash.display.Stage;<br />
    import flash.display.StageAlign;<br />
    import flash.display.StageScaleMode;</p>
<p>2.) Add this to your constructor function:</p>
<p>    var swfStage:Stage = this.stage;<br />
    swfStage.scaleMode = StageScaleMode.NO_SCALE;<br />
    swfStage.align = StageAlign.TOP_LEFT;</p>
<p>Kind Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Super Simple FLV Player using ActionScript 3.0 by she was to drunk to fuck</title>
		<link>http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-96</link>
		<dc:creator>she was to drunk to fuck</dc:creator>
		<pubDate>Fri, 24 Jul 2009 08:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-96</guid>
		<description>any changes coming ?</description>
		<content:encoded><![CDATA[<p>any changes coming ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Super Simple FLV Player using ActionScript 3.0 by Ahmed Nuaman &#8212; Freelance Designer and Developer &#8212; Blog &#8212; Actionscript 3 Cue Points</title>
		<link>http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-95</link>
		<dc:creator>Ahmed Nuaman &#8212; Freelance Designer and Developer &#8212; Blog &#8212; Actionscript 3 Cue Points</dc:creator>
		<pubDate>Thu, 18 Jun 2009 21:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-95</guid>
		<description>[...] of the stream. When loading a video in Actionscript 3 you use the &#8220;NetStream()&#8221; class, here&#8217;s a nice tutorial. Now once we&#8217;ve got the stream playing, using &#8220;NetSteam.play( url )&#8221;, we can add [...]</description>
		<content:encoded><![CDATA[<p>[...] of the stream. When loading a video in Actionscript 3 you use the &#8220;NetStream()&#8221; class, here&#8217;s a nice tutorial. Now once we&#8217;ve got the stream playing, using &#8220;NetSteam.play( url )&#8221;, we can add [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Super Simple FLV Player using ActionScript 3.0 by JoAnn Warner</title>
		<link>http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-94</link>
		<dc:creator>JoAnn Warner</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-94</guid>
		<description>I found your site very interesting and informative.  Keep up the good work!</description>
		<content:encoded><![CDATA[<p>I found your site very interesting and informative.  Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Super Simple FLV Player using ActionScript 3.0 by Reda Makhchan</title>
		<link>http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-93</link>
		<dc:creator>Reda Makhchan</dc:creator>
		<pubDate>Tue, 02 Jun 2009 16:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-93</guid>
		<description>thks man for sharing this example ;)</description>
		<content:encoded><![CDATA[<p>thks man for sharing this example <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Super Simple FLV Player using ActionScript 3.0 by mad dog</title>
		<link>http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-82</link>
		<dc:creator>mad dog</dc:creator>
		<pubDate>Thu, 12 Feb 2009 21:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/06/a-super-simple-flv-player-using-actionscript-30/#comment-82</guid>
		<description>^ Too late, because you just told the whole world.</description>
		<content:encoded><![CDATA[<p>^ Too late, because you just told the whole world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple MP3 Player using ActionScript 3.0 and Flex 2 by Adam</title>
		<link>http://kriggio.wordpress.com/2007/06/19/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-81</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 27 Dec 2008 21:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/19/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-81</guid>
		<description>Nice example, but I prefer using only actionscript in small projects. Flex produces large swf files (empty mxml generates ~140kB of result code).</description>
		<content:encoded><![CDATA[<p>Nice example, but I prefer using only actionscript in small projects. Flex produces large swf files (empty mxml generates ~140kB of result code).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple MP3 Player using ActionScript 3.0 and Flex 2 by Hanush</title>
		<link>http://kriggio.wordpress.com/2007/06/19/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-80</link>
		<dc:creator>Hanush</dc:creator>
		<pubDate>Fri, 05 Dec 2008 08:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://kriggio.wordpress.com/2007/06/19/creating-a-simple-mp3-player-using-actionscript-30-and-flex-2/#comment-80</guid>
		<description>nice tut. but can u tell me how i can fine the value of the final position. I mean when you pause the audio, a value is stored in the variable position. But that value does mean any sense to me. How can I find the value of the final position????</description>
		<content:encoded><![CDATA[<p>nice tut. but can u tell me how i can fine the value of the final position. I mean when you pause the audio, a value is stored in the variable position. But that value does mean any sense to me. How can I find the value of the final position????</p>
]]></content:encoded>
	</item>
</channel>
</rss>
