<?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>Grogler</title>
	<atom:link href="http://www.grogler.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grogler.com</link>
	<description>my interests and experiences</description>
	<lastBuildDate>Fri, 02 Nov 2012 16:32:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>test post</title>
		<link>http://www.grogler.com/general/test-post/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=test-post</link>
		<comments>http://www.grogler.com/general/test-post/#comments</comments>
		<pubDate>Wed, 17 Oct 2012 20:44:30 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=125</guid>
		<description><![CDATA[test post content]]></description>
			<content:encoded><![CDATA[<p>test post content</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/general/test-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Papervision &#8211; timeout period of 15 second</title>
		<link>http://www.grogler.com/general/papervision-timeout-period-of-15-second/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=papervision-timeout-period-of-15-second</link>
		<comments>http://www.grogler.com/general/papervision-timeout-period-of-15-second/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 22:18:00 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=110</guid>
		<description><![CDATA[I am just starting to work with Papervision3D (http://papervision3d.org) in Flash.  It is alot of fun but very challenging as well.  One of the many errors that I have gotten and solved was: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. I got this error when I [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.grogler.com/wp-content/uploads/2010/01/papervision.jpg"><img class="size-full wp-image-111 aligncenter" title="papervision" src="http://www.grogler.com/wp-content/uploads/2010/01/papervision.jpg" alt="papervision" width="518" height="350" /></a></p>
<p>I am just starting to work with Papervision3D (http://papervision3d.org) in Flash.  It is alot of fun but very challenging as well.  One of the many errors that I have gotten and solved was:</p>
<blockquote><p>Error #1502: A script has executed for longer than the default timeout period of 15 seconds.</p></blockquote>
<p>I got this error when I was trying to load a larger .dae file into flash.</p>
<p>After a bit of research I found someone that actually had the solution&#8230;</p>
<p>Go to your &#8220;<strong>Publish Settings</strong>&#8221; and at the bottom, Change the &#8220;<strong>Script time limit:</strong>&#8221; from 15 second to 30 or 60, or whatever it takes to load your file.</p>
<p><span style="color: #800000;"><strong>**NOTE:  increasing this setting and allowing for larger files to be loaded will decrease the performance of the swf.</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/general/papervision-timeout-period-of-15-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Emails</title>
		<link>http://www.grogler.com/html/html-emails/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=html-emails</link>
		<comments>http://www.grogler.com/html/html-emails/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:52:40 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=100</guid>
		<description><![CDATA[I just had to create my first html email for an email blast, let me tell you it is a cluster.  The main issues I ran into were: 1. Differences between Outlook and Outlook Express 2. Padding, or lack there of&#8230; 3. Setting the width of table rows and columns 1. Differences between Outlook and [...]]]></description>
			<content:encoded><![CDATA[<p>I just had to create my first html email for an email blast, let me tell you it is a cluster.  The main issues I ran into were:</p>
<p>1. Differences between Outlook and Outlook Express</p>
<p>2. Padding, or lack there of&#8230;</p>
<p>3. Setting the width of table rows and columns</p>
<p><strong>1. Differences between Outlook and Outlook Express<br />
</strong>I found that if I create an email  in OE and send it out to and Outlook account, then try to forward it from there, the padding that I had set would get removed and the width of tables would get changed.  This brought me into my next 2 issues that I encountered.</p>
<p><strong>2. Padding, or lack there of&#8230;<br />
</strong>Basically OE accepts padding formatting, but Outlook does not.  So the workaround for this is the old add a new empty row or column instead of padding.  This works great just as long as you remove the &amp;nbsp; and add a spacer.gif to the table and set it to the correct width of the new &#8220;padding&#8221; row or column.  This then brought me into the next issue I was encountering.</p>
<p><strong>3. Setting the width of table rows and columns<br />
</strong>I was giving my email a 1px border around it to make it look nice, so how I did this was:<br />
a. create a 1px row and column all the way around the email body<br />
b. set the bgcolor<br />
c. remove the &amp;nbsp; from the row or column<br />
d. and then add a 1&#215;1 spacer.gif</p>
<p>Seems all well and good, but Outlook didn&#8217;t like that I was setting the actual <em><strong>WIDTH</strong> of my <strong>row</strong> or <strong>column</strong></em> border to 1px.  It didn&#8217;t care that the <strong>HEIGHT</strong> was set to 1, but it did <em>not</em> like the <strong>WIDTH</strong>.  Once I removed the width value and just let the spacer.gif handle that, everything came into place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/html/html-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drobo Giveaway</title>
		<link>http://www.grogler.com/general/drobo-giveaway/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drobo-giveaway</link>
		<comments>http://www.grogler.com/general/drobo-giveaway/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 18:20:45 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[drobo]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=80</guid>
		<description><![CDATA[This is amazing! The Drobo is the best thing since hard drive space and Scott Bourne from http://mydl.me/ is giving one away!! It would be great to be the lucky star that gets this amazing backup/storage solution. http://mydl.me/ http://mydl.me/ for good measure You can follow him at http://twitter.com/scottbourne]]></description>
			<content:encoded><![CDATA[<p>This is amazing!  The Drobo is the best thing since hard drive space and Scott Bourne from <a href="http://mydl.me/"><a href="http://mydl.me/">http://mydl.me/</a> is giving one away!!  It would be great to be the lucky star that gets this amazing backup/storage solution.<br />
<a href="http://mydl.me/"><a href="http://mydl.me/">http://mydl.me/</a><br />
<a href="http://mydl.me/"><a href="http://mydl.me/">http://mydl.me/</a> for good measure</p>
<p>You can follow him at <a href="http://twitter.com/scottbourne">http://twitter.com/scottbourne</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/general/drobo-giveaway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash seekbar indicator won&#8217;t go away</title>
		<link>http://www.grogler.com/flash/flash-seekbar-indicator-wont-go-away/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flash-seekbar-indicator-wont-go-away</link>
		<comments>http://www.grogler.com/flash/flash-seekbar-indicator-wont-go-away/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:39:59 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[flash seekbar flv]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=68</guid>
		<description><![CDATA[PROBLEM: The Flash seekbar indicator is still on screen when you navigate to a different frame that doesn't even have the seekBar]]></description>
			<content:encoded><![CDATA[<p><strong>PROBLEM: The Flash seekbar indicator is still on screen when you navigate to a different frame that doesn&#8217;t even have the seekBar</strong></p>
<p>I came across this issue when I wanted to add just the seekbar to the flv component and not have the entire skin.  I will use my chapterTest flv from an <a href="http://www.grogler.com/flash/create-chapters-in-an-flv-like-a-dvd/">earlier post</a> for the sake of simplicity.  Here is a screenshot of the interface with the flv and seekbar<br />
<div id="attachment_70" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.grogler.com/wp-content/uploads/2009/02/seekbar_interface.jpg"><img src="http://www.grogler.com/wp-content/uploads/2009/02/seekbar_interface.jpg" alt="seekbar interface" title="seekbar_interface" width="400" height="291" class="size-full wp-image-70" /></a><p class="wp-caption-text">seekbar interface</p></div><br />
and here is a screenshot of the interface on another frame after the flv played<br />
<div id="attachment_71" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.grogler.com/wp-content/uploads/2009/02/seekbar_indicator.jpg"><img src="http://www.grogler.com/wp-content/uploads/2009/02/seekbar_indicator.jpg" alt="seekbar with indicator" title="seekbar_indicator" width="400" height="291" class="size-full wp-image-71" /></a><p class="wp-caption-text">seekbar with indicator</p></div><br />
NOTE:The indicator is still there in the lower right.</p>
<p><strong>SOLUTION:The very simple way around this problem is to actually put the seekBar inside a movieclip and reference it there &#8211; that&#8217;s it!</strong> </p>
<p>So my actionscript originally looked like this:<code>import mx.video.*;<br />
//flv playback component instance name=flv<br />
//seekBar component instance name=seeker<br />
flv.seekBar = seeker;<br />
var listenerObject:Object = new Object();<br />
listenerObject.complete = function(eventObject:Object):Void {<br />
    gotoAndPlay("end");<br />
};<br />
flv.addEventListener("complete", listenerObject);</code></p>
<p>and changed to this:<code>import mx.video.*;<br />
//flv playback component instance name=flv<br />
//seekBar component instance name=seeker<br />
//place seeker inside movieclip instance named seeker_mc<br />
flv.seekBar = seeker_mc.seeker;<br />
var listenerObject:Object = new Object();<br />
listenerObject.complete = function(eventObject:Object):Void {<br />
    gotoAndPlay("end");<br />
};<br />
flv.addEventListener("complete", listenerObject);</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/flash/flash-seekbar-indicator-wont-go-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>recession-aggresssion flash game</title>
		<link>http://www.grogler.com/flash/recession-aggresssion-flash-game/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=recession-aggresssion-flash-game</link>
		<comments>http://www.grogler.com/flash/recession-aggresssion-flash-game/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 14:48:26 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[flash game]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[recession-aggression]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=50</guid>
		<description><![CDATA[Well, it is finally out&#8230; the wait is over&#8230;  the flash game that is latest craze &#8211; Recession-Aggression! Check it out here http://www.recession-aggression.com This is a first-person throwing game that I helped develop more or less to relieve a bit of the stress that has been coming with the recession and the downturn of the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it is finally out&#8230; the wait is over&#8230;  the flash game that is latest craze &#8211; Recession-Aggression! Check it out here<a title="http://www.recession-aggression.com" href="http://www.recession-aggression.com" target="_blank"> http://www.recession-aggression.com</a></p>
<div id="attachment_51" class="wp-caption aligncenter" style="width: 350px"><a href="http://www.recession-aggression.com" target="_blank"><img class="size-full wp-image-51" title="ra-full1" src="http://www.grogler.com/wp-content/uploads/2009/02/ra-full1.png" alt="recession-aggression screen shot" width="340" height="200" /></a><p class="wp-caption-text">recession-aggression screen shot</p></div>
<p>This is a first-person throwing game that I helped develop more or less to relieve a bit of the stress that has been coming with the recession and the downturn of the economy.</p>
<p>This game is hilarious and really deserves a few plays to get good.  It has a score multiplier that can really get your score up there, and if anything it&#8217;s just fun to throw items at someone.  Speaking of which, it has the ability to be able to upload your own image of a villain to target &#8211; now that is fun!</p>
<p>Check it out you won&#8217;t be disappointed, if anything you will get hooked!<br />
<a title="http://www.recession-aggression.com" href="http://www.recession-aggression.com" target="_blank">www.recession-aggression.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/flash/recession-aggresssion-flash-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash XML/PHP News Feed Editor</title>
		<link>http://www.grogler.com/flash/flash-xmlphp-news-feed-editor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flash-xmlphp-news-feed-editor</link>
		<comments>http://www.grogler.com/flash/flash-xmlphp-news-feed-editor/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 17:48:49 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=39</guid>
		<description><![CDATA[Here is a simple news feed type reader with a flash shell that uses PHP to write/edit an XML file and saves the changes. (Please open the article to see the flash file or player.) You can select &#8220;Add new feed&#8221; from the drop down to create a new feed, or you can select a [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a simple news feed type reader with a flash shell that uses PHP to write/edit an XML file and saves the changes.</p>
<p><object type="application/x-shockwave-flash" data="http://www.grogler.com/wp-content/uploads/2009/02/newsFeed/xmlTesting.swf" width="550" height="400" class="embedflash"><param name="movie" value="http://www.grogler.com/wp-content/uploads/2009/02/newsFeed/xmlTesting.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><small>(Please open the article to see the flash file or player.)</small></object></p>
<p>You can select &#8220;Add new feed&#8221; from the drop down to create a new feed, or you can select a feed and click the delete button to delete the selected feed.</p>
<p>I can post the source if need be &#8211; just leave me a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/flash/flash-xmlphp-news-feed-editor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash text does not align</title>
		<link>http://www.grogler.com/flash/flash-text-does-not-align/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flash-text-does-not-align</link>
		<comments>http://www.grogler.com/flash/flash-text-does-not-align/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 19:44:26 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=12</guid>
		<description><![CDATA[I ran into another weird issue again in flash.  Here is what the text looks like in the flash authoring environment and here is what it looks like when it is published Very odd.  I took it upon myself to find the solution and it actually came pretty quick, and with further investigation I found [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into another weird issue again in flash.  Here is what the text looks like in the flash authoring environment</p>
<div id="attachment_14" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-14" title="authoring_text" src="http://www.grogler.com/wp-content/uploads/2008/10/authoring_text.jpg" alt="authoring text" width="450" height="329" /><p class="wp-caption-text">authoring text</p></div>
<p style="text-align: center;">and here is what it looks like when it is published<br />
<img class="size-full wp-image-17 aligncenter" title="unaligned_text" src="http://www.grogler.com/wp-content/uploads/2009/02/unaligned_text.jpg" alt="unaligned_text" width="450" height="370" /></p>
<p>Very odd.  I took it upon myself to find the solution and it actually came pretty quick, and with further investigation I found the actual problem as well.</p>
<p>The fix that I found to align the text back up with itself was to set the text <strong>anti-aliasing</strong> to be <strong>&#8220;anti-aliasing for animation&#8221; </strong>rather than <strong>&#8220;anti-aliasing for readability&#8221;</strong>.</p>
<p><img class="size-full wp-image-20 alignleft" title="rotate" src="http://www.grogler.com/wp-content/uploads/2009/02/rotate.jpg" alt="rotate" width="238" height="145" /><img class="size-full wp-image-19 aligncenter" title="antialiasing" src="http://www.grogler.com/wp-content/uploads/2009/02/antialiasing.jpg" alt="antialiasing" width="253" height="148" />The reason that the text was not aligning was because I had inadvertently set a -.3 degree rotation to the text box.  It wasn&#8217;t enough that it was noticable in flash authoring, but when flash rendered the text for readability, it became noticiable when I published the file.</p>
<p>So my advice, when you have text alignment issues, first check that you haven&#8217;t added a rotation to it, and if you haven&#8217;t you can at least set the text to <strong>anti-aliasing for animation </strong>and that should fix it, otherwise set your rotation back to zero and you will be good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/flash/flash-text-does-not-align/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; how to do eval() the right way</title>
		<link>http://www.grogler.com/flash/as3-how-to-do-eval-the-right-way/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=as3-how-to-do-eval-the-right-way</link>
		<comments>http://www.grogler.com/flash/as3-how-to-do-eval-the-right-way/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 14:54:03 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[eval()]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=11</guid>
		<description><![CDATA[In AS2 we used to be able to refer to an instance name of an object by coding: ///AS2.0\\\ eval("my_mc"+i); This would allow you to create and/or refer to instance names using a string. I have heard quite a bit of negativity about eval() but it did come in handy at times. In AS2, you [...]]]></description>
			<content:encoded><![CDATA[<p>In AS2 we used to be able to refer to an instance name of an object by coding:</p>
<p><code>///AS2.0\\\<br />
eval("my_mc"+i);</code></p>
<p>This would allow you to create and/or refer to instance names using a string. I have heard quite a bit of negativity about eval() but it did come in handy at times. In AS2, you could also use:</p>
<p><code>///AS2.0\\\<br />
_root["my_mc"+i];</code></p>
<p>which worked well for me when pushing items to an array, before AS3 was available.</p>
<p>Now, the correct AS3 way to do it is either this:</p>
<p><code>///AS3.0\\\<br />
this["my_mc" + i];</code></p>
<p>or:</p>
<p><code>///AS3.0\\\<br />
this.getChildByName("my_mc" + i);</code></p>
<p>I would recommend the second way of doing it, because to me it just makes more sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/flash/as3-how-to-do-eval-the-right-way/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Updated</title>
		<link>http://www.grogler.com/general/updated/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updated</link>
		<comments>http://www.grogler.com/general/updated/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 14:21:18 +0000</pubDate>
		<dc:creator>whodeee</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.grogler.com/?p=10</guid>
		<description><![CDATA[Just updated to the new version of WordPress &#8211; One thing I noticed is that I had a flash folder in the wp-admin folder that I had to recopy over after the upgrade.  I guess I should probably relocate that folder.  Otherwise it was an easy upgrade! Thanks wordpress!]]></description>
			<content:encoded><![CDATA[<p>Just updated to the new version of WordPress &#8211; One thing I noticed is that I had a flash folder in the wp-admin folder that I had to recopy over after the upgrade.  I guess I should probably relocate that folder.  Otherwise it was an easy upgrade!</p>
<p>Thanks <a title="WordPress" href="http://wordpress.org" target="_blank">wordpress</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grogler.com/general/updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
