<?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></title>
	<atom:link href="http://brendyn.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://brendyn.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 22 Mar 2012 23:25:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CS5.5 hangs when exporting to Quicktime (&#8220;Recording Flash Content&#8221;)</title>
		<link>http://brendyn.com/blog/?p=348</link>
		<comments>http://brendyn.com/blog/?p=348#comments</comments>
		<pubDate>Thu, 22 Mar 2012 23:24:55 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=348</guid>
		<description><![CDATA[Recenly I had to export an FLA file to a Quicktime movie, and found that it just hung around saying &#8220;Recording Flash Content&#8221;. I though this was due to the high res FLV I had embedded in the timeline. But afte waiting an hour, I realized something was wrong. I restarted the computer, tried reducing [...]]]></description>
			<content:encoded><![CDATA[<p>Recenly I had to export an FLA file to a Quicktime movie, and found that it just hung around saying &#8220;Recording Flash Content&#8221;. I though this was due to the high res FLV I had embedded in the timeline. But afte waiting an hour, I realized something was wrong. I restarted the computer, tried reducing the rez on the FLV, but nothing helped. I realized that it was because there was a stop() frame on the main timeline, and the Quicktime was se to stop when the last frame was reached. Thus the last frame was never reached, and Flash went into a loop. Removing the stop() frame fixed the issue immediately</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=348</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLV player goes full screen when the projector is full screen.</title>
		<link>http://brendyn.com/blog/?p=345</link>
		<comments>http://brendyn.com/blog/?p=345#comments</comments>
		<pubDate>Tue, 22 Nov 2011 18:46:44 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=345</guid>
		<description><![CDATA[No idea why, but when I published a full screen projector file with a small video player on the stage, the video player suddenly jumped to full screen as well. _flvPlayer.fullScreenTakeOver = false didn&#8217;t work on it&#8217;s own. It needed to be added to each and every instance the FLV was added to the stage. [...]]]></description>
			<content:encoded><![CDATA[<p>No idea why, but when I published a full screen projector file with a small video player on the stage, the video player suddenly jumped to full screen as well. _flvPlayer.fullScreenTakeOver = false didn&#8217;t work on it&#8217;s own. It needed to be added to each and every instance the FLV was added to the stage. Not a big bug but haven&#8217;t had a post in a while, so just wanted to share.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=345</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS5 Reverts Updated Images</title>
		<link>http://brendyn.com/blog/?p=335</link>
		<comments>http://brendyn.com/blog/?p=335#comments</comments>
		<pubDate>Wed, 01 Jun 2011 04:48:41 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[CS5]]></category>
		<category><![CDATA[Flash IDE]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=335</guid>
		<description><![CDATA[I have yet to find a fix for this, but seemingly without reason, sometimes when I open an FLA file, I find that a few jpgs that were previously imported and then updated with another file, have reverted back to the original imported state.
If anyone else has had this happen, or has a fix, please [...]]]></description>
			<content:encoded><![CDATA[<p>I have yet to find a fix for this, but seemingly without reason, sometimes when I open an FLA file, I find that a few jpgs that were previously imported and then updated with another file, have reverted back to the original imported state.</p>
<p>If anyone else has had this happen, or has a fix, please let me know. I cannot find another instance of someone else experiencing this online, so it would be good to know I&#8217;m not the only one.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=335</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arrow button KeyEvents and duplicate sounds</title>
		<link>http://brendyn.com/blog/?p=331</link>
		<comments>http://brendyn.com/blog/?p=331#comments</comments>
		<pubDate>Tue, 15 Feb 2011 03:44:43 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=331</guid>
		<description><![CDATA[I&#8217;ve noticed recently that sometimes the arrow button KeyEvents are not firing, and that sounds place twice for no apparent reason. It only seems to happen in the beta Flash Player 10.2. Small rant here, but this far into the game, I would think that these sort of bugs would be fixed by now.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed recently that sometimes the arrow button KeyEvents are not firing, and that sounds place twice for no apparent reason. It only seems to happen in the beta Flash Player 10.2. Small rant here, but this far into the game, I would think that these sort of bugs would be fixed by now.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=331</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New project finished &#8211; Bananatrends.com</title>
		<link>http://brendyn.com/blog/?p=324</link>
		<comments>http://brendyn.com/blog/?p=324#comments</comments>
		<pubDate>Mon, 29 Nov 2010 01:31:37 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Other Project]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=324</guid>
		<description><![CDATA[Finished up a little project I was doing with my girlfriend called
BananaTrends.com. A small one page site that shows the top item in several trends RSS feeds, such as Twitter and Yahoo. I actually find myself using it quite often, so that&#8217;s gotta be a good thing!
Check it out!
]]></description>
			<content:encoded><![CDATA[<p>Finished up a little project I was doing with my girlfriend called<br />
<a href="http://www.bananatrends.com" target="_blank">BananaTrends.com</a>. A small one page site that shows the top item in several trends RSS feeds, such as Twitter and Yahoo. I actually find myself using it quite often, so that&#8217;s gotta be a good thing!</p>
<p><a href="http://www.bananatrends.com" target="_blank">Check it out!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=324</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ad sever&#8217;s outdated clickTag code</title>
		<link>http://brendyn.com/blog/?p=322</link>
		<comments>http://brendyn.com/blog/?p=322#comments</comments>
		<pubDate>Wed, 24 Nov 2010 17:33:50 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=322</guid>
		<description><![CDATA[Why does every ad server still state in their specs to write the clickTag code like this:
on&#40;release&#41; &#123;
&#160; &#160; getURL&#40;_root.clickTAG,&#34;_blank&#34;&#41;;
&#160;&#125;
Any developer worth more than $7/hr would only write code this way if they were working in Flash 6, and it was back in 2007. Writing directly on MovieClips is a horrible habit to get into, [...]]]></description>
			<content:encoded><![CDATA[<p>Why does every ad server still state in their specs to write the clickTag code like this:</p>
<div class="codecolorer-container actionscript dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="actionscript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #0066CC;">on</span><span style="color: #66cc66;">&#40;</span>release<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #0066CC;">getURL</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">_root</span>.<span style="color: #006600;">clickTAG</span>,<span style="color: #ff0000;">&quot;_blank&quot;</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp;<span style="color: #66cc66;">&#125;</span></div></div>
<p>Any developer worth more than $7/hr would only write code this way if they were working in Flash 6, and it was back in 2007. Writing directly on MovieClips is a horrible habit to get into, and makes it very difficult to find and edit code.</p>
<p>In the past, I have completely ignored this requirement, and just written it in my pseudo AS2 Document Class, or directly on the timeline if it&#8217;s a simple enough banner to not require a Document Class. However, 50% of the time I would get pushback from some project manager at the ad server who knows nothing about code, saying that it was done wrong. I would then spend 2 or 3 hours going back and forth explaining why it is correct, and convincing them to just test it before they pass judgment.</p>
<p>Lately, I&#8217;ve just given in and done it the crappy old fashioned way, because I&#8217;m tired of having this argument with them.</p>
<p>So I&#8217;m writing here to Ad Servers as a last plea &#8211; PLEASE UPDATE YOUR SPECS TO ALLOW FOR PROPER CODING!</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=322</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS5 finally working with FileVault on!</title>
		<link>http://brendyn.com/blog/?p=317</link>
		<comments>http://brendyn.com/blog/?p=317#comments</comments>
		<pubDate>Tue, 28 Sep 2010 15:47:30 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=317</guid>
		<description><![CDATA[Thanks to an anonymous comment, I have found out that Adobe has released a hack to fix the &#8220;Error opening URL&#8221; error in CS5.
It was determined that FileVault was indeed causing this issue. Turning it off was the easy fix, but for those of us who can&#8217;t do that, we were stuck without CS5. Adobe [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to an anonymous comment, I have found out that Adobe has released a hack to fix the &#8220;Error opening URL&#8221; error in CS5.</p>
<p>It was determined that FileVault was indeed causing this issue. Turning it off was the easy fix, but for those of us who can&#8217;t do that, we were stuck without CS5. Adobe didn&#8217;t release a patch, but did <a href="http://kb2.adobe.com/cps/845/cpsid_84542.html " target="_blank">release a file</a> to replace in the Commons folder. See link for instructions. </p>
<p>Seems to have worked for me, and that makes me somewhat happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=317</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mantracker Episode Airs Monday Sept 25th at 6pm on OLN in Canada</title>
		<link>http://brendyn.com/blog/?p=314</link>
		<comments>http://brendyn.com/blog/?p=314#comments</comments>
		<pubDate>Sat, 25 Sep 2010 03:11:43 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=314</guid>
		<description><![CDATA[Well finally, over a year after shooting, my episode is going to air on Monday! My brother Ryder and I saw a pre-release DVD yesterday, and were really happy with how it turned out!
For those who think reality TV is a sham, everything you see on the episode actually did happen. Of course a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Well finally, over a year after shooting, my episode is going to air on Monday! My brother Ryder and I saw a pre-release DVD yesterday, and were really happy with how it turned out!</p>
<p>For those who think reality TV is a sham, everything you see on the episode actually did happen. Of course a lot was cut out due to taking 2 days worth of film, and putting it into 45 minutes, but all the good parts are in there.</p>
<p>Hopefully everyone enjoys it!</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=314</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Math calculations in Flash return wrong number with lots of decimals&#8230;</title>
		<link>http://brendyn.com/blog/?p=311</link>
		<comments>http://brendyn.com/blog/?p=311#comments</comments>
		<pubDate>Mon, 20 Sep 2010 16:48:53 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=311</guid>
		<description><![CDATA[&#8230;In other words, a Floating Point Error, or so my web research says.
Apparently, in all coding languages (not just Flash), a decimal does not have an exact representation in binary. So, for example, 5.100000000000000001 is seen as close enough to 5.1. This is fine when doing other things, such as moving a Movie Clip to [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;In other words, a Floating Point Error, or so my web research says.</p>
<p>Apparently, in all coding languages (not just Flash), a decimal does not have an exact representation in binary. So, for example, 5.100000000000000001 is seen as close enough to 5.1. This is fine when doing other things, such as moving a Movie Clip to an x position, but if you are coding something such as a calculator when you need to display the exact number, it can be frustrating.</p>
<p>I found a <a href="http://joshblog.net/2007/01/30/flash-floating-point-number-errors/" target="_blank">method online</a> that corrects this by comparing a few numbers, and estimating. Seems to do the trick in my case.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=311</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug and Flash Video</title>
		<link>http://brendyn.com/blog/?p=309</link>
		<comments>http://brendyn.com/blog/?p=309#comments</comments>
		<pubDate>Fri, 27 Aug 2010 15:14:05 +0000</pubDate>
		<dc:creator>Brendyn</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://brendyn.com/blog/?p=309</guid>
		<description><![CDATA[I haven&#8217;t officially confirmed this yet, but I think I&#8217;ve found the reason why my Flash Video was frequently pausing and skipping mid-stream. I thought it was just the Mac-doesn&#8217;t-like-Flash-Video thing, but I think it was actually mostly due to Firebug. After disabling it, video seemed to work much better.
]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t officially confirmed this yet, but I think I&#8217;ve found the reason why my Flash Video was frequently pausing and skipping mid-stream. I thought it was just the Mac-doesn&#8217;t-like-Flash-Video thing, but I think it was actually mostly due to Firebug. After disabling it, video seemed to work much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://brendyn.com/blog/?feed=rss2&amp;p=309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

