<?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>polyGeek.com &#187; video</title>
	<atom:link href="http://polygeek.com/tag/video/feed" rel="self" type="application/rss+xml" />
	<link>http://polygeek.com</link>
	<description>polyGeek (noun) person with many geek related talents.</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:13:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Problem playing large video files with xmoov.php</title>
		<link>http://polygeek.com/1647_flex_playing-large-video-files-with-xmoovphp</link>
		<comments>http://polygeek.com/1647_flex_playing-large-video-files-with-xmoovphp#comments</comments>
		<pubDate>Sun, 25 Jan 2009 22:00:44 +0000</pubDate>
		<dc:creator>polygeek</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xmoov]]></category>

		<guid isPermaLink="false">http://polygeek.com/?p=1647</guid>
		<description><![CDATA[If you are playing long videos &#8211; like more than 20 minutes or so &#8211; using xmoov.php then you may notice a small problem, such as the videos not playing. If so then the solution is very simple. You just need to increase the amount of memory that PHP can access. I&#8217;m using WAMP and [...]]]></description>
			<content:encoded><![CDATA[<p>If you are playing long videos &#8211; like more than 20 minutes or so &#8211; using xmoov.php then you may notice a small problem, such as the videos not playing. If so then the solution is very simple. You just need to increase the amount of memory that PHP can access.</p>
<p>I&#8217;m using WAMP and by default the PHP.ini file gives it 128MB to work with. I upped that to 1028MB and now I can play videos that are in the 90 minute range.</p>
<p>In WAMP you can change the memory limit by opening the PHP.ini file &#8211; locate it by clicking on the WAMP server icon in the system tray -&gt; PHP -&gt; php.ini.</p>
<p>Now search for &#8220;memory_limit&#8221;. Change the max amount of memory a script my consume and you should be good to go.</p>
<p><strong>Addendum</strong><br />
In the comments below a user &#8211; Mike &#8211; suggested that the problem lies with the last line of code in the xmoov.php file.</p>
<p><code>print(fread($fh, filesize($file)));</code></p>
<p>change it to something like:</p>
<p><code>print(fread($fh, 8192));</code></p>
<p>That could help as well.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Problem playing large video files with xmoov.php" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Problem+playing+large+video+files+with+xmoov.php" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Problem+playing+large+video+files+with+xmoov.php+http://bit.ly/8zUtSl" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/1647_flex_playing-large-video-files-with-xmoovphp&amp;title=Problem+playing+large+video+files+with+xmoov.php" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/1647_flex_playing-large-video-files-with-xmoovphp&amp;t=Problem+playing+large+video+files+with+xmoov.php" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/1647_flex_playing-large-video-files-with-xmoovphp&amp;title=Problem+playing+large+video+files+with+xmoov.php" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/1647_flex_playing-large-video-files-with-xmoovphp&amp;title=Problem+playing+large+video+files+with+xmoov.php" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/1647_flex_playing-large-video-files-with-xmoovphp" rel="bookmark">Problem playing large video files with xmoov.php</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on January 25, 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/1647_flex_playing-large-video-files-with-xmoovphp/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Interview with Jeffry Houser of DotComIt</title>
		<link>http://polygeek.com/551_flex_interview-with-jeffry-houser-of-dotcomit</link>
		<comments>http://polygeek.com/551_flex_interview-with-jeffry-houser-of-dotcomit#comments</comments>
		<pubDate>Wed, 03 Sep 2008 04:19:07 +0000</pubDate>
		<dc:creator>polygeek</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[360Flex]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[Jeffry Houser]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video interviews]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://polygeek.com/?p=551</guid>
		<description><![CDATA[While at 360Flex I broke out the FlipCam and recorded a few interviews. Here&#8217;s the first with Jeffry Houser. He runs a consulting firm DotComIt, he&#8217;s the co-host of TheFlexShow.com, a podcast he does with John Wilker and he&#8217;s also editor-n-chief of TheFlexAuthority magazine. Chalk it up to my interviewing inexperience but I totally blew [...]]]></description>
			<content:encoded><![CDATA[<p>While at 360Flex I broke out the FlipCam and recorded a few interviews. Here&#8217;s the first with Jeffry Houser. He runs a consulting firm <a href="http://www.dot-com-it.com/">DotComIt</a>, he&#8217;s the co-host of <a href="http://www.theflexshow.com/blog/">TheFlexShow.com</a>, a podcast he does with John Wilker and he&#8217;s also editor-n-chief of <a href="http://www.flex-authority.com/">TheFlexAuthority magazine</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/Bhot_W2XPiw&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Bhot_W2XPiw&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<p>Chalk it up to my interviewing inexperience but I totally blew over asking him to talk more about Flextras. Look for more from Jeffry on that subject shortly.</p>
<p>It&#8217;s also worth noting that Jeffry&#8217;s presentation at 360Flex on creating Flex components was the best presentation that I attended. He did a great job of covering the process of creating components and not just diving in deep into a <em>perfect component</em> right off the bat. </p>
<p>His presentation is up on AMP. You can <a href="http://www.onflex.org/ted/2008/08/360flex-sessions-media-rss-feed.php">read how to get access to all the 360Flex presentations here</a>. </p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Interview with Jeffry Houser of DotComIt" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Interview+with+Jeffry+Houser+of+DotComIt" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Interview+with+Jeffry+Houser+of+DotComIt+http://bit.ly/8T7H78" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/551_flex_interview-with-jeffry-houser-of-dotcomit&amp;title=Interview+with+Jeffry+Houser+of+DotComIt" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/551_flex_interview-with-jeffry-houser-of-dotcomit&amp;t=Interview+with+Jeffry+Houser+of+DotComIt" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/551_flex_interview-with-jeffry-houser-of-dotcomit&amp;title=Interview+with+Jeffry+Houser+of+DotComIt" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/551_flex_interview-with-jeffry-houser-of-dotcomit&amp;title=Interview+with+Jeffry+Houser+of+DotComIt" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/551_flex_interview-with-jeffry-houser-of-dotcomit" rel="bookmark">Interview with Jeffry Houser of DotComIt</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on September 2, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/551_flex_interview-with-jeffry-houser-of-dotcomit/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deepa the distracted</title>
		<link>http://polygeek.com/546_flex_deepa-the-distracted</link>
		<comments>http://polygeek.com/546_flex_deepa-the-distracted#comments</comments>
		<pubDate>Mon, 18 Aug 2008 19:14:30 +0000</pubDate>
		<dc:creator>polygeek</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[360Flex]]></category>
		<category><![CDATA[Adobe News]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://polygeek.com/?p=546</guid>
		<description><![CDATA[You ever wonder why Deepa never seems to get any work done? Well, now you know. :-) Hey Matt, let&#8217;s do lunch. I turned off the FlipCam too early. After the video ends Mark Anders comes back to the podium and says something like, &#8220;I don&#8217;t know what to do now. I really thought she [...]]]></description>
			<content:encoded><![CDATA[<p>You ever wonder why Deepa never seems to get any work done? Well, now you know. :-)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/hki-g9dbr08" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/hki-g9dbr08"></embed></object></p>
<p>Hey Matt, let&#8217;s do lunch.</p>
<p>I turned off the FlipCam too early. After the video ends Mark Anders comes back to the podium and says something like, &#8220;I don&#8217;t know what to do now. I really thought she was going to show us some Thermo stuff.&#8221;</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Deepa the distracted" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Deepa+the+distracted" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Deepa+the+distracted+http://bit.ly/8A3GPT" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/546_flex_deepa-the-distracted&amp;title=Deepa+the+distracted" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/546_flex_deepa-the-distracted&amp;t=Deepa+the+distracted" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/546_flex_deepa-the-distracted&amp;title=Deepa+the+distracted" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/546_flex_deepa-the-distracted&amp;title=Deepa+the+distracted" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/546_flex_deepa-the-distracted" rel="bookmark">Deepa the distracted</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on August 18, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/546_flex_deepa-the-distracted/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gumbo and Degrafa: two great tastes that taste great together</title>
		<link>http://polygeek.com/543_flex_gumbo-and-degrafa</link>
		<comments>http://polygeek.com/543_flex_gumbo-and-degrafa#comments</comments>
		<pubDate>Mon, 18 Aug 2008 17:43:36 +0000</pubDate>
		<dc:creator>polygeek</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Adobe News]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[Flex News]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://polygeek.com/?p=543</guid>
		<description><![CDATA[Sweet news: The Flex team has been working with the Degrafa team to bring the two together for Flex4. Here&#8217;s Juan Sanchez and Tom Gonzalez talking about what we can expect. If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.]]></description>
			<content:encoded><![CDATA[<p>Sweet news: The Flex team has been working with the <a href="http://www.degrafa.com/team/">Degrafa team</a> to bring the two together for Flex4. Here&#8217;s Juan Sanchez and Tom Gonzalez talking about what we can expect.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/_doipoou4UA&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/_doipoou4UA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
<br clear="all" /></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Gumbo and Degrafa: two great tastes that taste great together" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Gumbo+and+Degrafa:+two+great+tastes+that+taste+great+together" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Gumbo+and+Degrafa%3A+two+great+tastes+that+taste+great+together+http://bit.ly/714f8O" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/543_flex_gumbo-and-degrafa&amp;title=Gumbo+and+Degrafa%3A+two+great+tastes+that+taste+great+together" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/543_flex_gumbo-and-degrafa&amp;t=Gumbo+and+Degrafa%3A+two+great+tastes+that+taste+great+together" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/543_flex_gumbo-and-degrafa&amp;title=Gumbo+and+Degrafa%3A+two+great+tastes+that+taste+great+together" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/543_flex_gumbo-and-degrafa&amp;title=Gumbo+and+Degrafa%3A+two+great+tastes+that+taste+great+together" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/543_flex_gumbo-and-degrafa" rel="bookmark">Gumbo and Degrafa: two great tastes that taste great together</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on August 18, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/543_flex_gumbo-and-degrafa/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash Player 10 &#8211; Astro &#8211; goodness from the 360Flex conference</title>
		<link>http://polygeek.com/545_adobeflash_flash-player-10-astro-goodness-from-the-360flex-conference</link>
		<comments>http://polygeek.com/545_adobeflash_flash-player-10-astro-goodness-from-the-360flex-conference#comments</comments>
		<pubDate>Mon, 18 Aug 2008 17:27:03 +0000</pubDate>
		<dc:creator>polygeek</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Adobe News]]></category>
		<category><![CDATA[Flash player]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://polygeek.com/?p=545</guid>
		<description><![CDATA[Justin Everett-Church showed off some cool visuals of the new features in the Flash Player 10 &#8211; Astro. We get to see some PixelBender, the new text layout examples, and a big hand for 3D ,or 2.5D but still amazing. If something here has proved valuable to you then feel free to drop a couple [...]]]></description>
			<content:encoded><![CDATA[<p>Justin Everett-Church showed off some cool visuals of the new features in the Flash Player 10 &#8211; Astro. We get to see some PixelBender, the new text layout examples, and a big hand for 3D ,or 2.5D but still amazing.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/7Va6KvIi5ug&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/7Va6KvIi5ug&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Flash Player 10 - Astro - goodness from the 360Flex conference" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Flash+Player+10+-+Astro+-+goodness+from+the+360Flex+conference" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Flash+Player+10+%26%238211%3B+Astro+%26%238211%3B+goodness+from+the+360Flex+conference+http://bit.ly/4nWnLh" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/545_adobeflash_flash-player-10-astro-goodness-from-the-360flex-conference&amp;title=Flash+Player+10+%26%238211%3B+Astro+%26%238211%3B+goodness+from+the+360Flex+conference" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/545_adobeflash_flash-player-10-astro-goodness-from-the-360flex-conference&amp;t=Flash+Player+10+%26%238211%3B+Astro+%26%238211%3B+goodness+from+the+360Flex+conference" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/545_adobeflash_flash-player-10-astro-goodness-from-the-360flex-conference&amp;title=Flash+Player+10+%26%238211%3B+Astro+%26%238211%3B+goodness+from+the+360Flex+conference" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/545_adobeflash_flash-player-10-astro-goodness-from-the-360flex-conference&amp;title=Flash+Player+10+%26%238211%3B+Astro+%26%238211%3B+goodness+from+the+360Flex+conference" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/545_adobeflash_flash-player-10-astro-goodness-from-the-360flex-conference" rel="bookmark">Flash Player 10 &#8211; Astro &#8211; goodness from the 360Flex conference</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on August 18, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/545_adobeflash_flash-player-10-astro-goodness-from-the-360flex-conference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex saved my soul.</title>
		<link>http://polygeek.com/541_flex_flex-saved-my-soul</link>
		<comments>http://polygeek.com/541_flex_flex-saved-my-soul#comments</comments>
		<pubDate>Sat, 16 Aug 2008 02:16:45 +0000</pubDate>
		<dc:creator>polygeek</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Life of polyGeek]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://polygeek.com/?p=541</guid>
		<description><![CDATA[360Flex has a thingy going on for attendees to put up videos about . . . I&#8217;m not really sure what&#8217;s it supposed to be about. So I had fun. If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.]]></description>
			<content:encoded><![CDATA[<p>360Flex has a thingy going on for attendees to put up videos about . . . I&#8217;m not really sure what&#8217;s it supposed to be about. So I had fun.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/rUKMY_hdX8Y&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/rUKMY_hdX8Y&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Flex saved my soul." /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Flex+saved+my+soul." target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Flex+saved+my+soul.+http://bit.ly/6afCis" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/541_flex_flex-saved-my-soul&amp;title=Flex+saved+my+soul." title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/541_flex_flex-saved-my-soul&amp;t=Flex+saved+my+soul." title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/541_flex_flex-saved-my-soul&amp;title=Flex+saved+my+soul." title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/541_flex_flex-saved-my-soul&amp;title=Flex+saved+my+soul." title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/541_flex_flex-saved-my-soul" rel="bookmark">Flex saved my soul.</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on August 15, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/541_flex_flex-saved-my-soul/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why Actionscript</title>
		<link>http://polygeek.com/487_actionscript3_why-actionscript</link>
		<comments>http://polygeek.com/487_actionscript3_why-actionscript#comments</comments>
		<pubDate>Fri, 21 Mar 2008 18:23:57 +0000</pubDate>
		<dc:creator>polyGeek</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[30onair]]></category>
		<category><![CDATA[bitmapData]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://polygeek.com/487_adobeflash/actionscript3_why-actionscript</guid>
		<description><![CDATA[Here&#8217;s my Why Actionscript video for the 30onair series. ( You can see the youTube version here but it&#8217;s compressed to hell. ) 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm__videoPlayerTemplate_1996498492"
			class="flashmovie"
			width="640"
			height="480">
	<param name="movie" value="/pgtv/_videoPlayerTemplate.swf" />
	<param name="flashvars" value="flvAddress=/pgtv/videos/487_WhyActionscript/WhyActionscript.flv" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/pgtv/_videoPlayerTemplate.swf"
			name="fm__videoPlayerTemplate_1996498492"
			width="640"
			height="480">
		<param name="flashvars" value="flvAddress=/pgtv/videos/487_WhyActionscript/WhyActionscript.flv" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object> The effect was created &#8211; serendipitously &#8211; by using a combination of bitmapData effects. The gist is to take two webCam video windows and place one [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my <em>Why Actionscript </em>video for the <a href="http://www.30onair.com/">30onair series</a>. ( You can see the <a href="http://www.youtube.com/watch?v=gtjx30bCopE">youTube version here</a> but it&#8217;s compressed to hell. )</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm__videoPlayerTemplate_360345421"
			class="flashmovie"
			width="640"
			height="480">
	<param name="movie" value="/pgtv/_videoPlayerTemplate.swf" />
	<param name="flashvars" value="flvAddress=/pgtv/videos/487_WhyActionscript/WhyActionscript.flv" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/pgtv/_videoPlayerTemplate.swf"
			name="fm__videoPlayerTemplate_360345421"
			width="640"
			height="480">
		<param name="flashvars" value="flvAddress=/pgtv/videos/487_WhyActionscript/WhyActionscript.flv" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></td>
</tr>
</tbody>
</table>
<p>The effect was created &#8211; serendipitously &#8211; by using a combination of bitmapData effects. The gist is to take two webCam video windows and place one on top of the other. Offsetting the top one by a few pixels x/y and giving it a blend mode of &#8216;difference&#8217;. Then create a BitmapData object that draws the content of the sprite holding both windows.   Now use <em>threshold</em> and mix in a few blur filters and merging and you get the above &#8211; in realtime.</p>
<p>This is the core of the code that creates the effect:<br />
<code>private function onTic( e:TimerEvent ):void {<br />
bmpDataSource.draw( camsHolder ); // this is the bitmap data inside the camsHolder<br />
// applying a threshold to the bitmap data<br />
bmpDataSource.threshold(bmpDataSource, rect, pt, "&gt;", 0xFFbdbdbd, 0xFFFF0000, 0xFFFFFFFF, true );<br />
// you can change the settings and order that these are applied to get<br />
// lots of different effects. Some are really cool. A lot produce black screens<br />
// you never know until you try. :-)<br />
bmpDataSource.applyFilter( bmpDataSource, rect, pt, blurEffect );<br />
bmpDataDisplay.copyPixels( bmpDataSource, rect, pt );<br />
bmpDataDisplay.applyFilter( bmpDataDisplay, rect, pt, blurEffect );<br />
bmpDataDisplay.merge( bmpDataSource, rect, pt, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF );<br />
}<br />
</code><br />
<a href="http://polygeek.com/flex/487_WhyActionscript/srcview/index.html">Here&#8217;s the full code</a>. ( Something&#8217;s broken in the published setting. You have to use the leftNav to load the code views. )</p>
<p>And I also found what, I think, is a pretty good <a href="http://www.lyricstime.com/alan-parsons-project-prime-time-lyrics.html">AIR theme song</a>.</p>
<p>If you have a webcam you can <a href="/flex/487_WhyActionscript/WhyActionscript_webCam_published.html">see it in live action here</a>.</p>
<p>Did you see the Master Chief&#8217;s helmet in there?</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Why Actionscript" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Why+Actionscript" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Why+Actionscript+http://bit.ly/6ekmQE" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/487_actionscript3_why-actionscript&amp;title=Why+Actionscript" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/487_actionscript3_why-actionscript&amp;t=Why+Actionscript" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/487_actionscript3_why-actionscript&amp;title=Why+Actionscript" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/487_actionscript3_why-actionscript&amp;title=Why+Actionscript" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/487_actionscript3_why-actionscript" rel="bookmark">Why Actionscript</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on March 21, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/487_actionscript3_why-actionscript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The perfect instrument for Adobe</title>
		<link>http://polygeek.com/478_flex_the-perfect-instrument-for-adobe</link>
		<comments>http://polygeek.com/478_flex_the-perfect-instrument-for-adobe#comments</comments>
		<pubDate>Wed, 27 Feb 2008 17:06:49 +0000</pubDate>
		<dc:creator>polyGeek</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://polygeek.com/478_adobeflash/flashnews_the-perfect-instrament-for-adobe</guid>
		<description><![CDATA[Pamelia Kurstin plays a musical instrument called the theremin. ( Pronounced: th-AIR-e&#8217;men ) Adobe needs to hook up with her for their next AIR tour. If I have to explain why then please exit the blog through the back door. :-) And if you were at Grant Skinner&#8217;s 2006 presentation at FlashForward in Seattle then [...]]]></description>
			<content:encoded><![CDATA[<p>Pamelia Kurstin plays a musical instrument called the <em>theremin</em>. ( Pronounced: <em>th-AIR-e&#8217;men</em> ) Adobe needs to hook up with her for their next AIR tour. If I have to explain why then please exit the blog through the back door. :-)</p>
<p><!--cut and paste--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="432" height="285" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="VE_Player" /><param name="align" value="middle" /><param name="FlashVars" value="bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/PAMELIAKURSTIN-2002_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true" /><param name="quality" value="high" /><param name="allowScriptAccess" value="always" /><param name="bgcolor" value="#FFFFFF" /><param name="scale" value="noscale" /><param name="wmode" value="window" /><param name="src" value="http://static.videoegg.com/ted/flash/loader.swf" /><embed id="VE_Player" type="application/x-shockwave-flash" width="432" height="285" src="http://static.videoegg.com/ted/flash/loader.swf" wmode="window" scale="noscale" bgcolor="#FFFFFF" allowscriptaccess="always" quality="high" flashvars="bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/PAMELIAKURSTIN-2002_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true" align="middle"></embed></object></p>
<p>And if you were at <a href="http://gskinner.com/blog/">Grant Skinner&#8217;s</a> 2006 presentation at FlashForward in Seattle then you&#8217;re probably thinking the same thing I am: these two need to put on a show together.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for The perfect instrument for Adobe" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+The+perfect+instrument+for+Adobe" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=The+perfect+instrument+for+Adobe+http://bit.ly/6bAguN" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/478_flex_the-perfect-instrument-for-adobe&amp;title=The+perfect+instrument+for+Adobe" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/478_flex_the-perfect-instrument-for-adobe&amp;t=The+perfect+instrument+for+Adobe" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/478_flex_the-perfect-instrument-for-adobe&amp;title=The+perfect+instrument+for+Adobe" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/478_flex_the-perfect-instrument-for-adobe&amp;title=The+perfect+instrument+for+Adobe" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/478_flex_the-perfect-instrument-for-adobe" rel="bookmark">The perfect instrument for Adobe</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on February 27, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/478_flex_the-perfect-instrument-for-adobe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video &#8211; What is Flex?</title>
		<link>http://polygeek.com/474_flex_video-what-is-flex</link>
		<comments>http://polygeek.com/474_flex_video-what-is-flex#comments</comments>
		<pubDate>Tue, 26 Feb 2008 17:23:22 +0000</pubDate>
		<dc:creator>polyGeek</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[FlexBuilder Tips]]></category>
		<category><![CDATA[mxml]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://polygeek.com/474_adobeflash/flex-tutorial_video-what-is-flex</guid>
		<description><![CDATA[If you&#8217;re a Flash developer/designer and you&#8217;ve ever tried to explain to someone what Flash is you probably got about as far as mentioning keyframes before you started seeing glazed eyes. The same is true of Flex. If you&#8217;ve never seen it there can be a lot of confusion as to exactly what it is [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a Flash developer/designer and you&#8217;ve ever tried to explain to someone what <em>Flash is</em> you probably got about as far as mentioning <em>keyframes</em> before you started seeing glazed eyes.</p>
<p>The same is true of Flex. If you&#8217;ve never seen it there can be a lot of confusion as to exactly what it is and how you use it. I put this short ( less than 10 min ) video together to cover the three essentials:</p>
<ol>
<li>Flex Builder</li>
<li>MXML</li>
<li>the Flex Framework</li>
</ol>
<p>This isn&#8217;t a video that goes into any depth on writing code. It&#8217;s just a quick glance behind the curtain, so to speak.</p>
<p>[ Download <a onmouseover="window.status='http://www.adobe.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.anrdoezrs.net/click-2714984-10435771?url=http%3A%2F%2Fwww.adobe.com%2Fproducts%2Fflex%2F%3Fogn%3DEN_US-gntray_prod_flex_home" target="_top">Flex Builder 3</a> ]</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm__videoPlayerTemplate_1186319324"
			class="flashmovie"
			width="640"
			height="480">
	<param name="movie" value="/pgtv/_videoPlayerTemplate.swf" />
	<param name="flashvars" value="flvAddress=/pgtv/videos/474_WhatIsFlex/WhatIsFlex.flv" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/pgtv/_videoPlayerTemplate.swf"
			name="fm__videoPlayerTemplate_1186319324"
			width="640"
			height="480">
		<param name="flashvars" value="flvAddress=/pgtv/videos/474_WhatIsFlex/WhatIsFlex.flv" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></td>
</tr>
</tbody>
</table>
<p>And no, I couldn&#8217;t resist <em>The Matrix</em> reference. I didn&#8217;t even really try. ;-)</p>
<p>At Ted Patrick&#8217;s request I posted this video to <a href="http://www.youtube.com/watch?v=4DyNmblrG34">youTube with the 30OnAir tag</a>. I hope he didn&#8217;t request that just to make me look like a fool. :-)</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Video - What is Flex?" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Video+-+What+is+Flex?" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Video+%26%238211%3B+What+is+Flex%3F+http://bit.ly/3mbBJ" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/474_flex_video-what-is-flex&amp;title=Video+%26%238211%3B+What+is+Flex%3F" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/474_flex_video-what-is-flex&amp;t=Video+%26%238211%3B+What+is+Flex%3F" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/474_flex_video-what-is-flex&amp;title=Video+%26%238211%3B+What+is+Flex%3F" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/474_flex_video-what-is-flex&amp;title=Video+%26%238211%3B+What+is+Flex%3F" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/474_flex_video-what-is-flex" rel="bookmark">Video &#8211; What is Flex?</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on February 26, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/474_flex_video-what-is-flex/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fix for NFL.com Flash video problems</title>
		<link>http://polygeek.com/444_flash-player_fix-for-nflcom-flash-video-problems</link>
		<comments>http://polygeek.com/444_flash-player_fix-for-nflcom-flash-video-problems#comments</comments>
		<pubDate>Sun, 02 Dec 2007 17:56:29 +0000</pubDate>
		<dc:creator>polyGeek</dc:creator>
				<category><![CDATA[Flash player]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://polygeek.com/444_adobeflash_fix-for-nflcom-flash-video-problems</guid>
		<description><![CDATA[It seems as though the post I wrote about the NFL.com switching to Flash video has become the de facto support page for people having trouble watching their videos. There are 30 comments so far mostly about people having trouble getting the videos to play. Even some of the NFL.com developers have commented there. Here [...]]]></description>
			<content:encoded><![CDATA[<p>It seems as though <a href="http://polygeek.com/383_adobeflash_another-touchdown-for-flash-video">the post I wrote about the NFL.com switching to Flash video</a> has become the de facto support page for people having trouble watching their videos. There are 30 comments so far mostly about people having trouble getting the videos to play. Even some of the NFL.com developers have commented there.</p>
<p>Here is a list of some of the suggestions posted in the comments. If you have this problem then see if any of this helps. If not then read through the comments and see if there might be another solution in there for you.</p>
<p>Note: You should try playing a video after each change you make. If you try a bunch of solutions in a row without testing you won&#8217;t know which <em>fix</em> was the thing that made a difference.</p>
<ul>
<li>Even though the problems people have usually involve ad blockers or anti-virus software the first and easiest thing to try is updating your Flash Player. Simply right-click on any Flash content and select &#8220;About Adobe Flash&#8230;&#8221; at the bottom of the menu.</li>
<li>If you have comcast w/ the McAfee security here’s how to fix it. Click “Internet and network” click “configure” on the right side. Under web browsing protection click “advanced”. Simply uncheck the “block advertisements” box and hit apply.</li>
<li>AdBlock with Firefox might be the cause. If you use it then try disabling or add NFL.com to the accepted site list  and see if the videos work.</li>
<li>If you have comcast w/ the McAfee security here’s how to fix it. Click “Internet and network” click “configure” on the right side. Under web browsing protection click “advanced”. Simply uncheck the “block advertisements” box and hit apply.</li>
<li>Norton Personal Firewall: if the stuff isn’t showing up, you likely have the ad blocking feature on the firewall turned on. <a href="#comment-50210">Read this comment for details</a>.</li>
<li>go to your browsers settings and add nfl.com to the list of exceptions for websites that popups are no blocked</li>
<li>For all you fellow Mac users that are having trouble w/ Safari, you can select to recieve all cookies, and the videos work fine, except for the 15 second commercial…. arghh</li>
<li>If you have ZoneAlarm Pro: turn off Spy Site Blocking (Anti-Spyware section, Spy Site Blocking tab)</li>
<li>Check your HOSTS file. Flash will not work if the ad it wants to pull is blocked. Many programs (like Spybot or Hosts replacers, MVPS Hosts) will block the server it needs to pull from (either static.nfl.com or a doubleclick site). Your HOSTS file on MS systems is found in the system folder/drivers/etc</li>
<li>Turn off Mpy Sweeper by Webroot. That did it. Watched the video then restarted Spy Sweeper.</li>
<li>I&#8217;ve got them to work on my Mac by removing &#8220;ad.doubleclick.net&#8221; from the hosts file. From the &#8220;Go&#8221; menu select &#8220;Go to folder&#8221; type in etc, this should bring up a window, find &#8220;Hosts&#8221; and copy it to your desktop. Open it using &#8220;TextEdit&#8221; and remove &#8220;ad.doubleclick.net&#8221; save the file and copy it back in to the &#8220;etc&#8221; folder.</li>
<li>IE – Just go to the &#8220;Tools&#8221; tab on the top right of the screen. Click &#8220;Internet Options&#8221;. Click the &#8220;Privacy&#8221; tab. Click the &#8220;Sites&#8221; button. If you see NFL.com listed there, click &#8220;Remove&#8221;</li>
<li>I did a little research,and found out that you might be missing this software. There is the link to check if you have it or not, and download it. http://www.java.com/en/download/index.jsp</li>
<li>I shut down kaspersky internet security 8.0, then the videos play. I can&#8217;t figure out how to get them to play if it is on.</li>
<li>I had this problem and it was driving me crazy because I don&#8217;t have any adblock software anymore. I went into Windows/system32/etc and found a file called hosts and I deleted any lines that ref&#8217;d ad.doubleclick.net.</li>
<li></li>
</ul>
<p>I haven&#8217;t had any issues myself but I don&#8217;t have McAfee security. From what I&#8217;ve been able to piece together the issue lies with the communication between the HTML navigation and the Flash video player they built.</p>
<p>If you&#8217;re having trouble then hopefully this will take care of it.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><span style="font-family: Verdana; color: #0b333c;">turned off Mpy Sweeper by Webroot.  That did it. Watched the video then restarted Spy Sweeper.</span></div>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="dan@polygeek.com" /><input type="hidden" name="return" value="http://polygeek.com/thank-you-for-donating" /><input type="hidden" name="item_name" value="Nothing says thanks better than a few $$$. :) for Fix for NFL.com Flash video problems" /><input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="amount" value="" /><input type="image" src="http://polygeek.com/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="tip-jar" title="tip-jar" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=dan@polygeek.com&amp;currency_code=USD&amp;amount=&amp;return=http://polygeek.com/thank-you-for-donating&amp;item_name=Nothing+says+thanks+better+than+a+few+$$$.+:)+for+Fix+for+NFL.com+Flash+video+problems" target="paypal"><SPAN STYLE="font-size: x-small">If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.</span></a></p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Fix+for+NFL.com+Flash+video+problems+http://bit.ly/4Uf396" title="Post to Twitter"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-twitter-big1.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://polygeek.com/444_flash-player_fix-for-nflcom-flash-video-problems&amp;title=Fix+for+NFL.com+Flash+video+problems" title="Post to Delicious"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-delicious-big1.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://polygeek.com/444_flash-player_fix-for-nflcom-flash-video-problems&amp;t=Fix+for+NFL.com+Flash+video+problems" title="Post to Facebook"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-facebook-big1.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://polygeek.com/444_flash-player_fix-for-nflcom-flash-video-problems&amp;title=Fix+for+NFL.com+Flash+video+problems" title="Post to Reddit"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-reddit-big1.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://polygeek.com/444_flash-player_fix-for-nflcom-flash-video-problems&amp;title=Fix+for+NFL.com+Flash+video+problems" title="Post to StumbleUpon"><img class="nothumb" src="http://polygeek.com/wp-content/plugins/tweet-this/icons/tt-su-big1.png" alt="Post to StumbleUpon" /></a></p><p><a href="http://polygeek.com/444_flash-player_fix-for-nflcom-flash-video-problems" rel="bookmark">Fix for NFL.com Flash video problems</a> originally appeared on <a href="http://polygeek.com">polyGeek.com</a> on December 2, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://polygeek.com/444_flash-player_fix-for-nflcom-flash-video-problems/feed</wfw:commentRss>
		<slash:comments>75</slash:comments>
		</item>
	</channel>
</rss>
