<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en" xml:base="http://www.wp-wordpress.com/wp-atom.php">
	<title type="text">Wp Wordpress</title>
	<subtitle type="text">Free Wordpress Themes &amp; Templates</subtitle>

	<updated>2009-11-14T17:16:24Z</updated>
	<generator uri="http://wordpress.org/" version="2.8.5">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com" />
	<id>http://www.wp-wordpress.com/feed/atom</id>
	

			<link rel="self" href="http://feeds.feedburner.com/WpWordpress" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[delayed trace]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/delayed-trace" />
		<id>http://www.wp-wordpress.com/delayed-trace</id>
		<updated>2009-11-14T17:16:24Z</updated>
		<published>2009-11-14T17:16:24Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[ive got a loaded xml list for an mp3 player. from playing track1, when i select track 2, it traces &#34;track1&#34; but then after a second click it traces &#34;track2&#34; and stays on that. the actually music for track2 does load on the first click though, but not the trace.
anyone know why on the first [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/delayed-trace">&lt;div&gt;ive got a loaded xml list for an mp3 player. from playing track1, when i select track 2, it traces &amp;quot;track1&amp;quot; but then after a second click it traces &amp;quot;track2&amp;quot; and stays on that. the actually music for track2 does load on the first click though, but not the trace.&lt;/p&gt;
&lt;p&gt;anyone know why on the first click it would still trace the previous track?&lt;/p&gt;
&lt;p&gt;here is the code for that function&amp;#8230;&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:516px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;&lt;span style="color: #F000F0;font-style: italic"&gt;/*When you choose a new item on the List it will play for you.*/&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;function&lt;/span&gt; SnglClick&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;event:ListEvent&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;:&lt;span style="color: #993300"&gt;void&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; item:&lt;span style="color: #993300"&gt;Object&lt;/span&gt; = event.&lt;span style="color: #000000"&gt;item&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;try&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;song.&lt;span style="color: #993300"&gt;close&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;catch&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;error&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;try&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;channel.&lt;span style="color: #993300"&gt;stop&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;catch&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;error&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; song = &lt;span style="color: #993300"&gt;new&lt;/span&gt; &lt;span style="color: #993300"&gt;Sound&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; song.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;IOErrorEvent.&lt;span style="color: #000000"&gt;IO_ERROR&lt;/span&gt;, ioErrorHandler, &lt;span style="color: #993300"&gt;false&lt;/span&gt;, &lt;span style="color: #000000"&gt;0&lt;/span&gt;, &lt;span style="color: #993300"&gt;true&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; song.&lt;span style="color: #993300"&gt;load&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;new&lt;/span&gt; URLRequest&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;item.&lt;span style="color: #993300"&gt;data&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pics.&lt;span style="color: #993300"&gt;visible&lt;/span&gt; = &lt;span style="color: #993300"&gt;true&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;switch&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;playList.&lt;span style="color: #000000"&gt;selectedIndex&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;case&lt;/span&gt; &lt;span style="color: #000000"&gt;0&lt;/span&gt;:
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"1 selected"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;MovieClip&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;pics&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: #993300"&gt;gotoAndStop&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;1&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;break&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;case&lt;/span&gt; &lt;span style="color: #000000"&gt;1&lt;/span&gt;:
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"2 selected"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;MovieClip&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;pics&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: #993300"&gt;gotoAndStop&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;2&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;break&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;case&lt;/span&gt; &lt;span style="color: #000000"&gt;2&lt;/span&gt;:
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"3 selected"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;MovieClip&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;pics&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: #993300"&gt;gotoAndStop&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;2&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;break&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;default&lt;/span&gt;:
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"default"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; if (playList.selectedIndex == 0){&lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trace (&amp;quot;1 selected&amp;quot;);&lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } &lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (playList.selectedIndex == 1){&lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MovieClip(pics).gotoAndStop(2);&lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trace (&amp;quot;2 selected&amp;quot;);&lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (playList.selectedIndex == 2){&lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trace (&amp;quot;3 selected&amp;quot;);&lt;/span&gt;
&lt;span style="color: #F000F0;font-style: italic"&gt;//&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; channel = song.&lt;span style="color: #993300"&gt;play&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; channel.&lt;span style="color: #000000"&gt;soundTransform&lt;/span&gt; = &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;mute_mc.&lt;span style="color: #000000"&gt;isMute&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;? &lt;span style="color: #993300"&gt;new&lt;/span&gt; SoundTransform&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;0&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt; : sndTrans;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; channel.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;Event.&lt;span style="color: #000000"&gt;SOUND_COMPLETE&lt;/span&gt;, soundComplete, &lt;span style="color: #993300"&gt;false&lt;/span&gt;, &lt;span style="color: #000000"&gt;0&lt;/span&gt;, &lt;span style="color: #993300"&gt;true&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;position&lt;/span&gt; = &lt;span style="color: #000000"&gt;0&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; playPause_mc.&lt;span style="color: #000000"&gt;playing&lt;/span&gt; = &lt;span style="color: #993300"&gt;true&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; playPause_mc.&lt;span style="color: #993300"&gt;gotoAndStop&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;'pause'&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
thanks if anyone can help.&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222777&amp;amp;goto=newpost"  title="delayed trace"&gt;miles_holt&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KDfPRZVIYgRsXzsZvSlmymn8w1c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KDfPRZVIYgRsXzsZvSlmymn8w1c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KDfPRZVIYgRsXzsZvSlmymn8w1c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KDfPRZVIYgRsXzsZvSlmymn8w1c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/delayed-trace#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/delayed-trace/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Will Alchemy override us?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/will-alchemy-override-us" />
		<id>http://www.wp-wordpress.com/will-alchemy-override-us</id>
		<updated>2009-11-14T16:48:01Z</updated>
		<published>2009-11-14T16:48:01Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hey all,
The other day, i seen an alchemy port of box2d flash physics engine and its performance was incredible in comparison to the native AS3 port. 
Having no idea what alchemy is, i believe it is the targetting of the Flash Runtime to C++ developers?
This is almost certainly bad news is it not? Theres millions [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/will-alchemy-override-us">&lt;div&gt;Hey all,&lt;/p&gt;
&lt;p&gt;The other day, i seen an alchemy port of box2d flash physics engine and its performance was incredible in comparison to the native AS3 port. &lt;/p&gt;
&lt;p&gt;Having no idea what alchemy is, i believe it is the targetting of the Flash Runtime to C++ developers?&lt;/p&gt;
&lt;p&gt;This is almost certainly bad news is it not? Theres millions of C++ developers, many of which are highly skilled and have been around for ages?&lt;/p&gt;
&lt;p&gt;When i consider the alchemy ports performance, and also consider things like pixel bender, although its early days yet, the future seems to be leaning towards the gurus&amp;#8230; opengl shaders and C++ developers.&lt;/p&gt;
&lt;p&gt;I have some questions if thats ok?&lt;/p&gt;
&lt;p&gt;What is alchemy in simple terms?&lt;br /&gt;
Should i start to learn C++ today with the flash runtime in mind?&lt;br /&gt;
At intermediate AS3, how difficult is C++ to learn? &lt;/p&gt;
&lt;p&gt;Thanks &lt;img src='http://www.wp-wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /&gt; !&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222776&amp;amp;goto=newpost"  title="Will Alchemy override us?"&gt;thenine&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/E9-Jhi7y6uZv8as2PRB5C37hYmI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/E9-Jhi7y6uZv8as2PRB5C37hYmI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/E9-Jhi7y6uZv8as2PRB5C37hYmI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/E9-Jhi7y6uZv8as2PRB5C37hYmI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/will-alchemy-override-us#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/will-alchemy-override-us/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Notre Dame @ Pitt 11/14]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/notre-dame-pitt-1114" />
		<id>http://www.wp-wordpress.com/notre-dame-pitt-1114</id>
		<updated>2009-11-14T16:30:50Z</updated>
		<published>2009-11-14T16:30:50Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Pick em.
Original post by O
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/notre-dame-pitt-1114">&lt;div&gt;Pick em.&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143441&amp;amp;goto=newpost"  title="Notre Dame @ Pitt 11/14"&gt;O&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iBNTZemHHgUBlci_ooVOYgJYJ1c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iBNTZemHHgUBlci_ooVOYgJYJ1c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iBNTZemHHgUBlci_ooVOYgJYJ1c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iBNTZemHHgUBlci_ooVOYgJYJ1c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/notre-dame-pitt-1114#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/notre-dame-pitt-1114/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[export shape as vector file]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/export-shape-as-vector-file" />
		<id>http://www.wp-wordpress.com/export-shape-as-vector-file</id>
		<updated>2009-11-14T16:27:22Z</updated>
		<published>2009-11-14T16:27:22Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hello 
I create using actionscript to draw dynamic shapes 
shape1 = new Shape();
shape2 = new Shape();
and draw some complicated things with actionscript
that is done dynamically by user input
I need to save/export the drawing ,these shape as some kind of vector file
so this drawing can be manipulated later on by vector program as flash or illustrator
Any [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/export-shape-as-vector-file">&lt;div&gt;Hello &lt;/p&gt;
&lt;p&gt;I create using actionscript to draw dynamic shapes &lt;br /&gt;
shape1 = new Shape();&lt;br /&gt;
shape2 = new Shape();&lt;br /&gt;
and draw some complicated things with actionscript&lt;br /&gt;
that is done dynamically by user input&lt;/p&gt;
&lt;p&gt;I need to save/export the drawing ,these shape as some kind of vector file&lt;br /&gt;
so this drawing can be manipulated later on by vector program as flash or illustrator&lt;/p&gt;
&lt;p&gt;Any recommendation how to save shape file as a vector file&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222775&amp;amp;goto=newpost"  title="export shape as vector file"&gt;shay72&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kky_odq3u7QooLrdeaykmWfbvVU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kky_odq3u7QooLrdeaykmWfbvVU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kky_odq3u7QooLrdeaykmWfbvVU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kky_odq3u7QooLrdeaykmWfbvVU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/export-shape-as-vector-file#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/export-shape-as-vector-file/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Stanford @ USC 11/14]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/stanford-usc-1114" />
		<id>http://www.wp-wordpress.com/stanford-usc-1114</id>
		<updated>2009-11-14T16:18:00Z</updated>
		<published>2009-11-14T16:18:00Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[#25 Stanford @ #11 USC.
Another big Pac10 matchup.
Original post by O
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/stanford-usc-1114">&lt;div&gt;#25 Stanford @ #11 USC.&lt;br /&gt;
Another big Pac10 matchup.&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143440&amp;amp;goto=newpost"  title="Stanford @ USC 11/14"&gt;O&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MLxvgWkAiKT7n4xxtrTp6pc6rBU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MLxvgWkAiKT7n4xxtrTp6pc6rBU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MLxvgWkAiKT7n4xxtrTp6pc6rBU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MLxvgWkAiKT7n4xxtrTp6pc6rBU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/stanford-usc-1114#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/stanford-usc-1114/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[what line ?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/what-line" />
		<id>http://www.wp-wordpress.com/what-line</id>
		<updated>2009-11-14T16:05:25Z</updated>
		<published>2009-11-14T16:05:25Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[hi tap here, jsc +sport keys ,could someone please tell me what line they go in on a humax 5400 or a diablo cam ,many thanks for any help.
Original post by tap
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/what-line">&lt;div&gt;hi tap here, jsc +sport keys ,could someone please tell me what line they go in on a humax 5400 or a diablo cam ,many thanks for any help.&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.satmoz.com/forums/showthread.php?t=50099&amp;amp;goto=newpost"  title="what line ?"&gt;tap&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZFC-exUp64l-109j_RPwLNgqubw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZFC-exUp64l-109j_RPwLNgqubw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZFC-exUp64l-109j_RPwLNgqubw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZFC-exUp64l-109j_RPwLNgqubw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/what-line#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/what-line/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Would love a Beta to read the first 3,000 words of my contemporary adult novel]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/would-love-a-beta-to-read-the-first-3000-words-of-my-contemporary-adult-novel" />
		<id>http://www.wp-wordpress.com/would-love-a-beta-to-read-the-first-3000-words-of-my-contemporary-adult-novel</id>
		<updated>2009-11-14T15:54:47Z</updated>
		<published>2009-11-14T15:54:47Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Fellow writers!
I am seeing if anyone would be kind enough to read the first 3,000 words or so of my WIP. Possibly with a view to reading the whole manuscript when it&#8217;s finished. I am over 60,000 words into an 80,000 word novel.
A warning: if you are easily offended, then my story might not be [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/would-love-a-beta-to-read-the-first-3000-words-of-my-contemporary-adult-novel">&lt;div&gt;Fellow writers!&lt;/p&gt;
&lt;p&gt;I am seeing if anyone would be kind enough to read the first 3,000 words or so of my WIP. Possibly with a view to reading the whole manuscript when it&amp;#8217;s finished. I am over 60,000 words into an 80,000 word novel.&lt;/p&gt;
&lt;p&gt;A warning: if you are easily offended, then my story might not be for you. It&amp;#8217;s a contemporary novel, darkly comic in tone, set in Bradford &amp;#8211; which is, for those on the other side of the Atlantic, a working-class town in Northern England &amp;#8211; and as such contains swearing and is written in a colloquial style. It also contains some drug use and scenes of masturbation! P G Wodehouse it is not.&lt;/p&gt;
&lt;p&gt;However, if have a dark sense of humour, and appreciate the works of Chuck Palahniuk, Irvine Welsh, Martin Amis, James Kelman, Sue Townsend, Roddy Doyle, and others, then my story just might appeal.&lt;/p&gt;
&lt;p&gt;In addition to some encouragement and positive appraisal (ie, what you thought was good about my work), I am also looking for some gentle criticism and areas where you think I might be able to improve.&lt;/p&gt;
&lt;p&gt;What will I offer in return? Oodles of thanks, and a willingness to read and appraise your own work (if that&amp;#8217;s what you want).&lt;/p&gt;
&lt;p&gt;Thank you in advance to anyone who can help.&lt;/p&gt;
&lt;p&gt;Danny.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162091&amp;amp;goto=newpost"  title="Would love a Beta to read the first 3,000 words of my contemporary adult novel"&gt;DannySherbet&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Y3toOFytl6TECTH0wZPsSd1Ls7w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y3toOFytl6TECTH0wZPsSd1Ls7w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Y3toOFytl6TECTH0wZPsSd1Ls7w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y3toOFytl6TECTH0wZPsSd1Ls7w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/would-love-a-beta-to-read-the-first-3000-words-of-my-contemporary-adult-novel#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/would-love-a-beta-to-read-the-first-3000-words-of-my-contemporary-adult-novel/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Events]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/events" />
		<id>http://www.wp-wordpress.com/events</id>
		<updated>2009-11-14T15:52:12Z</updated>
		<published>2009-11-14T15:52:12Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hi all
It&#8217;s not now that i&#8217;m thinking if there&#8217;s another way of using events and its calls.
When I want to bind an event to someone like a MovieClip a create at least 5 functions, like this example of some behavior in MouseOver and MouseOut:
1) function addHover(mc:MovieClip):void
{
mc.addEventListener(MouseEvent.MOUSE_OVER,callOver  );
mc.addEventListener(MouseEvent.MOUSE_OUT,callOut);
}
2) function callOver(me:MouseEvent):void{applyOverAction(me.ta  rget)}
3) function callOut(me:MouseEvent):void{applyOutAction(me.targ  [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/events">&lt;div&gt;Hi all&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s not now that i&amp;#8217;m thinking if there&amp;#8217;s another way of using events and its calls.&lt;/p&gt;
&lt;p&gt;When I want to bind an event to someone like a MovieClip a create at least 5 functions, like this example of some behavior in MouseOver and MouseOut:&lt;/p&gt;
&lt;p&gt;1) function addHover(mc:MovieClip):void&lt;br /&gt;
{&lt;br /&gt;
mc.addEventListener(MouseEvent.MOUSE_OVER,callOver  );&lt;br /&gt;
mc.addEventListener(MouseEvent.MOUSE_OUT,callOut);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;2) function callOver(me:MouseEvent):void{applyOverAction(me.ta  rget)}&lt;br /&gt;
3) function callOut(me:MouseEvent):void{applyOutAction(me.targ  et)}&lt;/p&gt;
&lt;p&gt;4) function applyOverAction(mc:MovieClip):void{/*your over actions*/};&lt;br /&gt;
5) function applyOutAction(mc:MovieClip):void{/*your out actions*/};&lt;/p&gt;
&lt;p&gt;then we apply it to some mc and it has the behavior of over and out&amp;#8230;simple but I think its too much code isn&amp;#8217;t ?&lt;/p&gt;
&lt;p&gt;Is there another way of doing something like this ?&lt;/p&gt;
&lt;p&gt;thanks &lt;img src='http://www.wp-wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /&gt; &lt;/p&gt;
&lt;p&gt;Poofy&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222774&amp;amp;goto=newpost"  title="Events"&gt;Poofy&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/adEzsn5UyfYVhFgwFtAaYKXMPDE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/adEzsn5UyfYVhFgwFtAaYKXMPDE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/adEzsn5UyfYVhFgwFtAaYKXMPDE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/adEzsn5UyfYVhFgwFtAaYKXMPDE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/events#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/events/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Xbox Live Nov. 17th Updates]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/xbox-live-nov-17th-updates" />
		<id>http://www.wp-wordpress.com/xbox-live-nov-17th-updates</id>
		<updated>2009-11-14T15:42:28Z</updated>
		<published>2009-11-14T15:42:28Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Looks like we are going to get some new toys on the 17th.
Facebook &#8211; Twitter &#8211; Some Zune stuff &#8211; and a Radio Station.
http://www.xbox.com/en-us/live/update
Original post by anytimeuwnt
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/xbox-live-nov-17th-updates">&lt;div&gt;Looks like we are going to get some new toys on the 17th.&lt;/p&gt;
&lt;p&gt;Facebook &amp;#8211; Twitter &amp;#8211; Some Zune stuff &amp;#8211; and a Radio Station.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xbox.com/en-us/live/update" rel="nofollow"  target="_blank"&gt;http://www.xbox.com/en-us/live/update&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143439&amp;amp;goto=newpost"  title="Xbox Live Nov. 17th Updates"&gt;anytimeuwnt&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/V-ZXdklXAGRJNknOq_nz-Mgimuk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V-ZXdklXAGRJNknOq_nz-Mgimuk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/V-ZXdklXAGRJNknOq_nz-Mgimuk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V-ZXdklXAGRJNknOq_nz-Mgimuk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/xbox-live-nov-17th-updates#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/xbox-live-nov-17th-updates/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Salve a tutti,sono un nuovo utente!]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/salve-a-tuttisono-un-nuovo-utente" />
		<id>http://www.wp-wordpress.com/salve-a-tuttisono-un-nuovo-utente</id>
		<updated>2009-11-14T15:32:20Z</updated>
		<published>2009-11-14T15:32:20Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Ciao a tutti, ho &#34;riesumato&#34; il mio vecchio e mitico nokia 9701!
Sono rimasto ad uno dei primi bbox usciti e adesso mi piacerebbe sapere le odierne potenzialità di questo fantastico decoder!Anche in pm se preferite, nessun problema!Considerate che ho solo antenna sat, la classica antenna terrestre mi è venuta giù con la neve e non [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/salve-a-tuttisono-un-nuovo-utente">&lt;div&gt;Ciao a tutti, ho &amp;quot;riesumato&amp;quot; il mio vecchio e mitico nokia 9701!&lt;br /&gt;
Sono rimasto ad uno dei primi bbox usciti e adesso mi piacerebbe sapere le odierne potenzialità di questo fantastico decoder!Anche in pm se preferite, nessun problema!Considerate che ho solo antenna sat, la classica antenna terrestre mi è venuta giù con la neve e non l&amp;#8217;ho piu rimessa!quindi capirete il problema che ho con i canali criptati della mediaset e rai,se avete consigli in questo senso sono molto più che ben accetti!&lt;br /&gt;
Ciao e grazie dell&amp;#8217; ospitalità nel forum!&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.satmoz.com/forums/showthread.php?t=50098&amp;amp;goto=newpost"  title="Salve a tutti,sono un nuovo utente!"&gt;Levity&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Fps0DtRhs-orIqGdkHMkI0kiwWw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Fps0DtRhs-orIqGdkHMkI0kiwWw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Fps0DtRhs-orIqGdkHMkI0kiwWw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Fps0DtRhs-orIqGdkHMkI0kiwWw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/salve-a-tuttisono-un-nuovo-utente#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/salve-a-tuttisono-un-nuovo-utente/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[New story out]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/new-story-out" />
		<id>http://www.wp-wordpress.com/new-story-out</id>
		<updated>2009-11-14T15:27:47Z</updated>
		<published>2009-11-14T15:27:47Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[My latest story is up at Short-Story.Me! It&#8217;s a sad tale about a warrior who takes his sister (the brutal and adorable Rhona the Wild Axe featured in past stories) home after a war, only to his life devastatingly changed forever. Don&#8217;t worry though, Rhona still provides some lighthearted and kickass entertainment! Enjoy:
http://www.short-story.me/fantasy-st&#8230;reams-die.html
Original post by [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/new-story-out">&lt;div&gt;My latest story is up at Short-Story.Me! It&amp;#8217;s a sad tale about a warrior who takes his sister (the brutal and adorable Rhona the Wild Axe featured in past stories) home after a war, only to his life devastatingly changed forever. Don&amp;#8217;t worry though, Rhona still provides some lighthearted and kickass entertainment! Enjoy:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.short-story.me/fantasy-stories/76-dreams-die.html"  target="_blank"&gt;http://www.short-story.me/fantasy-st&amp;#8230;reams-die.html&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162090&amp;amp;goto=newpost"  title="New story out"&gt;glutton&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/x_6czZ2I-IV14f0EJP35YLLa6OI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/x_6czZ2I-IV14f0EJP35YLLa6OI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/x_6czZ2I-IV14f0EJP35YLLa6OI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/x_6czZ2I-IV14f0EJP35YLLa6OI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/new-story-out#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/new-story-out/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Flex and AS3]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/flex-and-as3" />
		<id>http://www.wp-wordpress.com/flex-and-as3</id>
		<updated>2009-11-14T15:26:34Z</updated>
		<published>2009-11-14T15:26:34Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[hello!
Im new into this and I´m very confused about the way I can use AS3 and Flex as I don´t understand very well the way I can use vars and functions I have in AS3 in the flex objects   
Is there a tutorial that can explain it to me?
Now im loading an xml [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/flex-and-as3">&lt;div&gt;hello!&lt;/p&gt;
&lt;p&gt;Im new into this and I´m very confused about the way I can use AS3 and Flex as I don´t understand very well the way I can use vars and functions I have in AS3 in the flex objects  &lt;img src='http://www.wp-wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /&gt; &lt;/p&gt;
&lt;p&gt;Is there a tutorial that can explain it to me?&lt;/p&gt;
&lt;p&gt;Now im loading an xml file in flex in an as3 class:&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:468px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;package Carga

&amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #000000"&gt;events&lt;/span&gt;.&lt;span style="color: #000000"&gt;Event&lt;/span&gt;;
&amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #000000"&gt;net&lt;/span&gt;.&lt;span style="color: #000000"&gt;URLLoader&lt;/span&gt;;
&amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #000000"&gt;net&lt;/span&gt;.&lt;span style="color: #000000"&gt;URLRequest&lt;/span&gt;; 

&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;public&lt;/span&gt; &lt;span style="color: #993300"&gt;class&lt;/span&gt; Carga
&amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;public&lt;/span&gt; &lt;span style="color: #993300"&gt;function&lt;/span&gt; Carga&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; myXML:&lt;span style="color: #993300"&gt;XML&lt;/span&gt; = &lt;span style="color: #993300"&gt;new&lt;/span&gt; &lt;span style="color: #993300"&gt;XML&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; XML_URL:&lt;span style="color: #993300"&gt;String&lt;/span&gt; = &lt;span style="color: #0000FF"&gt;"datos/objeto.xml"&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; myXMLURL:URLRequest = &lt;span style="color: #993300"&gt;new&lt;/span&gt; URLRequest&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;XML_URL&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; myLoader:URLLoader = &lt;span style="color: #993300"&gt;new&lt;/span&gt; URLLoader&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;myXMLURL&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; myLoader.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"complete"&lt;/span&gt;, xmlLoaded&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;function&lt;/span&gt; xmlLoaded&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;event:Event&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;:&lt;span style="color: #993300"&gt;void&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; myXML = &lt;span style="color: #993300"&gt;XML&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;myLoader.&lt;span style="color: #993300"&gt;data&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"Data loaded."&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
So, I want to use the data that I loaded in my myXML object in Flex, how do i do that? I´m so confused I got a headache!!!!&lt;/p&gt;
&lt;p&gt;Thanks &lt;img src='http://www.wp-wordpress.com/wp-includes/images/smilies/icon_mad.gif' alt=':mad:' class='wp-smiley' /&gt; &lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222773&amp;amp;goto=newpost"  title="Flex and AS3"&gt;su43berkut17&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2unOyr5BGMYiUwUogOHlbnzXT0A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2unOyr5BGMYiUwUogOHlbnzXT0A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2unOyr5BGMYiUwUogOHlbnzXT0A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2unOyr5BGMYiUwUogOHlbnzXT0A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/flex-and-as3#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/flex-and-as3/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Does it ever frustrate you to have to keep your mouth shut?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/does-it-ever-frustrate-you-to-have-to-keep-your-mouth-shut" />
		<id>http://www.wp-wordpress.com/does-it-ever-frustrate-you-to-have-to-keep-your-mouth-shut</id>
		<updated>2009-11-14T15:23:10Z</updated>
		<published>2009-11-14T15:23:10Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[As the old adage goes, to write a good story, you have to:
1. Put your protagonist in a tree.
2. Throw rocks at him.
3. Get him down.
In what I&#8217;m working on right now, there are lots of big rocks with much action and (hopefully) suspense, and a major twist at the end of act two.
But I&#8217;m [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/does-it-ever-frustrate-you-to-have-to-keep-your-mouth-shut">&lt;div&gt;As the old adage goes, to write a good story, you have to:&lt;/p&gt;
&lt;p&gt;1. Put your protagonist in a tree.&lt;/p&gt;
&lt;p&gt;2. Throw rocks at him.&lt;/p&gt;
&lt;p&gt;3. Get him down.&lt;/p&gt;
&lt;p&gt;In what I&amp;#8217;m working on right now, there are lots of big rocks with much action and (hopefully) suspense, and a major twist at the end of act two.&lt;/p&gt;
&lt;p&gt;But I&amp;#8217;m only just now nearing the end of act one (about 90 pages in, out of what I figure will be around 450 or so, and I expect the end of act one to come in 20-30 pages).&lt;/p&gt;
&lt;p&gt;I think it may kill me to keep everything I have planned bottled up inside. I&amp;#8217;m so excited about what&amp;#8217;s going to happen it keeps me up at night, thinking about what the antagonist has in store for the main character.&lt;/p&gt;
&lt;p&gt;BUT I CAN&amp;#8217;T TALK TO ANYONE ABOUT IT. (except my wife, in very broad terms, and I&amp;#8217;m sure she&amp;#8217;s gotten tired of listening to my babble at this point)&lt;/p&gt;
&lt;p&gt;Even worse, I write like molasses in December; it&amp;#8217;s taken me six weeks to put out 90 pages. I sometimes feel like I&amp;#8217;m never going to get to the big parts. I&amp;#8217;m hoping that once I get them written I won&amp;#8217;t be &lt;i&gt;as&lt;/i&gt; giddy, but I&amp;#8217;m almost afraid it&amp;#8217;ll get worse if I think what I wrote was good&amp;#8230;and I can&amp;#8217;t tell anyone without spoiling the story.&lt;/p&gt;
&lt;p&gt;Anyone else get frustrated over not being able to talk about what you&amp;#8217;re working on?&lt;/p&gt;
&lt;p&gt;(on a side note, I sure do feel like I start a lot of &amp;quot;is anybody else like this?&amp;quot; threads &lt;img src='http://www.wp-wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt;  )&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162089&amp;amp;goto=newpost"  title="Does it ever frustrate you to have to keep your mouth shut?"&gt;Fredster&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_cG1MR1M8jITRWa2zbY0xk804v8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_cG1MR1M8jITRWa2zbY0xk804v8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_cG1MR1M8jITRWa2zbY0xk804v8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_cG1MR1M8jITRWa2zbY0xk804v8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/does-it-ever-frustrate-you-to-have-to-keep-your-mouth-shut#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/does-it-ever-frustrate-you-to-have-to-keep-your-mouth-shut/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[calibri font display is unclear if text is read from xml file]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/calibri-font-display-is-unclear-if-text-is-read-from-xml-file" />
		<id>http://www.wp-wordpress.com/calibri-font-display-is-unclear-if-text-is-read-from-xml-file</id>
		<updated>2009-11-14T15:22:32Z</updated>
		<published>2009-11-14T15:22:32Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[problem in short &#8211; when the flash file reads text from a xml file, the font display is unclear. when the text is embedded in the flash, it appears clearly
problem in detail &#8211; 
i would appreciate your help because i am unable to resolve this problem despite my best efforts. please see &#8216;~about.fla&#8217;. it has [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/calibri-font-display-is-unclear-if-text-is-read-from-xml-file">&lt;div&gt;problem in short &amp;#8211; when the flash file reads text from a xml file, the font display is unclear. when the text is embedded in the flash, it appears clearly&lt;/p&gt;
&lt;p&gt;problem in detail &amp;#8211; &lt;/p&gt;
&lt;p&gt;i would appreciate your help because i am unable to resolve this problem despite my best efforts. please see &amp;#8216;~about.fla&amp;#8217;. it has been decompiled from a swf file as the original source code was not available (can this be causing the problem?). the xml folder resides in the same folder as &amp;#8216;~about.fla&amp;#8217;. it contains &amp;#8216;about.xml&amp;#8217;. you can download these files at &lt;a href="http://rapidshare.com/files/306946284/calibri_font_unclear_if_read_from_xml.zip"  target="_blank"&gt;http://rapidshare.com/files/30694628&amp;#8230;d_from_xml.zip&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;i discovered a problem &amp;#8211; if you view &amp;#8216;about.swf&amp;#8217; &amp;#8211; when you click on &amp;#8216;history&amp;#8217; link, you can see that the text is distorted. this text is read from the xml file. but is you click on the &amp;#8216;key people&amp;#8217; link, you can see that the text appears perfectly. this text is embedded in the flash itself.   &lt;/p&gt;
&lt;p&gt;please help me to resolve this problem. thank you in advance for you time and efforts.&lt;/p&gt;
&lt;p&gt;i have given the screenshots &amp;#8216;text is unclear.jpg&amp;#8217; and &amp;#8216;text is clear.jpg&amp;#8217; to further explain my query.&lt;/p&gt;
&lt;p&gt;please tell me if i have explained my problem properly or further clarifications are needed.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222772&amp;amp;goto=newpost"  title="calibri font display is unclear if text is read from xml file"&gt;sandra21&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/S_iA9Zqwe_sw8YadjIOZJTVSphU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S_iA9Zqwe_sw8YadjIOZJTVSphU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/S_iA9Zqwe_sw8YadjIOZJTVSphU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S_iA9Zqwe_sw8YadjIOZJTVSphU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/calibri-font-display-is-unclear-if-text-is-read-from-xml-file#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/calibri-font-display-is-unclear-if-text-is-read-from-xml-file/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Texas Tech at (19) Oklahoma State  8:00 PM ET, November 14, 2009]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/texas-tech-at-19-oklahoma-state-800-pm-et-november-14-2009" />
		<id>http://www.wp-wordpress.com/texas-tech-at-19-oklahoma-state-800-pm-et-november-14-2009</id>
		<updated>2009-11-14T15:14:07Z</updated>
		<published>2009-11-14T15:14:07Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Texas Tech at (19) Oklahoma State
8:00 PM ET, November 14, 2009
Boone Pickens Stadium , STILLWATER, OK
Original post by wallyburger
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/texas-tech-at-19-oklahoma-state-800-pm-et-november-14-2009">&lt;div&gt;Texas Tech at (19) Oklahoma State&lt;/p&gt;
&lt;p&gt;8:00 PM ET, November 14, 2009&lt;br /&gt;
Boone Pickens Stadium , STILLWATER, OK&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143438&amp;amp;goto=newpost"  title="Texas Tech at (19) Oklahoma State  8:00 PM ET, November 14, 2009"&gt;wallyburger&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FruT7zSfdCk6i9yIjl9-C_gSm8g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FruT7zSfdCk6i9yIjl9-C_gSm8g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FruT7zSfdCk6i9yIjl9-C_gSm8g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FruT7zSfdCk6i9yIjl9-C_gSm8g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/texas-tech-at-19-oklahoma-state-800-pm-et-november-14-2009#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/texas-tech-at-19-oklahoma-state-800-pm-et-november-14-2009/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Harper Perennial 52 Stories]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/harper-perennial-52-stories" />
		<id>http://www.wp-wordpress.com/harper-perennial-52-stories</id>
		<updated>2009-11-14T15:11:24Z</updated>
		<published>2009-11-14T15:11:24Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Scroll down on the bottom left for an email link to submit your short story.
http://www.fiftytwostories.com/
Original post by WriterintheWind
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/harper-perennial-52-stories">&lt;div&gt;Scroll down on the bottom left for an email link to submit your short story.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.fiftytwostories.com/"  target="_blank"&gt;http://www.fiftytwostories.com/&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162088&amp;amp;goto=newpost"  title="Harper Perennial 52 Stories"&gt;WriterintheWind&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0K4Ne7AwfEd0jIiITuOuqFtyqOY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0K4Ne7AwfEd0jIiITuOuqFtyqOY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0K4Ne7AwfEd0jIiITuOuqFtyqOY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0K4Ne7AwfEd0jIiITuOuqFtyqOY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/harper-perennial-52-stories#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/harper-perennial-52-stories/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Arizona State at (13) Oregon  10:20 PM ET, November 14, 2009]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/arizona-state-at-13-oregon-1020-pm-et-november-14-2009" />
		<id>http://www.wp-wordpress.com/arizona-state-at-13-oregon-1020-pm-et-november-14-2009</id>
		<updated>2009-11-14T15:08:38Z</updated>
		<published>2009-11-14T15:08:38Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Arizona State at (13) Oregon
10:20 PM ET, November 14, 2009
Autzen Stadium , EUGENE, OR
 ESPN
Original post by wallyburger
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/arizona-state-at-13-oregon-1020-pm-et-november-14-2009">&lt;div&gt;Arizona State at (13) Oregon&lt;/p&gt;
&lt;p&gt;10:20 PM ET, November 14, 2009&lt;br /&gt;
Autzen Stadium , EUGENE, OR&lt;/p&gt;
&lt;p&gt; ESPN&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143437&amp;amp;goto=newpost"  title="Arizona State at (13) Oregon  10:20 PM ET, November 14, 2009"&gt;wallyburger&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EtuQunV6MoXrPIgeTIPxYggsllI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EtuQunV6MoXrPIgeTIPxYggsllI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EtuQunV6MoXrPIgeTIPxYggsllI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EtuQunV6MoXrPIgeTIPxYggsllI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/arizona-state-at-13-oregon-1020-pm-et-november-14-2009#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/arizona-state-at-13-oregon-1020-pm-et-november-14-2009/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Simple Dynamic text scrolling.]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/simple-dynamic-text-scrolling" />
		<id>http://www.wp-wordpress.com/simple-dynamic-text-scrolling</id>
		<updated>2009-11-14T15:01:08Z</updated>
		<published>2009-11-14T15:01:08Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Fairly simple probelm. Been away from Flash for a while and struggling to relearn. Also been working more with AS3, but I am working on something that was designed using AS2(not by me). I have a dynamic text box populated by an external xml file. Works fine, however I am having hassles getting it to [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/simple-dynamic-text-scrolling">&lt;div&gt;Fairly simple probelm. Been away from Flash for a while and struggling to relearn. Also been working more with AS3, but I am working on something that was designed using AS2(not by me). I have a dynamic text box populated by an external xml file. Works fine, however I am having hassles getting it to scroll. I only want buttons, and not a drag bar. Tried several methods I found around the forums but nothing seems to work for me. Probably only me but&amp;#8230;.any help is appreciated.&lt;/p&gt;
&lt;p&gt;Text filed is nested as follows.&lt;/p&gt;
&lt;p&gt;iam.theData.textBody&lt;/p&gt;
&lt;p&gt;buttons are btn_up and btn_dwn. Both are located inside the ima clip.&lt;/p&gt;
&lt;p&gt;What code would I need to produce smooth scrolling? Also how do I hide the buttons when not needed.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br /&gt;
Scott&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222771&amp;amp;goto=newpost"  title="Simple Dynamic text scrolling."&gt;smayer72&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KIsAPE-Y6N8lgXAsVmEDkgKYVEA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KIsAPE-Y6N8lgXAsVmEDkgKYVEA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KIsAPE-Y6N8lgXAsVmEDkgKYVEA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KIsAPE-Y6N8lgXAsVmEDkgKYVEA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/simple-dynamic-text-scrolling#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/simple-dynamic-text-scrolling/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[(3) Texas at Baylor Preview Conversation12:00 PM ET, November 14, 2009]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/3-texas-at-baylor-preview-conversation1200-pm-et-november-14-2009" />
		<id>http://www.wp-wordpress.com/3-texas-at-baylor-preview-conversation1200-pm-et-november-14-2009</id>
		<updated>2009-11-14T14:59:53Z</updated>
		<published>2009-11-14T14:59:53Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[(3) Texas at Baylor
Preview Conversation12:00 PM ET, November 14, 2009
Floyd Casey Stadium , WACO, TX
Original post by wallyburger
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/3-texas-at-baylor-preview-conversation1200-pm-et-november-14-2009">&lt;div&gt;(3) Texas at Baylor&lt;br /&gt;
Preview Conversation12:00 PM ET, November 14, 2009&lt;br /&gt;
Floyd Casey Stadium , WACO, TX&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143436&amp;amp;goto=newpost"  title="(3) Texas at Baylor Preview Conversation12:00 PM ET, November 14, 2009"&gt;wallyburger&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uXpDHFwQZbdp3yYqSUR1-qFOvKM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uXpDHFwQZbdp3yYqSUR1-qFOvKM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uXpDHFwQZbdp3yYqSUR1-qFOvKM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uXpDHFwQZbdp3yYqSUR1-qFOvKM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/3-texas-at-baylor-preview-conversation1200-pm-et-november-14-2009#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/3-texas-at-baylor-preview-conversation1200-pm-et-november-14-2009/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[(2) Alabama at Mississippi State  7:00 PM ET, November 14, 2009]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/2-alabama-at-mississippi-state-700-pm-et-november-14-2009" />
		<id>http://www.wp-wordpress.com/2-alabama-at-mississippi-state-700-pm-et-november-14-2009</id>
		<updated>2009-11-14T14:54:29Z</updated>
		<published>2009-11-14T14:54:29Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[(2) Alabama at Mississippi State
7:00 PM ET, November 14, 2009
Davis Wade Stadium , STARKVILLE, MS
 ESPN
Original post by wallyburger
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/2-alabama-at-mississippi-state-700-pm-et-november-14-2009">&lt;div&gt;(2) Alabama at Mississippi State&lt;/p&gt;
&lt;p&gt;7:00 PM ET, November 14, 2009&lt;br /&gt;
Davis Wade Stadium , STARKVILLE, MS&lt;/p&gt;
&lt;p&gt; ESPN&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143435&amp;amp;goto=newpost"  title="(2) Alabama at Mississippi State  7:00 PM ET, November 14, 2009"&gt;wallyburger&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/U_7v3ahQaAblY5z1_AiWP9fpNYA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/U_7v3ahQaAblY5z1_AiWP9fpNYA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/U_7v3ahQaAblY5z1_AiWP9fpNYA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/U_7v3ahQaAblY5z1_AiWP9fpNYA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/2-alabama-at-mississippi-state-700-pm-et-november-14-2009#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/2-alabama-at-mississippi-state-700-pm-et-november-14-2009/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Jorge Cruise writes a new Belly Fat Book!]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/jorge-cruise-writes-a-new-belly-fat-book" />
		<id>http://www.wp-wordpress.com/jorge-cruise-writes-a-new-belly-fat-book</id>
		<updated>2009-11-14T14:53:46Z</updated>
		<published>2009-11-14T14:53:46Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[OK, I don&#8217;t want to be a buzz kill on this fun thread, but the holidays are coming up and weight loss is an ongoing goal for me.  This title sounds too good to be true&#8230;.probably is but I did  just preorder it (releases Dec. 29) from Amazon:
&#34;The Belly Fat Cure: Discover the [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/jorge-cruise-writes-a-new-belly-fat-book">&lt;div&gt;OK, I don&amp;#8217;t want to be a buzz kill on this fun thread, but the holidays are coming up and weight loss is an ongoing goal for me.  This title sounds too good to be true&amp;#8230;.probably is but I did  just preorder it (releases Dec. 29) from Amazon:&lt;/p&gt;
&lt;p&gt;&amp;quot;The Belly Fat Cure: Discover the Carb Swap System and Lose 4 to 9 lbs. Every Week&amp;quot; by&lt;br /&gt;
~ Jorge Cruise &lt;/p&gt;
&lt;p&gt;I bet this will really fly off the shelves! &lt;/p&gt;
&lt;p&gt;Amazon&amp;#8217;s preorder sale price is $13.46: &lt;a href="http://tinyurl.com/ycszffj"  target="_blank"&gt;&lt;font color="#0000ff"&gt;http://tinyurl.com/ycszffj&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And here I thought Jorge Cruise was a &amp;quot;one hit wonder!&amp;quot; LOL&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162086&amp;amp;goto=newpost"  title="Jorge Cruise writes a new Belly Fat Book!"&gt;WriterintheWind&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QRhiHsG9j53I0Yp3EnghAee7cXU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QRhiHsG9j53I0Yp3EnghAee7cXU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QRhiHsG9j53I0Yp3EnghAee7cXU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QRhiHsG9j53I0Yp3EnghAee7cXU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/jorge-cruise-writes-a-new-belly-fat-book#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/jorge-cruise-writes-a-new-belly-fat-book/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Linking image in XML &#8211; Not as easy as it sounds?&#8230;.]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/linking-image-in-xml-not-as-easy-as-it-sounds" />
		<id>http://www.wp-wordpress.com/linking-image-in-xml-not-as-easy-as-it-sounds</id>
		<updated>2009-11-14T14:51:33Z</updated>
		<published>2009-11-14T14:51:33Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hey there.
I brought a template online and I&#8217;m trying to modify it to suit my own needs. Now, the template came with a nice XML file that should allow me to modify justa bout everything; (the xml is available at  http://davidmaymedia.com/dummy/tfile_main.xml) however, I&#8217;m having a problem that not even Google can help me with, [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/linking-image-in-xml-not-as-easy-as-it-sounds">&lt;div&gt;Hey there.&lt;/p&gt;
&lt;p&gt;I brought a template online and I&amp;#8217;m trying to modify it to suit my own needs. Now, the template came with a nice XML file that should allow me to modify justa bout everything; (the xml is available at  &lt;a href="http://davidmaymedia.com/dummy/tfile_main.xml"  target="_blank"&gt;http://davidmaymedia.com/dummy/tfile_main.xml&lt;/a&gt;) however, I&amp;#8217;m having a problem that not even Google can help me with, and the worst part is, it should be something simple!&lt;/p&gt;
&lt;p&gt;Now, I&amp;#8217;m not a god of Flash, far from it. My knowledge is basic at best, however, I love tinkering and hope you can help me.&lt;/p&gt;
&lt;p&gt;If you see the .xml, the menu links are clearly visable near the top and its this code which is confusing me. For my XML text-adjustable menu, the code reads&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;
&lt;hr /&gt;&lt;code style="margin:0px"&gt;&amp;lt;link systemOrder=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;#ffffff&amp;quot;&amp;gt;05.&amp;lt;/font&amp;gt; CONTACT&lt;br /&gt;
&amp;lt;/link&amp;gt;&lt;/code&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;p&gt;This works a treat and goes exactly where I want it to; however, its not the text I want linking to that point. Its an image from within another page. The image I want can be found just a couple of lines below;&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;
&lt;hr /&gt;&lt;code style="margin:0px"&gt;&amp;lt;image imageUrl=&amp;quot;_pic1.png&amp;quot; link=&amp;quot;#&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;p&gt;Now, its baffling me that I can&amp;#8217;t modify # to make it link where I want, and I&amp;#8217;m in desperate need of help. I&amp;#8217;ve manged to make it link to somewhere else on the site with;&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;
&lt;hr /&gt;&lt;code style="margin:0px"&gt; &amp;lt;image imageUrl=&amp;quot;_pic1.png&amp;quot; link=&amp;quot;asfunction:_root.more_click_func, privacyPolicy&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;p&gt;But alas, no good/use to me that way.&lt;/p&gt;
&lt;p&gt;Also, the format of the original link &amp;#8217;systemOrder&amp;#8217; is new to me, any ideas/experts on this?&lt;/p&gt;
&lt;p&gt;Thanks for your input.&lt;/p&gt;
&lt;p&gt;To see a dummy test of the sites layout (and to get an idea wtf im on about) see &lt;a href="http://www.davidmaymedia.com/dummy"  target="_blank"&gt;www.davidmaymedia.com/dummy&lt;/a&gt;  (where the images are on the second tab labelled &amp;#8216;about&amp;#8217;).&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222770&amp;amp;goto=newpost"  title="Linking image in XML - Not as easy as it sounds?...."&gt;Blackbook&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wyK99Hvq47rc9hPQ5Etm7DVFEiw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wyK99Hvq47rc9hPQ5Etm7DVFEiw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wyK99Hvq47rc9hPQ5Etm7DVFEiw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wyK99Hvq47rc9hPQ5Etm7DVFEiw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/linking-image-in-xml-not-as-easy-as-it-sounds#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/linking-image-in-xml-not-as-easy-as-it-sounds/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[browser in mxml flex 3?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/browser-in-mxml-flex-3" />
		<id>http://www.wp-wordpress.com/browser-in-mxml-flex-3</id>
		<updated>2009-11-14T14:38:56Z</updated>
		<published>2009-11-14T14:38:56Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[i saw embedding a browser in adobe AIR application, however i don&#8217;t find an option in flex 3&#8230;.
can i do that? how can i import windowed application or &#60;mx:HTML&#62; to do in flex? if i can&#8217;t do it, what are other possibilities?
Original post by abhilashm86
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/browser-in-mxml-flex-3">&lt;div&gt;i saw embedding a browser in adobe AIR application, however i don&amp;#8217;t find an option in flex 3&amp;#8230;.&lt;br /&gt;
can i do that? how can i import windowed application or &amp;lt;mx:HTML&amp;gt; to do in flex? if i can&amp;#8217;t do it, what are other possibilities?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222769&amp;amp;goto=newpost"  title="browser in mxml flex 3?"&gt;abhilashm86&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/haFC0i0e4ssNKUkVqKnlDcGF15Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/haFC0i0e4ssNKUkVqKnlDcGF15Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/haFC0i0e4ssNKUkVqKnlDcGF15Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/haFC0i0e4ssNKUkVqKnlDcGF15Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/browser-in-mxml-flex-3#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/browser-in-mxml-flex-3/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Anyone here write for Nocturne Bites?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/anyone-here-write-for-nocturne-bites" />
		<id>http://www.wp-wordpress.com/anyone-here-write-for-nocturne-bites</id>
		<updated>2009-11-14T14:22:55Z</updated>
		<published>2009-11-14T14:22:55Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I&#8217;m planning to write a story for Nocturne Bites and was wondering if anyone knew what the editors are looking for at the moment. (Wondering  if vampires are still popular or becoming over-used.  Maybe I should go for a less common type of paranormal character.)  I&#8217;d love some advice.
Original post by AliceUK
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/anyone-here-write-for-nocturne-bites">&lt;div&gt;I&amp;#8217;m planning to write a story for Nocturne Bites and was wondering if anyone knew what the editors are looking for at the moment. (Wondering  if vampires are still popular or becoming over-used.  Maybe I should go for a less common type of paranormal character.)  I&amp;#8217;d love some advice.&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162083&amp;amp;goto=newpost"  title="Anyone here write for Nocturne Bites?"&gt;AliceUK&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Kjmr_5957KLudCAoCzFchZdBsAg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Kjmr_5957KLudCAoCzFchZdBsAg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Kjmr_5957KLudCAoCzFchZdBsAg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Kjmr_5957KLudCAoCzFchZdBsAg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/anyone-here-write-for-nocturne-bites#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/anyone-here-write-for-nocturne-bites/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[TimerEvent.TIMER_COMPLETE within case]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/timerevent-timer_complete-within-case" />
		<id>http://www.wp-wordpress.com/timerevent-timer_complete-within-case</id>
		<updated>2009-11-14T13:58:09Z</updated>
		<published>2009-11-14T13:58:09Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I stumbled upon a problem while converting a part of my game&#8217;s code from else if to switch case.
I use the following code to start a power-up:

ActionScript Code:


case "high":
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#123;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; trace &#40;"powerup: starting speedup"&#41;;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/timerevent-timer_complete-within-case">&lt;div&gt;I stumbled upon a problem while converting a part of my game&amp;#8217;s code from else if to switch case.&lt;/p&gt;
&lt;p&gt;I use the following code to start a power-up:&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:292px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;&lt;span style="color: #993300"&gt;case&lt;/span&gt; &lt;span style="color: #0000FF"&gt;"high"&lt;/span&gt;:
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"powerup: starting speedup"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Main.&lt;span style="color: #000000"&gt;reqjecSpeedBuffer&lt;/span&gt; = Main.&lt;span style="color: #000000"&gt;reqjecSpeed&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Main.&lt;span style="color: #000000"&gt;reqjecSpeed&lt;/span&gt; *= &lt;span style="color: #000000"&gt;2&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msPerUpdate = &lt;span style="color: #993300"&gt;int&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt; &lt;span style="color: #000000"&gt;1000&lt;/span&gt; / frameRate &lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; totalUpdates = &lt;span style="color: #993300"&gt;int&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt; powerupDuration * &lt;span style="color: #000000"&gt;1000&lt;/span&gt; / msPerUpdate &lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timer = &lt;span style="color: #993300"&gt;new&lt;/span&gt; Timer&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt; msPerUpdate, totalUpdates &lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timer.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt; TimerEvent.&lt;span style="color: #000000"&gt;TIMER_COMPLETE&lt;/span&gt;, unhigh &lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timer.&lt;span style="color: #993300"&gt;start&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;break&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt; &lt;span style="color: #F000F0;font-style: italic"&gt;// case &lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
I use the following code to terminate the power-up:&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:148px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;&lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;static&lt;/span&gt; &lt;span style="color: #993300"&gt;function&lt;/span&gt; unhigh&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt; event:TimerEvent = &lt;span style="color: #993300"&gt;null&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;: &lt;span style="color: #993300"&gt;void&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"powerup: speedup ended"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Main.&lt;span style="color: #000000"&gt;reqjecSpeed&lt;/span&gt; = Main.&lt;span style="color: #000000"&gt;reqjecSpeedBuffer&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cleanup&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
For some reason the TimerEvent.TIMER_COMPLETE is never triggered. I used to work when I was using if else instead of switch case. Any idea what is causing this?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222768&amp;amp;goto=newpost"  title="TimerEvent.TIMER_COMPLETE within case"&gt;TheFly&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ablmWjQMkAid1x-awVv4bTWhdhA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ablmWjQMkAid1x-awVv4bTWhdhA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ablmWjQMkAid1x-awVv4bTWhdhA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ablmWjQMkAid1x-awVv4bTWhdhA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/timerevent-timer_complete-within-case#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/timerevent-timer_complete-within-case/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Really having a hard time (even ExpertsExchange can&#8217;t help!)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/really-having-a-hard-time-even-expertsexchange-cant-help" />
		<id>http://www.wp-wordpress.com/really-having-a-hard-time-even-expertsexchange-cant-help</id>
		<updated>2009-11-14T13:52:12Z</updated>
		<published>2009-11-14T13:52:12Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hello there everyone, and thanks for reading.
Instead of writing up everything, I&#8217;ll just copy past from ExpertsExchange, save some time.
-Dave
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Hi there,
I&#8217;ve recently brought a flash-template and I&#8217;m looking for a way in which my images that are in the XML files can link to certain pages via a &#8217;systemOrder&#8217; script.
With text, the follow code works [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/really-having-a-hard-time-even-expertsexchange-cant-help">&lt;div&gt;Hello there everyone, and thanks for reading.&lt;/p&gt;
&lt;p&gt;Instead of writing up everything, I&amp;#8217;ll just copy past from ExpertsExchange, save some time.&lt;/p&gt;
&lt;p&gt;-Dave&lt;/p&gt;
&lt;p&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;-&lt;/p&gt;
&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve recently brought a flash-template and I&amp;#8217;m looking for a way in which my images that are in the XML files can link to certain pages via a &amp;#8217;systemOrder&amp;#8217; script.&lt;/p&gt;
&lt;p&gt;With text, the follow code works just fine;&lt;/p&gt;
&lt;p&gt;&amp;lt;link systemOrder=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;
&amp;lt;font color=&amp;quot;#ffffff&amp;quot;&amp;gt;05.&amp;lt;/font&amp;gt; CONTACT&lt;br /&gt;
]]&amp;gt;&amp;lt;/link&amp;gt;&lt;/p&gt;
&lt;p&gt;And here is the code for my image;&lt;/p&gt;
&lt;p&gt;&amp;lt;image imageUrl=&amp;quot;_pic1.png&amp;quot; link=&amp;quot;#&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;However, no matter what I do or whatever I replace &amp;#8216;#&amp;#8217; with, it just wont link right.&lt;/p&gt;
&lt;p&gt;Can anyone help me?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8211;&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;div&gt;
					Originally Posted by &lt;strong&gt;someone&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div style="font-style:italic"&gt;hi&lt;br /&gt;
did you buy from  flashden?&lt;/div&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;				No I didn&amp;#8217;t.&lt;/p&gt;
&lt;p&gt;The style I&amp;#8217;m using is;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ozzu.com/designs/website_templates/xml_flash_site/template_number/26485/"  target="_blank"&gt;http://www.ozzu.com/designs/website_&amp;#8230;_number/26485/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.templatemonster.com/website-templates/26485.html"  target="_blank"&gt;http://www.templatemonster.com/websi&amp;#8230;tes/26485.html&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://templates.entheosweb.com/template_number/26485.asp"  target="_blank"&gt;http://templates.entheosweb.com/temp&amp;#8230;mber/26485.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve modified it slightly and have 3 things I need help with, this question is the first of three (as its most important).&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;div&gt;
					Originally Posted by &lt;strong&gt;someone&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div style="font-style:italic"&gt;you are trying to create image based hyperlink ?&lt;/div&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;				Yeah, I&amp;#8217;m trying to get an image on one of my pages, to direct to the place that text link is going.&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;div&gt;
					Originally Posted by &lt;strong&gt;someone&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div style="font-style:italic"&gt;now the question is have you already got any images on the example you are working with is there a specific image folder in the application&lt;/div&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;				Well, I&amp;#8217;m not sure quite what you mean by that.&lt;/p&gt;
&lt;p&gt;Its just a website root directory. And I&amp;#8217;m working in Flash and notepad only.&lt;/p&gt;
&lt;p&gt;&amp;#8212;-&lt;/p&gt;
&lt;p&gt;Demo : &lt;a href="http://www.davidmaymedia.com/dummy"  target="_blank"&gt;www.davidmaymedia.com/dummy&lt;/a&gt;  &amp;#8211; Under the About tab, you will notice a &amp;#8216;recent work&amp;#8217; menu. I want the images on there to go to specific pages (like the 01.home, 02.about 03.reel 04.services 05.contact) do.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve been able to discover that the following code will send it to the privacy page, but can&amp;#8217;t for the life of me figure out how to make it go to systemOrder=&amp;quot;6&amp;quot;;&lt;/p&gt;
&lt;p&gt;&amp;lt;image imageUrl=&amp;quot;_pic1.png&amp;quot; link=&amp;quot;asfunction:_root.more_click_func, privacyPolicy&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;But anyway, I want my _pic1.png to go to systemOrder=&amp;quot;6&amp;quot; (like the menu text does).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://davidmaymedia.com/dummy/tfile_main.xml"  target="_blank"&gt;http://davidmaymedia.com/dummy/tfile_main.xml&lt;/a&gt; &amp;lt;&amp;lt; Is the full XML&lt;/p&gt;
&lt;p&gt;You can see both relevant bits of the script in the top section. (around line 15 for the menu text with link information &amp;#8211; and around line 23 for the images).&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m trying to give you as much info as possible.&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222767&amp;amp;goto=newpost"  title="Really having a hard time (even ExpertsExchange can't help!)"&gt;Blackbook&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_rufHAUPNpprB8CFlxYUTXzmOJY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_rufHAUPNpprB8CFlxYUTXzmOJY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_rufHAUPNpprB8CFlxYUTXzmOJY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_rufHAUPNpprB8CFlxYUTXzmOJY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/really-having-a-hard-time-even-expertsexchange-cant-help#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/really-having-a-hard-time-even-expertsexchange-cant-help/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Fun With DS Titles]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/fun-with-ds-titles" />
		<id>http://www.wp-wordpress.com/fun-with-ds-titles</id>
		<updated>2009-11-14T13:44:59Z</updated>
		<published>2009-11-14T13:44:59Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[We&#8217;ve all seen them. We&#8217;ve all shook our heads and thought- &#34;That&#8217;s a one step answer&#34;
So, post your titles and your answers. 

Here&#8217;s an example:
How to Properly Test a Woman&#8217;s Hormone Levels
Step 1: Ask if she&#8217;s gained weight.
Step 2: Duck
Step 3: Hide

 If she cries- she&#8217;s possibly pregnant. Hunting you down and removing your genitals [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/fun-with-ds-titles">&lt;div&gt;We&amp;#8217;ve all seen them. We&amp;#8217;ve all shook our heads and thought- &amp;quot;That&amp;#8217;s a one step answer&amp;quot;&lt;/p&gt;
&lt;p&gt;So, post your titles and your answers. &lt;/p&gt;
&lt;p&gt;
Here&amp;#8217;s an example:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;How to Properly Test a Woman&amp;#8217;s Hormone Levels&lt;/b&gt;&lt;br /&gt;
Step 1: Ask if she&amp;#8217;s gained weight.&lt;br /&gt;
Step 2: Duck&lt;br /&gt;
Step 3: Hide&lt;/p&gt;
&lt;p&gt;
 If she cries- she&amp;#8217;s possibly pregnant. Hunting you down and removing your genitals may indicate pre-menstrual syndrome. Both are high hormone situations. Giving you the bird while stressing the link between canines, your mother, and your biological father may indicate medium hormone levels.&lt;/p&gt;
&lt;p&gt;Tips: Wear running shoes.&lt;br /&gt;
Warnings: Hormonal women can /kill/ you&lt;/p&gt;
&lt;p&gt;Heh. You don&amp;#8217;t have to go that long. I just was having a giggle.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162082&amp;amp;goto=newpost"  title="Fun With DS Titles"&gt;SouthernFriedJulie&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Wcw-6vij71vk9ZPPqJE8PC2bj-U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Wcw-6vij71vk9ZPPqJE8PC2bj-U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Wcw-6vij71vk9ZPPqJE8PC2bj-U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Wcw-6vij71vk9ZPPqJE8PC2bj-U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/fun-with-ds-titles#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/fun-with-ds-titles/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Passing a function through data in a comboBox]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/passing-a-function-through-data-in-a-combobox" />
		<id>http://www.wp-wordpress.com/passing-a-function-through-data-in-a-combobox</id>
		<updated>2009-11-14T13:39:32Z</updated>
		<published>2009-11-14T13:39:32Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I want a comboBox that will allow the user to select what colour palette they want the application to have.
I am using a comboBox to do this and want to have a function with arguments as the data in the comboBox item.
I&#8217;ve managed to do it and pass arguments but these are running when the [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/passing-a-function-through-data-in-a-combobox">&lt;div&gt;I want a comboBox that will allow the user to select what colour palette they want the application to have.&lt;/p&gt;
&lt;p&gt;I am using a comboBox to do this and want to have a function with arguments as the data in the comboBox item.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve managed to do it and pass arguments but these are running when the comboBox is set up.  I only want the function to run when the user presses the submit button.  How can I prevent the function from running on set up?&lt;/p&gt;
&lt;p&gt;Here is my code:&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:516px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;package
&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #000000"&gt;display&lt;/span&gt;.*;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #000000"&gt;events&lt;/span&gt;.*;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #993300"&gt;text&lt;/span&gt;.*;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; fl.&lt;span style="color: #000000"&gt;controls&lt;/span&gt;.*;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; fl.&lt;span style="color: #000000"&gt;managers&lt;/span&gt;.&lt;span style="color: #000000"&gt;StyleManager&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #993300"&gt;text&lt;/span&gt;.&lt;span style="color: #993300"&gt;TextFormat&lt;/span&gt;;

&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;public&lt;/span&gt; &lt;span style="color: #993300"&gt;class&lt;/span&gt; CatProcess &lt;span style="color: #993300"&gt;extends&lt;/span&gt; &lt;span style="color: #993300"&gt;MovieClip&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; headingTxt:Label;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; headingFormat:&lt;span style="color: #993300"&gt;TextFormat&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; userLabel:Label;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; paletteLabel:Label;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; ageLabel:Label;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; ageInputBox:TextInput;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; standardFormat:&lt;span style="color: #993300"&gt;TextFormat&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; nameInputBox:TextInput;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; userName:&lt;span style="color: #993300"&gt;String&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; paletteCombo:ComboBox;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; submit_btn:&lt;span style="color: #993300"&gt;Button&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; rose:&lt;span style="color: #993300"&gt;TextFormat&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; aqua:&lt;span style="color: #993300"&gt;TextFormat&lt;/span&gt;;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;public&lt;/span&gt; &lt;span style="color: #993300"&gt;function&lt;/span&gt; CatProcess&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #F000F0;font-style: italic"&gt;//Palette Label&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteLabel=&lt;span style="color: #993300"&gt;new&lt;/span&gt; Label&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteLabel.&lt;span style="color: #993300"&gt;text&lt;/span&gt; = &lt;span style="color: #0000FF"&gt;"Please select a colour palette for this form"&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteLabel.&lt;span style="color: #993300"&gt;autoSize&lt;/span&gt; = TextFieldAutoSize.&lt;span style="color: #993300"&gt;LEFT&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteLabel.&lt;span style="color: #993300"&gt;setStyle&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"textFormat"&lt;/span&gt;,standardFormat&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteLabel.&lt;span style="color: #000000"&gt;move&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;89&lt;/span&gt;,&lt;span style="color: #000000"&gt;157&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addChild&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;paletteLabel&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #F000F0;font-style: italic"&gt;//Palette ComboBox&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteCombo=&lt;span style="color: #993300"&gt;new&lt;/span&gt; ComboBox&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteCombo.&lt;span style="color: #000000"&gt;addItem&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;&lt;span style="color: #993300"&gt;data&lt;/span&gt;:setPalette&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"chose aqua via a function"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;,label:&lt;span style="color: #0000FF"&gt;"aqua"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteCombo.&lt;span style="color: #000000"&gt;addItem&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;&lt;span style="color: #993300"&gt;data&lt;/span&gt;:setPalette&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"chose rose via a function"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;,label:&lt;span style="color: #0000FF"&gt;"rose"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; paletteCombo.&lt;span style="color: #000000"&gt;move&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;360&lt;/span&gt;,&lt;span style="color: #000000"&gt;157&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addChild&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;paletteCombo&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; submit_btn=&lt;span style="color: #993300"&gt;new&lt;/span&gt; &lt;span style="color: #993300"&gt;Button&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; submit_btn.&lt;span style="color: #000000"&gt;move&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;255&lt;/span&gt;,&lt;span style="color: #000000"&gt;258&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; submit_btn.&lt;span style="color: #000000"&gt;label&lt;/span&gt; = &lt;span style="color: #0000FF"&gt;"submit"&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addChild&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;submit_btn&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; submit_btn.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;MouseEvent.&lt;span style="color: #000000"&gt;CLICK&lt;/span&gt;,processData&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;function&lt;/span&gt; processData&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"working"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;function&lt;/span&gt; setPalette&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;hhh:&lt;span style="color: #993300"&gt;String&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;hhh&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
Plus, my movie is taking ages to submit, even though there is nothing on the stage. There are components in the library though.  Would this cause it to take about 5 seconds to export to swf?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222766&amp;amp;goto=newpost"  title="Passing a function through data in a comboBox"&gt;nicolanicola&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yozYBKciFcMDBLhbf8E9zmVirTo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yozYBKciFcMDBLhbf8E9zmVirTo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yozYBKciFcMDBLhbf8E9zmVirTo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yozYBKciFcMDBLhbf8E9zmVirTo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/passing-a-function-through-data-in-a-combobox#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/passing-a-function-through-data-in-a-combobox/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[[PV3D] &#8216;MaterialObject3D: transformUV() material.bitmap not found!&#8217;]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/pv3d-materialobject3d-transformuv-material-bitmap-not-found" />
		<id>http://www.wp-wordpress.com/pv3d-materialobject3d-transformuv-material-bitmap-not-found</id>
		<updated>2009-11-14T13:38:53Z</updated>
		<published>2009-11-14T13:38:53Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hi there, 
I was recently trying to import some collada models from 3d studio max into flash. Everything looks fine, but I have some kind of error which rather shouldn&#8217;t appear: 

Quote:




				&#8216;MaterialObject3D: transformUV() material.bitmap not found!&#8217;

		



I&#8217;ve found some answers by googling it:), but I&#8217;m not sure.
How should properly deal with this problem?
Here is my code

ActionScript [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/pv3d-materialobject3d-transformuv-material-bitmap-not-found">&lt;div&gt;Hi there, &lt;br /&gt;
I was recently trying to import some collada models from 3d studio max into flash. Everything looks fine, but I have some kind of error which rather shouldn&amp;#8217;t appear: &lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;				&amp;#8216;MaterialObject3D: transformUV() material.bitmap not found!&amp;#8217;&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;I&amp;#8217;ve found some answers by googling it:), but I&amp;#8217;m not sure.&lt;br /&gt;
How should properly deal with this problem?&lt;br /&gt;
Here is my code&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:516px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;package
&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #000000"&gt;display&lt;/span&gt;.&lt;span style="color: #000000"&gt;Sprite&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #000000"&gt;events&lt;/span&gt;.&lt;span style="color: #000000"&gt;Event&lt;/span&gt;;
&amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; org.&lt;span style="color: #000000"&gt;papervision3d&lt;/span&gt;.&lt;span style="color: #000000"&gt;cameras&lt;/span&gt;.&lt;span style="color: #000000"&gt;Camera3D&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; org.&lt;span style="color: #000000"&gt;papervision3d&lt;/span&gt;.&lt;span style="color: #000000"&gt;objects&lt;/span&gt;.&lt;span style="color: #000000"&gt;parsers&lt;/span&gt;.&lt;span style="color: #000000"&gt;Collada&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; org.&lt;span style="color: #000000"&gt;papervision3d&lt;/span&gt;.&lt;span style="color: #000000"&gt;render&lt;/span&gt;.&lt;span style="color: #000000"&gt;BasicRenderEngine&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; org.&lt;span style="color: #000000"&gt;papervision3d&lt;/span&gt;.&lt;span style="color: #000000"&gt;scenes&lt;/span&gt;.&lt;span style="color: #000000"&gt;Scene3D&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; org.&lt;span style="color: #000000"&gt;papervision3d&lt;/span&gt;.&lt;span style="color: #000000"&gt;view&lt;/span&gt;.&lt;span style="color: #000000"&gt;Viewport3D&lt;/span&gt;;
&amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; org.&lt;span style="color: #000000"&gt;papervision3d&lt;/span&gt;.&lt;span style="color: #000000"&gt;materials&lt;/span&gt;.*
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; org.&lt;span style="color: #000000"&gt;papervision3d&lt;/span&gt;.&lt;span style="color: #000000"&gt;materials&lt;/span&gt;.&lt;span style="color: #000000"&gt;utils&lt;/span&gt;.*
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; org.&lt;span style="color: #000000"&gt;papervision3d&lt;/span&gt;.&lt;span style="color: #000000"&gt;objects&lt;/span&gt;.&lt;span style="color: #000000"&gt;parsers&lt;/span&gt;.&lt;span style="color: #000000"&gt;Collada&lt;/span&gt;;
&amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#91;&lt;/span&gt;SWF&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;width&lt;/span&gt;=&lt;span style="color: #0000FF"&gt;"640"&lt;/span&gt;, &lt;span style="color: #993300"&gt;height&lt;/span&gt;=&lt;span style="color: #0000FF"&gt;"480"&lt;/span&gt;, frameRate=&lt;span style="color: #0000FF"&gt;"30"&lt;/span&gt;, &lt;span style="color: #993300"&gt;backgroundColor&lt;/span&gt;=&lt;span style="color: #0000FF"&gt;"#000000"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#93;&lt;/span&gt;

&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;public&lt;/span&gt; &lt;span style="color: #993300"&gt;class&lt;/span&gt; Kwadrat &lt;span style="color: #993300"&gt;extends&lt;/span&gt; Sprite
&amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;var&lt;/span&gt; scene:Scene3D;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;var&lt;/span&gt; vp:Viewport3D;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;var&lt;/span&gt; cam:Camera3D;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;var&lt;/span&gt; bre:BasicRenderEngine;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;var&lt;/span&gt; collada:Collada;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;public&lt;/span&gt; &lt;span style="color: #993300"&gt;function&lt;/span&gt; Kwadrat&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; setupPV3D&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addCollada&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addEventListener&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;Event.&lt;span style="color: #000000"&gt;ENTER_FRAME&lt;/span&gt;, loop&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;function&lt;/span&gt; setupPV3D&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;:&lt;span style="color: #993300"&gt;void&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scene = &lt;span style="color: #993300"&gt;new&lt;/span&gt; Scene3D&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cam = &lt;span style="color: #993300"&gt;new&lt;/span&gt; Camera3D&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cam.&lt;span style="color: #000000"&gt;zoom&lt;/span&gt; =&lt;span style="color: #000000"&gt;0&lt;/span&gt;.&lt;span style="color: #000000"&gt;5&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cam.&lt;span style="color: #000000"&gt;focus&lt;/span&gt; =&lt;span style="color: #000000"&gt;100&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #F000F0;font-style: italic"&gt;//cam.z = 10;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #F000F0;font-style: italic"&gt;//cam.x = 10;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #F000F0;font-style: italic"&gt;//cam.y = 10;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vp = &lt;span style="color: #993300"&gt;new&lt;/span&gt; Viewport3D&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bre = &lt;span style="color: #993300"&gt;new&lt;/span&gt; BasicRenderEngine&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addChild&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;vp&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;function&lt;/span&gt; addCollada&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;:&lt;span style="color: #993300"&gt;void&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; mat:BitmapFileMaterial= &lt;span style="color: #993300"&gt;new&lt;/span&gt; BitmapFileMaterial&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"kwadrat.png"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; mp:MaterialsList = &lt;span style="color: #993300"&gt;new&lt;/span&gt; MaterialsList&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mp.&lt;span style="color: #000000"&gt;addMaterial&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;mat, &lt;span style="color: #0000FF"&gt;"kwadrat"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; collada = &lt;span style="color: #993300"&gt;new&lt;/span&gt; Collada&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"kwadrat.DAE"&lt;/span&gt;, mp&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scene.&lt;span style="color: #000000"&gt;addChild&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;collada&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;private&lt;/span&gt; &lt;span style="color: #993300"&gt;function&lt;/span&gt; loop&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;e&lt;/span&gt;:Event&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;:&lt;span style="color: #993300"&gt;void&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #F000F0;font-style: italic"&gt;//collada.rotationY += 2;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #F000F0;font-style: italic"&gt;//collada.rotationX += 1;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bre.&lt;span style="color: #000000"&gt;renderScene&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;scene, cam, vp&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
Can anyone help?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222765&amp;amp;goto=newpost"  title="[PV3D] 'MaterialObject3D: transformUV() material.bitmap not found!'"&gt;Souji&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_mcMEN4VRdZxviaDvaCcnRaSUVY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_mcMEN4VRdZxviaDvaCcnRaSUVY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_mcMEN4VRdZxviaDvaCcnRaSUVY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_mcMEN4VRdZxviaDvaCcnRaSUVY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/pv3d-materialobject3d-transformuv-material-bitmap-not-found#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/pv3d-materialobject3d-transformuv-material-bitmap-not-found/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Fit an swf file to the browser&#8217;s available space.]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/fit-an-swf-file-to-the-browsers-available-space" />
		<id>http://www.wp-wordpress.com/fit-an-swf-file-to-the-browsers-available-space</id>
		<updated>2009-11-14T13:34:18Z</updated>
		<published>2009-11-14T13:34:18Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hello friends I have a question.
Is it possible for a flash file thats uploaded in an HTML page, to take up the available browsers space no matter how much resolution a computer has?
For example, if I view it on a screen thats 2560&#215;1600 or one thats 1280&#215;800, it would still fit to the screen of [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/fit-an-swf-file-to-the-browsers-available-space">&lt;div&gt;Hello friends I have a question.&lt;/p&gt;
&lt;p&gt;Is it possible for a flash file thats uploaded in an HTML page, to take up the available browsers space no matter how much resolution a computer has?&lt;/p&gt;
&lt;p&gt;For example, if I view it on a screen thats 2560&amp;#215;1600 or one thats 1280&amp;#215;800, it would still fit to the screen of the browser, so that no scroll bars will be needed.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222764&amp;amp;goto=newpost"  title="Fit an swf file to the browser's available space."&gt;vargihate&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/w4btQYQODzONMx_s733IRktTRO0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/w4btQYQODzONMx_s733IRktTRO0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/w4btQYQODzONMx_s733IRktTRO0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/w4btQYQODzONMx_s733IRktTRO0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/fit-an-swf-file-to-the-browsers-available-space#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/fit-an-swf-file-to-the-browsers-available-space/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Some odd problem with my loader&#8230;]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/some-odd-problem-with-my-loader" />
		<id>http://www.wp-wordpress.com/some-odd-problem-with-my-loader</id>
		<updated>2009-11-14T13:16:51Z</updated>
		<published>2009-11-14T13:16:51Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[hello everybody. I am trying to have a page for displaying some products on a website. The product display application is based on a tutorial which achieves a very nice app but the code actually sucks&#8230; I tried re-structuring the code but a lot of problems happened so I decided to edit the code anyway&#8230; [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/some-odd-problem-with-my-loader">&lt;div&gt;hello everybody. I am trying to have a page for displaying some products on a website. The product display application is based on a tutorial which achieves a very nice app but the code actually sucks&amp;#8230; I tried re-structuring the code but a lot of problems happened so I decided to edit the code anyway&amp;#8230; What I&amp;#8217;m trying to do is that when I click on the &amp;quot;More&amp;quot; button in the product display app, the image of the product should be loaded into some movieclip and the description should be loaded into a dynamic text field. The link to the image and the description is inside a XML file. Everything is working fine except loading the image&amp;#8230; I keep getting the following errors:&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;
&lt;hr /&gt;&lt;code style="margin:0px"&gt;Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.&lt;br /&gt;
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::LoaderInfo@2125f3a1 to flash.display.DisplayObject.&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at MethodInfo-373()&lt;/code&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;p&gt;Here&amp;#8217;s the code responsible of loading the info, description and the image: &lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:436px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;&lt;span style="color: #993300"&gt;function&lt;/span&gt; fData&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;item:&lt;span style="color: #993300"&gt;MovieClip&lt;/span&gt;, iValue:&lt;span style="color: #993300"&gt;int&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; item.&lt;span style="color: #000000"&gt;txt&lt;/span&gt;.&lt;span style="color: #993300"&gt;text&lt;/span&gt;=data_xml.&lt;span style="color: #000000"&gt;item&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#91;&lt;/span&gt;iValue&lt;span style="color: #000000"&gt;&amp;#93;&lt;/span&gt;.&lt;span style="color: #000000"&gt;title&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; item.&lt;span style="color: #000000"&gt;price&lt;/span&gt;.&lt;span style="color: #993300"&gt;text&lt;/span&gt;=data_xml.&lt;span style="color: #000000"&gt;item&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#91;&lt;/span&gt;iValue&lt;span style="color: #000000"&gt;&amp;#93;&lt;/span&gt;.&lt;span style="color: #000000"&gt;price&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;var&lt;/span&gt; specsText = data_xml.&lt;span style="color: #000000"&gt;item&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#91;&lt;/span&gt;iValue&lt;span style="color: #000000"&gt;&amp;#93;&lt;/span&gt;.&lt;span style="color: #000000"&gt;specs&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; thumbURL = &lt;span style="color: #993300"&gt;new&lt;/span&gt; URLRequest&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;data_xml.&lt;span style="color: #000000"&gt;item&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#91;&lt;/span&gt;iValue&lt;span style="color: #000000"&gt;&amp;#93;&lt;/span&gt;.&lt;span style="color: #000000"&gt;big&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; item.&lt;span style="color: #000000"&gt;more&lt;/span&gt;.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;MouseEvent.&lt;span style="color: #000000"&gt;CLICK&lt;/span&gt;, gotoURL&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;&lt;span style="color: #F000F0;font-style: italic"&gt;//event listener for more btn&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;function&lt;/span&gt; gotoURL&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;e&lt;/span&gt;:MouseEvent&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;:&lt;span style="color: #993300"&gt;void&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;&lt;span style="color: #993300"&gt;function&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;MovieClip&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;root&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: #000000"&gt;content&lt;/span&gt;.&lt;span style="color: #000000"&gt;offersPage&lt;/span&gt;.&lt;span style="color: #000000"&gt;offersPopup&lt;/span&gt;.&lt;span style="color: #000000"&gt;specs&lt;/span&gt;.&lt;span style="color: #993300"&gt;text&lt;/span&gt; = specsText;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ldr = &lt;span style="color: #993300"&gt;new&lt;/span&gt; Loader&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ldr.&lt;span style="color: #000000"&gt;contentLoaderInfo&lt;/span&gt;.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;Event.&lt;span style="color: #000000"&gt;COMPLETE&lt;/span&gt;, thumbLoaded&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ldr.&lt;span style="color: #000000"&gt;contentLoaderInfo&lt;/span&gt;.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;IOErrorEvent.&lt;span style="color: #000000"&gt;IO_ERROR&lt;/span&gt;, onIOError&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ldr.&lt;span style="color: #993300"&gt;load&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;thumbURL&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;function&lt;/span&gt; thumbLoaded&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;e&lt;/span&gt;:Event&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;:&lt;span style="color: #993300"&gt;void&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;MovieClip&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;root&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color: #000000"&gt;content&lt;/span&gt;.&lt;span style="color: #000000"&gt;offersPage&lt;/span&gt;.&lt;span style="color: #000000"&gt;offersPopup&lt;/span&gt;.&lt;span style="color: #000000"&gt;thumbOffers&lt;/span&gt;.&lt;span style="color: #000000"&gt;addChild&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;e&lt;/span&gt;.&lt;span style="color: #000000"&gt;currentTarget&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;function&lt;/span&gt; onIOError&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;e&lt;/span&gt;:IOErrorEvent&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;:&lt;span style="color: #993300"&gt;void&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;trace&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;e&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
any suggestions?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222763&amp;amp;goto=newpost"  title="Some odd problem with my loader..."&gt;Striker9099&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Y1IIj_kQ1VJUa5ayuSry_VUfYJg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y1IIj_kQ1VJUa5ayuSry_VUfYJg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Y1IIj_kQ1VJUa5ayuSry_VUfYJg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y1IIj_kQ1VJUa5ayuSry_VUfYJg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/some-odd-problem-with-my-loader#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/some-odd-problem-with-my-loader/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Kangoku Senkan OP?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/kangoku-senkan-op" />
		<id>http://www.wp-wordpress.com/kangoku-senkan-op</id>
		<updated>2009-11-14T13:10:52Z</updated>
		<published>2009-11-14T13:10:52Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Does anyone know the Singer for the op of Kangoku Senkan??
or the song name?
Original post by Level
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/kangoku-senkan-op">&lt;div&gt;Does anyone know the Singer for the op of Kangoku Senkan??&lt;br /&gt;
or the song name?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.animenation.net/forums/showthread.php?t=226316&amp;amp;goto=newpost"  title="Kangoku Senkan OP?"&gt;Level&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0x9jsZ4-tMDUiz82WPnjyE2-FCM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0x9jsZ4-tMDUiz82WPnjyE2-FCM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0x9jsZ4-tMDUiz82WPnjyE2-FCM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0x9jsZ4-tMDUiz82WPnjyE2-FCM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/kangoku-senkan-op#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/kangoku-senkan-op/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[How can i create a TextField like an array]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/how-can-i-create-a-textfield-like-an-array" />
		<id>http://www.wp-wordpress.com/how-can-i-create-a-textfield-like-an-array</id>
		<updated>2009-11-14T13:08:39Z</updated>
		<published>2009-11-14T13:08:39Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I want to load many data form xml file so I want to create TextField and put my xml data to that TextField in other hand I have to create many TextField and Control them, how can i create a TextField like an array?
Original post by rafighi
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/how-can-i-create-a-textfield-like-an-array">&lt;div&gt;I want to load many data form xml file so I want to create TextField and put my xml data to that TextField in other hand I have to create many TextField and Control them, how can i create a TextField like an array?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222762&amp;amp;goto=newpost"  title="How can i create a TextField like an array"&gt;rafighi&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NEjTRXhpCpafVFnnxc8i46oEpHA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NEjTRXhpCpafVFnnxc8i46oEpHA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NEjTRXhpCpafVFnnxc8i46oEpHA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NEjTRXhpCpafVFnnxc8i46oEpHA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/how-can-i-create-a-textfield-like-an-array#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/how-can-i-create-a-textfield-like-an-array/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Bold Predictions: Niners make playoffs, Cards don&#8217;t]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/bold-predictions-niners-make-playoffs-cards-dont" />
		<id>http://www.wp-wordpress.com/bold-predictions-niners-make-playoffs-cards-dont</id>
		<updated>2009-11-14T12:58:37Z</updated>
		<published>2009-11-14T12:58:37Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[

Quote:




				NFC contenders that will get in
 San Francisco 49ers (4-5). Despite sitting ninth in the conference rankings with a sub-.500 record, the 49ers are 4-2 against NFC opponents, with winnable games coming up against Green Bay, Jacksonville, Seattle, Arizona, Detroit and St. Louis. The 49ers will need to win six of their final seven games [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/bold-predictions-niners-make-playoffs-cards-dont">&lt;div&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;				&lt;b&gt;NFC contenders that will get in&lt;/b&gt;&lt;/p&gt;
&lt;p&gt; &lt;b&gt;San Francisco 49ers (4-5).&lt;/b&gt; Despite sitting ninth in the conference rankings with a sub-.500 record, the 49ers are 4-2 against NFC opponents, with winnable games coming up against Green Bay, Jacksonville, Seattle, Arizona, Detroit and St. Louis. The 49ers will need to win six of their final seven games &amp;#8212; including the completion of a season sweep over the Cardinals &amp;#8212; to win the division, but that&amp;#8217;s doable if they limit giveaways.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;NFC contenders that won&amp;#8217;t&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Arizona Cardinals (5-3).&lt;/b&gt; Despite leading the division by 1.5 games over the 49ers, the Cardinals have one less conference win than San Francisco. Arizona&amp;#8217;s defense has not been as strong as last season. Though the Cardinals have had success against the run, they have allowed 29 pass plays of 20 or more yards and seven pass plays of at least 40 yards. The schedule is not particularly hard, but it&amp;#8217;s not a cakewalk either, with potentially tricky games against Tennessee and Green Bay and a game against the Vikings at home, where Arizona is 1-3. A stumble here and there and a loss at San Francisco could put the Cardinals at 10-6 and on the short end of a tiebreaker with the 49ers.&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://www.sportingnews.com/nfl/article/2009-11-14/week-10-10-bold-predictions-on-playoff-picture" rel="nofollow"  target="_blank"&gt;http://www.sportingnews.com/nfl/arti&amp;#8230;layoff-picture&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Agree? Disagree?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143434&amp;amp;goto=newpost"  title="Bold Predictions: Niners make playoffs, Cards don't"&gt;sportznutt&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2uuyyZFQVH6FXMJX5GR4SJgrgKM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2uuyyZFQVH6FXMJX5GR4SJgrgKM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2uuyyZFQVH6FXMJX5GR4SJgrgKM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2uuyyZFQVH6FXMJX5GR4SJgrgKM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/bold-predictions-niners-make-playoffs-cards-dont#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/bold-predictions-niners-make-playoffs-cards-dont/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Load external swf gallery]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/load-external-swf-gallery" />
		<id>http://www.wp-wordpress.com/load-external-swf-gallery</id>
		<updated>2009-11-14T12:49:40Z</updated>
		<published>2009-11-14T12:49:40Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I&#8217;m trying to load a swf that contains a flash gallery in to a movieClip.
The problem is that load the swf but the gallery isn&#8217;t able to load it&#8217;s images so i only get the blank swf.
The funny thing is that when i use a UILoader at startup everithing, everything loads so it&#8217;s ok, when [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/load-external-swf-gallery">&lt;div&gt;I&amp;#8217;m trying to load a swf that contains a flash gallery in to a movieClip.&lt;br /&gt;
The problem is that load the swf but the gallery isn&amp;#8217;t able to load it&amp;#8217;s images so i only get the blank swf.&lt;br /&gt;
The funny thing is that when i use a UILoader at startup everithing, everything loads so it&amp;#8217;s ok, when i tell it to load on a click event it stops working.&lt;br /&gt;
I have the following code &amp;#8230; &lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:372px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;b1.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;MouseEvent.&lt;span style="color: #000000"&gt;CLICK&lt;/span&gt;,startLoad&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&lt;span style="color: #993300"&gt;function&lt;/span&gt; startLoad&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #993300"&gt;e&lt;/span&gt;:Event&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&lt;span style="color: #993300"&gt;var&lt;/span&gt; mLoader:Loader = &lt;span style="color: #993300"&gt;new&lt;/span&gt; Loader&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&lt;span style="color: #993300"&gt;var&lt;/span&gt; mRequest:URLRequest = &lt;span style="color: #993300"&gt;new&lt;/span&gt; URLRequest&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"fisa.swf"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
mLoader.&lt;span style="color: #000000"&gt;contentLoaderInfo&lt;/span&gt;.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;Event.&lt;span style="color: #000000"&gt;COMPLETE&lt;/span&gt;, onCompleteHandler&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
mLoader.&lt;span style="color: #000000"&gt;contentLoaderInfo&lt;/span&gt;.&lt;span style="color: #000000"&gt;addEventListener&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;ProgressEvent.&lt;span style="color: #000000"&gt;PROGRESS&lt;/span&gt;, onProgressHandler&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
mLoader.&lt;span style="color: #993300"&gt;load&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;mRequest&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;

&lt;span style="color: #993300"&gt;function&lt;/span&gt; onCompleteHandler&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;loadEvent:Event&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addChild&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;loadEvent.&lt;span style="color: #000000"&gt;currentTarget&lt;/span&gt;.&lt;span style="color: #000000"&gt;content&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&lt;span style="color: #993300"&gt;function&lt;/span&gt; onProgressHandler&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;mProgress:ProgressEvent&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&lt;span style="color: #993300"&gt;var&lt;/span&gt; percent:&lt;span style="color: #993300"&gt;Number&lt;/span&gt; = mProgress.&lt;span style="color: #993300"&gt;bytesLoaded&lt;/span&gt;/mProgress.&lt;span style="color: #993300"&gt;bytesTotal&lt;/span&gt;;
&lt;span style="color: #993300"&gt;trace&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;percent&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&lt;span style="color: #993300"&gt;trace&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;mProgress.&lt;span style="color: #993300"&gt;bytesLoaded&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;
&lt;span style="color: #993300"&gt;trace&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;mProgress.&lt;span style="color: #993300"&gt;bytesTotal&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
Where b1 is a button&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222761&amp;amp;goto=newpost"  title="Load external swf gallery"&gt;toby31&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FfqDZ_mpxeu99g0HSrVlF7JBFpI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FfqDZ_mpxeu99g0HSrVlF7JBFpI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FfqDZ_mpxeu99g0HSrVlF7JBFpI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FfqDZ_mpxeu99g0HSrVlF7JBFpI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/load-external-swf-gallery#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/load-external-swf-gallery/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[No. 13 Iowa (9-1) at No. 8 Ohio State (8-2)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/no-13-iowa-9-1-at-no-8-ohio-state-8-2" />
		<id>http://www.wp-wordpress.com/no-13-iowa-9-1-at-no-8-ohio-state-8-2</id>
		<updated>2009-11-14T12:22:42Z</updated>
		<published>2009-11-14T12:22:42Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[3:30 PM ET, November 14, 2009
Ohio Stadium , COLUMBUS, OH
ABC
Original post by RedStorm
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/no-13-iowa-9-1-at-no-8-ohio-state-8-2">&lt;div&gt;3:30 PM ET, November 14, 2009&lt;br /&gt;
Ohio Stadium , COLUMBUS, OH&lt;br /&gt;
ABC&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143433&amp;amp;goto=newpost"  title="No. 13 Iowa (9-1) at No. 8 Ohio State (8-2)"&gt;RedStorm&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vLP3HzckRSbI1_1il3wl_P_5Lz0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vLP3HzckRSbI1_1il3wl_P_5Lz0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vLP3HzckRSbI1_1il3wl_P_5Lz0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vLP3HzckRSbI1_1il3wl_P_5Lz0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/no-13-iowa-9-1-at-no-8-ohio-state-8-2#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/no-13-iowa-9-1-at-no-8-ohio-state-8-2/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[I&#8217;m torturing children. Yay?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/im-torturing-children-yay" />
		<id>http://www.wp-wordpress.com/im-torturing-children-yay</id>
		<updated>2009-11-14T12:20:41Z</updated>
		<published>2009-11-14T12:20:41Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I&#8217;ve started to revise my WIP and it strikes me&#8230;
I&#8217;ve thrown a 14 year old bullied boy into a snakepit and now I&#8217;m pelting him with rocks to prevent him from getting out.
Which means I&#8217;m torturing children&#8230;
Should I really be happy about that?
Original post by Maxinquaye
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/im-torturing-children-yay">&lt;div&gt;I&amp;#8217;ve started to revise my WIP and it strikes me&amp;#8230;&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve thrown a 14 year old bullied boy into a snakepit and now I&amp;#8217;m pelting him with rocks to prevent him from getting out.&lt;/p&gt;
&lt;p&gt;Which means I&amp;#8217;m torturing children&amp;#8230;&lt;/p&gt;
&lt;p&gt;Should I really be happy about that?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162081&amp;amp;goto=newpost"  title="I'm torturing children. Yay?"&gt;Maxinquaye&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/D4C0i7XOtIZmlFHiH8W_XmztFJk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D4C0i7XOtIZmlFHiH8W_XmztFJk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/D4C0i7XOtIZmlFHiH8W_XmztFJk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D4C0i7XOtIZmlFHiH8W_XmztFJk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/im-torturing-children-yay#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/im-torturing-children-yay/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Florida(1) at South Carolina]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/florida1-at-south-carolina" />
		<id>http://www.wp-wordpress.com/florida1-at-south-carolina</id>
		<updated>2009-11-14T12:19:11Z</updated>
		<published>2009-11-14T12:19:11Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[3:30 PM ET, November 14, 2009
Williams-Brice Stadium , COLUMBIA, SC CBS
Original post by RedStorm
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/florida1-at-south-carolina">&lt;div&gt;3:30 PM ET, November 14, 2009&lt;br /&gt;
Williams-Brice Stadium , COLUMBIA, SC CBS&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143432&amp;amp;goto=newpost"  title="Florida(1) at South Carolina"&gt;RedStorm&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GJ-26I09IzGYzC4ZezZTn_-_IKc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GJ-26I09IzGYzC4ZezZTn_-_IKc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GJ-26I09IzGYzC4ZezZTn_-_IKc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GJ-26I09IzGYzC4ZezZTn_-_IKc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/florida1-at-south-carolina#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/florida1-at-south-carolina/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Michigan Vs Wisconsin]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/michigan-vs-wisconsin" />
		<id>http://www.wp-wordpress.com/michigan-vs-wisconsin</id>
		<updated>2009-11-14T12:14:12Z</updated>
		<published>2009-11-14T12:14:12Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[12:00 PM ET, November 14, 2009
Camp Randall Stadium , MADISON, WI
Original post by RedStorm
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/michigan-vs-wisconsin">&lt;div&gt;12:00 PM ET, November 14, 2009&lt;br /&gt;
Camp Randall Stadium , MADISON, WI&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143431&amp;amp;goto=newpost"  title="Michigan Vs Wisconsin"&gt;RedStorm&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4AAb7xnrOBdSsmcclfcvoLYx5ak/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4AAb7xnrOBdSsmcclfcvoLYx5ak/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4AAb7xnrOBdSsmcclfcvoLYx5ak/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4AAb7xnrOBdSsmcclfcvoLYx5ak/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/michigan-vs-wisconsin#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/michigan-vs-wisconsin/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Finding control points of a curve]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/finding-control-points-of-a-curve" />
		<id>http://www.wp-wordpress.com/finding-control-points-of-a-curve</id>
		<updated>2009-11-14T11:56:22Z</updated>
		<published>2009-11-14T11:56:22Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hi everyone im new here  
Anyways i was wondering if someone can help me.
For 2 weeks now, i have been trying to work out this issue and still i have had no luck.. i dont even know what im looking for.
 See image attached to explain better than words.
My idea is i need to [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/finding-control-points-of-a-curve">&lt;div&gt;Hi everyone im new here &lt;img src='http://www.wp-wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; &lt;/p&gt;
&lt;p&gt;Anyways i was wondering if someone can help me.&lt;/p&gt;
&lt;p&gt;For 2 weeks now, i have been trying to work out this issue and still i have had no luck.. i dont even know what im looking for.&lt;/p&gt;
&lt;p&gt; See image attached to explain better than words.&lt;/p&gt;
&lt;p&gt;My idea is i need to generate a nice curve between graphical points but in a way that produces smooth curves at runtime. &lt;/p&gt;
&lt;p&gt;Can anyone point me in the right direction?&lt;/p&gt;
&lt;p&gt;Thank you for your time.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="padding:6px"&gt;
&lt;p&gt;		&lt;fieldset&gt;&lt;br /&gt;
			&lt;legend&gt;Attached Thumbnails&lt;/legend&gt;&lt;/p&gt;
&lt;div style="padding:3px"&gt;
&lt;p&gt;&lt;a href="http://www.actionscript.org/forums/attachment.php3?attachmentid=32918&amp;amp;d=1258199825" rel="Lightbox_942128" id="attachment32918" target="_blank"&gt;&lt;img class="thumbnail" src="http://www.actionscript.org/forums/attachment.php3?attachmentid=32918&amp;amp;stc=1&amp;amp;thumb=1&amp;amp;d=1258199825" border="0" alt="Click image for larger version&lt;/p&gt;
&lt;p&gt;Name:	screen.jpg&lt;br /&gt;
Views:	N/A&lt;br /&gt;
Size:	81.6 KB&lt;br /&gt;
ID:	32918" /&gt;&lt;/a&gt;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;		&lt;/fieldset&gt;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222760&amp;amp;goto=newpost"  title="Finding control points of a curve"&gt;thenine&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EZRnM19B6BJkk-7DdM-rZTs1e-A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EZRnM19B6BJkk-7DdM-rZTs1e-A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EZRnM19B6BJkk-7DdM-rZTs1e-A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EZRnM19B6BJkk-7DdM-rZTs1e-A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/finding-control-points-of-a-curve#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/finding-control-points-of-a-curve/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Contest for free copy of The Temptress!]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/contest-for-free-copy-of-the-temptress" />
		<id>http://www.wp-wordpress.com/contest-for-free-copy-of-the-temptress</id>
		<updated>2009-11-14T11:48:30Z</updated>
		<published>2009-11-14T11:48:30Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Check out my blog, leave a comment and be entered to win a free copy of The Temptress.
http://www.blog.angelaaddams.com/200&#8230;ce-novels.html
Original post by AngelaA
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/contest-for-free-copy-of-the-temptress">&lt;div&gt;Check out my blog, leave a comment and be entered to win a free copy of The Temptress.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.blog.angelaaddams.com/2009/11/writing-sex-scenes-and-romance-novels.html"  target="_blank"&gt;http://www.blog.angelaaddams.com/200&amp;#8230;ce-novels.html&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162079&amp;amp;goto=newpost"  title="Contest for free copy of The Temptress!"&gt;AngelaA&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_Hk-2GTqzC-Fr6ayavaZAsl5DRg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_Hk-2GTqzC-Fr6ayavaZAsl5DRg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_Hk-2GTqzC-Fr6ayavaZAsl5DRg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_Hk-2GTqzC-Fr6ayavaZAsl5DRg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/contest-for-free-copy-of-the-temptress#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/contest-for-free-copy-of-the-temptress/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Giving away free copies of my short story!]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/giving-away-free-copies-of-my-short-story" />
		<id>http://www.wp-wordpress.com/giving-away-free-copies-of-my-short-story</id>
		<updated>2009-11-14T11:47:19Z</updated>
		<published>2009-11-14T11:47:19Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Check out my blog, post a comment and be entered to win a copy of my newly published erotic paranormal story, The Temptress!
http://www.blog.angelaaddams.com/200&#8230;ce-novels.html
Original post by AngelaA
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/giving-away-free-copies-of-my-short-story">&lt;div&gt;Check out my blog, post a comment and be entered to win a copy of my newly published erotic paranormal story, The Temptress!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.blog.angelaaddams.com/2009/11/writing-sex-scenes-and-romance-novels.html"  target="_blank"&gt;http://www.blog.angelaaddams.com/200&amp;#8230;ce-novels.html&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162078&amp;amp;goto=newpost"  title="Giving away free copies of my short story!"&gt;AngelaA&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3ez6HXcREJ-NvdnOn5WSb-MaXk8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3ez6HXcREJ-NvdnOn5WSb-MaXk8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3ez6HXcREJ-NvdnOn5WSb-MaXk8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3ez6HXcREJ-NvdnOn5WSb-MaXk8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/giving-away-free-copies-of-my-short-story#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/giving-away-free-copies-of-my-short-story/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[color fade effect problem]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/color-fade-effect-problem" />
		<id>http://www.wp-wordpress.com/color-fade-effect-problem</id>
		<updated>2009-11-14T11:45:30Z</updated>
		<published>2009-11-14T11:45:30Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hi,
I am having a little bit of trouble with some code and am hoping someone here can shed some light on the problem.  First off, I am using prototype (javascript framework), however the syntax is very similar to actionscript, so hopefully AS people will be able to help out..
So, this is a text color [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/color-fade-effect-problem">&lt;div&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am having a little bit of trouble with some code and am hoping someone here can shed some light on the problem.  First off, I am using prototype (javascript framework), however the syntax is very similar to actionscript, so hopefully AS people will be able to help out..&lt;/p&gt;
&lt;p&gt;So, this is a text color effect function, which takes an array of color codes, and fades from one to the next.  I am using scriptaculous&amp;#8217;s effects engine, which basically does this:&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;
&lt;hr /&gt;&lt;code style="margin:0px"&gt;&amp;nbsp; &amp;nbsp; this.currentFrame = 0;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; this.state&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 'idle';&lt;br /&gt;
&amp;nbsp; &amp;nbsp; this.startOn&amp;nbsp; &amp;nbsp; &amp;nbsp; = this.options.delay*1000;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; this.finishOn&amp;nbsp; &amp;nbsp;  = this.startOn+(this.options.duration*1000);&lt;br /&gt;
&amp;nbsp; &amp;nbsp; this.fromToDelta&amp;nbsp; = this.options.to-this.options.from;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; this.totalTime&amp;nbsp; &amp;nbsp; = this.finishOn-this.startOn;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; this.totalFrames&amp;nbsp; = this.options.fps*this.options.duration;&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;&amp;nbsp; loop: function(timePos) {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; if (timePos &amp;gt;= this.startOn) {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; if (timePos &amp;gt;= this.finishOn) {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.render(1.0);&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.cancel();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.event('beforeFinish');&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (this.finish) this.finish(); &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.event('afterFinish');&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return;&amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; var pos&amp;nbsp;  = (timePos - this.startOn) / this.totalTime,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; frame = (pos * this.totalFrames).round();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; if (frame &amp;gt; this.currentFrame) {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.render(pos);&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.currentFrame = frame;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; },&lt;/code&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;p&gt;&amp;#8230;  Ok, so that&amp;#8217;s the effects engine&amp;#8211;  so, for my sequence of colors, let&amp;#8217;s assume I pass in ['#ff0000', '#00ff00', '#0000ff']..  Here&amp;#8217;s my code (I&amp;#8217;ll use lots of // comments to explain my thought process):&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;
&lt;hr /&gt;&lt;code style="margin:0px"&gt;setup: function() {&lt;/p&gt;
&lt;p&gt;// this takes #ff0000 and turns it into [255,0,0]&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this._base = $R(0,2).map(function(i){ &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return parseInt(this.options.sequence.first().parseColor().slice(i*2+1, i*2+3), 16); &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }.bind(this));&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
// the rate of increase for the position variable (the position of the animation loop) needs to be increased depending on the number of colors in the sequence..&amp;nbsp; I called this, 'multiple'..&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.multiple = this.options.sequence.length - 1;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.sequence_index = 0;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.setDelta();&lt;br /&gt;
},&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; setDelta: function() {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.sequence_index += 1;&lt;/p&gt;
&lt;p&gt;// this takes the next color in the sequence, so at the start, that would be #00ff00, and converts it to [0,255,0]&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.dest_color = this.options.sequence[this.sequence_index].parseColor();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this._delta = $R(0,2).map(function(i){ &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return parseInt(this.dest_color.slice(i*2+1, i*2+3), 16) - this._base[i];&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }.bind(this));&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/p&gt;
&lt;p&gt;// the update function is what the animation loop calls for every position&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; update: function() {&lt;/p&gt;
&lt;p&gt;//&amp;nbsp; This is basically taking each r,g,b channel, performing the math functions and then returning it back as a hex &amp;quot;#ff0000&amp;quot; string....&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var new_color = $R(0,2).inject('#',function(m,v,i) {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var c = (this._base[i] + ((this._delta[i]) * (((this.position / this.sequence_index) * (this.multiple)))).round())&lt;/p&gt;
&lt;p&gt;// I was originally getting negative numbers, which is a sign something else is wrong, but I did this to work around it for now...&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c = (c &amp;gt; 255) ? 255 : (c &amp;lt; 0) ? 0 : c;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return m + c.toColorPart();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }.bind(this));&lt;/p&gt;
&lt;p&gt;// here I detect if the destination color has been reached, if so, set the base to the current color, and advance the destination color to the next color in the sequence&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (this.sequence_index + 1 &amp;lt; this.options.sequence.length &amp;amp;&amp;amp; new_color == this.dest_color) {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this._base = this._delta;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.setDelta();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt;// and then I apply that color to the element (no need to show that code)&lt;br /&gt;
},&lt;/code&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;
&amp;#8230;  So, this sort of works..  But, it seems that the color transitions after the first one are not quite right..  I am assuming it&amp;#8217;s a math problem, so&amp;#8230;  I thought I&amp;#8217;d post here and see if anyone see&amp;#8217;s a problem with how I am doing this.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;-patrick&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222759&amp;amp;goto=newpost"  title="color fade effect problem"&gt;patrick99e99&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SVee1u6EYMp1jHHEBcvETJRoKq8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SVee1u6EYMp1jHHEBcvETJRoKq8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SVee1u6EYMp1jHHEBcvETJRoKq8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SVee1u6EYMp1jHHEBcvETJRoKq8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/color-fade-effect-problem#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/color-fade-effect-problem/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Class and Package in Actionscript 2.0]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/class-and-package-in-actionscript-2-0" />
		<id>http://www.wp-wordpress.com/class-and-package-in-actionscript-2-0</id>
		<updated>2009-11-14T10:48:43Z</updated>
		<published>2009-11-14T10:48:43Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[hello friends,
I am trying to make a package in Actionscript 2.0.
But when i write package like

ActionScript Code:


package com.common &#123;
&#160; &#160; import flash.geom.Point;
&#160; &#160; public class Main extends MovieClip &#123;
&#160; &#160; &#160; &#160; &#160;&#125;
&#125;




It shows an error .
any one can help me to find something usefull to write a package?
regards
harilal
Original post by harilalkm
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/class-and-package-in-actionscript-2-0">&lt;div&gt;hello friends,&lt;/p&gt;
&lt;p&gt;I am trying to make a package in Actionscript 2.0.&lt;br /&gt;
But when i write package like&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:116px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;package com.&lt;span style="color: #000000"&gt;common&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;import&lt;/span&gt; flash.&lt;span style="color: #000000"&gt;geom&lt;/span&gt;.&lt;span style="color: #000000"&gt;Point&lt;/span&gt;;
&amp;nbsp; &amp;nbsp; &lt;span style="color: #993300"&gt;public&lt;/span&gt; &lt;span style="color: #993300"&gt;class&lt;/span&gt; Main &lt;span style="color: #993300"&gt;extends&lt;/span&gt; &lt;span style="color: #993300"&gt;MovieClip&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;
&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;
It shows an error .&lt;br /&gt;
any one can help me to find something usefull to write a package?&lt;/p&gt;
&lt;p&gt;regards&lt;br /&gt;
harilal&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222758&amp;amp;goto=newpost"  title="Class and Package in Actionscript 2.0"&gt;harilalkm&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/68NAskDuMXChRMk897CvBDrGLcA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/68NAskDuMXChRMk897CvBDrGLcA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/68NAskDuMXChRMk897CvBDrGLcA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/68NAskDuMXChRMk897CvBDrGLcA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/class-and-package-in-actionscript-2-0#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/class-and-package-in-actionscript-2-0/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[How to check For Identical MovieClips]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/how-to-check-for-identical-movieclips" />
		<id>http://www.wp-wordpress.com/how-to-check-for-identical-movieclips</id>
		<updated>2009-11-14T10:12:45Z</updated>
		<published>2009-11-14T10:12:45Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[hey All,
I am working on a game in which  i need to compare two movieclips for being identical.
What i am doing is creating a complex shape out of some primitive shapes and then I allow the user to drag and drop some primitive shapes to recreate a similar shape.
My problem is how can I [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/how-to-check-for-identical-movieclips">&lt;div&gt;hey All,&lt;br /&gt;
I am working on a game in which  i need to compare two movieclips for being identical.&lt;br /&gt;
What i am doing is creating a complex shape out of some primitive shapes and then I allow the user to drag and drop some primitive shapes to recreate a similar shape.&lt;br /&gt;
My problem is how can I calculate that the user created shape is similar to the original complex shape or not.&lt;/p&gt;
&lt;p&gt;I have already posted this once before but dun get any replies.&lt;br /&gt;
Hope to get some help this time.:confused:&lt;br /&gt;
nik&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222757&amp;amp;goto=newpost"  title="How to check For Identical MovieClips"&gt;nikhiljoshi122&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LKmMs2N_tGCXtzGtlLBdMIgR6mE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LKmMs2N_tGCXtzGtlLBdMIgR6mE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LKmMs2N_tGCXtzGtlLBdMIgR6mE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LKmMs2N_tGCXtzGtlLBdMIgR6mE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/how-to-check-for-identical-movieclips#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/how-to-check-for-identical-movieclips/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Loading multiple xml files.]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/loading-multiple-xml-files" />
		<id>http://www.wp-wordpress.com/loading-multiple-xml-files</id>
		<updated>2009-11-14T09:46:56Z</updated>
		<published>2009-11-14T09:46:56Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hi..
  Is there any way to load a multiple xml files in a single urlloader.
Thanks in advance.
Original post by Guest
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/loading-multiple-xml-files">&lt;div&gt;Hi..&lt;br /&gt;
  Is there any way to load a multiple xml files in a single urlloader.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222756&amp;amp;goto=newpost"  title="Loading multiple xml files."&gt;Guest&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JUGF1l1lX7qUhkS87GQL7rjxzQM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JUGF1l1lX7qUhkS87GQL7rjxzQM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JUGF1l1lX7qUhkS87GQL7rjxzQM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JUGF1l1lX7qUhkS87GQL7rjxzQM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/loading-multiple-xml-files#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/loading-multiple-xml-files/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[A useful video card benchmarking guide?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/a-useful-video-card-benchmarking-guide" />
		<id>http://www.wp-wordpress.com/a-useful-video-card-benchmarking-guide</id>
		<updated>2009-11-14T09:28:09Z</updated>
		<published>2009-11-14T09:28:09Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Can become a major headache comparing video cards, so I found this quite useful when shopping for a lappy, obviousley not as detailed as many other guides but it gives you an idea:
http://www.videocardbenchmark.net/high_end_gpus.html
Original post by FingerHuman_00
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/a-useful-video-card-benchmarking-guide">&lt;div&gt;Can become a major headache comparing video cards, so I found this quite useful when shopping for a lappy, obviousley not as detailed as many other guides but it gives you an idea:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.videocardbenchmark.net/high_end_gpus.html"  target="_blank"&gt;http://www.videocardbenchmark.net/high_end_gpus.html&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://vjforums.com/showthread.php?t=30806&amp;amp;goto=newpost"  title="A useful video card benchmarking guide?"&gt;FingerHuman_00&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/00CgdiZJsTJw1yJmqHxF6qQv4Yc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/00CgdiZJsTJw1yJmqHxF6qQv4Yc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/00CgdiZJsTJw1yJmqHxF6qQv4Yc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/00CgdiZJsTJw1yJmqHxF6qQv4Yc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/a-useful-video-card-benchmarking-guide#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/a-useful-video-card-benchmarking-guide/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Does your opinion of your writing change? One day it&#8217;s good, then next day it&#8217;s bad.]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/does-your-opinion-of-your-writing-change-one-day-its-good-then-next-day-its-bad" />
		<id>http://www.wp-wordpress.com/does-your-opinion-of-your-writing-change-one-day-its-good-then-next-day-its-bad</id>
		<updated>2009-11-14T09:13:48Z</updated>
		<published>2009-11-14T09:13:48Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Is there anyone who can empathise with me, or offer any thoughts?
When I read something I&#8217;ve written my opinion of my work can best be described as bipolar.
Fifty per cent of the time I am proud of my writing, and think it&#8217;s as good as most published works.
The rest of the time I read my [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/does-your-opinion-of-your-writing-change-one-day-its-good-then-next-day-its-bad">&lt;div&gt;Is there anyone who can empathise with me, or offer any thoughts?&lt;/p&gt;
&lt;p&gt;When I read something I&amp;#8217;ve written my opinion of my work can best be described as bipolar.&lt;/p&gt;
&lt;p&gt;Fifty per cent of the time I am proud of my writing, and think it&amp;#8217;s as good as most published works.&lt;/p&gt;
&lt;p&gt;The rest of the time I read my writing and feel that it&amp;#8217;s average. I can do nothing but find fault. I feel that it reads like something scribbled by an angst-ridden teenager in his bedroom; I get an irksome feeling that my writing&amp;#8217;s not quite good enough.&lt;/p&gt;
&lt;p&gt;I am talking about re-reading the same scene or paragraph. I may read it one day and think it&amp;#8217;s great, and then I&amp;#8217;ll read the same scene a day or two later and think it&amp;#8217;s not very good. And I may even read the same scene another few more days later and think it&amp;#8217;s fine.&lt;/p&gt;
&lt;p&gt;Is this a common feeling for writers?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162075&amp;amp;goto=newpost"  title="Does your opinion of your writing change? One day it's good, then next day it's bad."&gt;DannySherbet&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/chsAmMlS_nBCtNFuvlMbGiy0kys/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/chsAmMlS_nBCtNFuvlMbGiy0kys/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/chsAmMlS_nBCtNFuvlMbGiy0kys/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/chsAmMlS_nBCtNFuvlMbGiy0kys/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/does-your-opinion-of-your-writing-change-one-day-its-good-then-next-day-its-bad#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/does-your-opinion-of-your-writing-change-one-day-its-good-then-next-day-its-bad/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Snowflakes and a quick mapping]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/snowflakes-and-a-quick-mapping" />
		<id>http://www.wp-wordpress.com/snowflakes-and-a-quick-mapping</id>
		<updated>2009-11-14T09:10:27Z</updated>
		<published>2009-11-14T09:10:27Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[http://snowflake.austria.info/
Make a snowflake and have it projected on museum in Vienna, then get mailed a video of it on the building&#8230;
This is what I&#8217;ve been upto for the last couple of weeks, its freezing, until the gluhwein starts to work!
Made with vvvv for the graphics, php, flash and databasing for the rest of it, all [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/snowflakes-and-a-quick-mapping">&lt;div&gt;&lt;a href="http://snowflake.austria.info/"  target="_blank"&gt;http://snowflake.austria.info/&lt;/a&gt;&lt;br /&gt;
Make a snowflake and have it projected on museum in Vienna, then get mailed a video of it on the building&amp;#8230;&lt;br /&gt;
This is what I&amp;#8217;ve been upto for the last couple of weeks, its freezing, until the gluhwein starts to work!&lt;br /&gt;
Made with vvvv for the graphics, php, flash and databasing for the rest of it, all put together by Strukt.&lt;/p&gt;
&lt;p&gt;And at a risk of boring all you jaded vj&amp;#8217;s some augmented architecture
&lt;div align="center"&gt;
&lt;table class="tborder" cellpadding="6" cellspacing="1" border="0" width="400" style="margin:10px 0"&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;td class="tcat" colspan="2" style="text-align:center"&gt;
                        &lt;a href="http://vimeo.com/7572445"  title="Vimeo Videos" target="_blank"&gt;Vimeo Videos&lt;/a&gt;
                &lt;/td&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="panelsurround" align="center"&gt;&lt;a target="_blank" href="http://vimeo.com/7572445" &gt;Vimeo Clip 7572445&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;Double HD (well almost theres a soft edge) realtime gfx. Content was made in a day as we weren&amp;#8217;t meant to project anything but the snowflakes and some museum related promo&amp;#8217;s, until the last minute&amp;#8230;&lt;br /&gt;
Some of you might enjoy, I certainly did seeing it that big!&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://vjforums.com/showthread.php?t=30805&amp;amp;goto=newpost"  title="Snowflakes and a quick mapping"&gt;cat&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GWFw0ciWmEmn0GvPAmkFnoxHrgg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GWFw0ciWmEmn0GvPAmkFnoxHrgg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GWFw0ciWmEmn0GvPAmkFnoxHrgg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GWFw0ciWmEmn0GvPAmkFnoxHrgg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/snowflakes-and-a-quick-mapping#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/snowflakes-and-a-quick-mapping/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Galaxy in MLS Cup final, beat Dynamo (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/galaxy-in-mls-cup-final-beat-dynamo-ap" />
		<id>http://www.wp-wordpress.com/galaxy-in-mls-cup-final-beat-dynamo-ap</id>
		<updated>2009-11-14T09:00:08Z</updated>
		<published>2009-11-14T09:00:08Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Gregg Berhalter and Landon Donovan scored in overtime to put the Los Angeles Galaxy into MLS Cup final with a 2-0 victory over the Houston Dynamo on Friday night. The Galaxy will play in its first MLS Cup final since 2005 on Nov. 22 in Seattle against the winner of Saturday&#39;s Eastern Conference final match [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/galaxy-in-mls-cup-final-beat-dynamo-ap">&lt;div&gt;Gregg Berhalter and Landon Donovan scored in overtime to put the Los Angeles Galaxy into MLS Cup final with a 2-0 victory over the Houston Dynamo on Friday night. The Galaxy will play in its first MLS Cup final since 2005 on Nov. 22 in Seattle against the winner of Saturday&amp;#39;s Eastern Conference final match between Chicago and Real Salt Lake.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11sra4ame/*http%3A//sports.yahoo.com/mls/recap?gid=2009111307&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143430&amp;amp;goto=newpost"  title="Galaxy in MLS Cup final, beat Dynamo (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jtoknvBvVCqdveK0_JUNxN9bKqE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jtoknvBvVCqdveK0_JUNxN9bKqE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jtoknvBvVCqdveK0_JUNxN9bKqE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jtoknvBvVCqdveK0_JUNxN9bKqE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/galaxy-in-mls-cup-final-beat-dynamo-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/galaxy-in-mls-cup-final-beat-dynamo-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[looping animation inside symbol]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/looping-animation-inside-symbol" />
		<id>http://www.wp-wordpress.com/looping-animation-inside-symbol</id>
		<updated>2009-11-14T08:13:09Z</updated>
		<published>2009-11-14T08:13:09Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I have a symbol which I want to contain several loops, but when I play it, it simply stands still. Example:
Frame 1 &#8211; 
Frame 2 &#8211; gotoAndPlay(1);
Frame 3 &#8211; 
Frame 4 &#8211; gotoAndPlay(3);
As I understand it, if I start the movie clip at frame 1, it should loop frames 1 and 2, and if I [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/looping-animation-inside-symbol">&lt;div&gt;I have a symbol which I want to contain several loops, but when I play it, it simply stands still. Example:&lt;br /&gt;
Frame 1 &amp;#8211; &lt;br /&gt;
Frame 2 &amp;#8211; gotoAndPlay(1);&lt;br /&gt;
Frame 3 &amp;#8211; &lt;br /&gt;
Frame 4 &amp;#8211; gotoAndPlay(3);&lt;/p&gt;
&lt;p&gt;As I understand it, if I start the movie clip at frame 1, it should loop frames 1 and 2, and if I start it at frame 3, it should loop frames 3 and 4. Why won&amp;#8217;t it work ? What am I missing ?&lt;/p&gt;
&lt;p&gt;Thanks for your help. &lt;img src='http://www.wp-wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; &lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222755&amp;amp;goto=newpost"  title="looping animation inside symbol"&gt;gggasped&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wi66jQG7C5RTmxKdWc3t6bGU_0g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wi66jQG7C5RTmxKdWc3t6bGU_0g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wi66jQG7C5RTmxKdWc3t6bGU_0g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wi66jQG7C5RTmxKdWc3t6bGU_0g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/looping-animation-inside-symbol#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/looping-animation-inside-symbol/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Fair Use]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/fair-use" />
		<id>http://www.wp-wordpress.com/fair-use</id>
		<updated>2009-11-14T07:47:49Z</updated>
		<published>2009-11-14T07:47:49Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I&#8217;ve been thinking about making a story deeply entrenched in 80&#8217;s pop culture.  In writing such a story and for illustration, is it fair use to directly mention or make references to real product brand names, product jingles, song verses, movies, tv shows, toys, video games?
Original post by gau dog
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/fair-use">&lt;div&gt;I&amp;#8217;ve been thinking about making a story deeply entrenched in 80&amp;#8217;s pop culture.  In writing such a story and for illustration, is it fair use to directly mention or make references to real product brand names, product jingles, song verses, movies, tv shows, toys, video games?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162072&amp;amp;goto=newpost"  title="Fair Use"&gt;gau dog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VOMRvHXcmbGP4mTtn-Yx3Xx1svM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VOMRvHXcmbGP4mTtn-Yx3Xx1svM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VOMRvHXcmbGP4mTtn-Yx3Xx1svM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VOMRvHXcmbGP4mTtn-Yx3Xx1svM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/fair-use#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/fair-use/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[How much do you consider categories when you write?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/how-much-do-you-consider-categories-when-you-write" />
		<id>http://www.wp-wordpress.com/how-much-do-you-consider-categories-when-you-write</id>
		<updated>2009-11-14T07:39:57Z</updated>
		<published>2009-11-14T07:39:57Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[One of the things I&#8217;ve seen here on the boards is how novel writing is split into categories. There are many categories, from erotica to childrens literature.
For me, I don&#8217;t think about it at all. What I&#8217;m writing now COULD be said to be an edgy YA story, but I think that for me I [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/how-much-do-you-consider-categories-when-you-write">&lt;div&gt;One of the things I&amp;#8217;ve seen here on the boards is how novel writing is split into categories. There are many categories, from erotica to childrens literature.&lt;/p&gt;
&lt;p&gt;For me, I don&amp;#8217;t think about it at all. What I&amp;#8217;m writing now COULD be said to be an edgy YA story, but I think that for me I would possibly start to limit myself if I started to think in terms of categories. There would possibly be scenes and subject matters that I would unconsciously not write about.&lt;/p&gt;
&lt;p&gt;I don&amp;#8217;t say that categorisation is bad or good &amp;#8211; i have no opinion on it. However, for me a 19 year old is no different than a 33 year old when it comes to writing fiction. They are both undefined adults.&lt;/p&gt;
&lt;p&gt;I am curious how much the rest of you aim for categories.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162071&amp;amp;goto=newpost"  title="How much do you consider categories when you write?"&gt;Maxinquaye&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/oUmJuN92Ln6V13FTcDqNDA_01_U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oUmJuN92Ln6V13FTcDqNDA_01_U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/oUmJuN92Ln6V13FTcDqNDA_01_U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oUmJuN92Ln6V13FTcDqNDA_01_U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/how-much-do-you-consider-categories-when-you-write#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/how-much-do-you-consider-categories-when-you-write/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Aiplex anti movie piracy]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/aiplex-anti-movie-piracy" />
		<id>http://www.wp-wordpress.com/aiplex-anti-movie-piracy</id>
		<updated>2009-11-14T07:22:36Z</updated>
		<published>2009-11-14T07:22:36Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Aiplex Founded in 2003 provides net Vigilance services &#38; is a leading provider of Windows-based Network Vulnerability &#38; security Solutions that enable corporations to safely conduct business operations via Internet. The following are the solutions rendered to various clients across the globe.
a)Search engine optimization
b)Medical Transcription services
c)Email marketing / e-campaign
d)Business solution &#38; Statistical Analysis
e)Net Vigilance (The [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/aiplex-anti-movie-piracy">&lt;div&gt;Aiplex Founded in 2003 provides net Vigilance services &amp;amp; is a leading provider of Windows-based Network Vulnerability &amp;amp; security Solutions that enable corporations to safely conduct business operations via Internet. The following are the solutions rendered to various clients across the globe.&lt;br /&gt;
a)Search engine optimization&lt;br /&gt;
b)Medical Transcription services&lt;br /&gt;
c)Email marketing / e-campaign&lt;br /&gt;
d)Business solution &amp;amp; Statistical Analysis&lt;br /&gt;
e)Net Vigilance (The complete corporate / Media security for copyright contents)&lt;/p&gt;
&lt;p&gt;Net Vigilance&lt;br /&gt;
We are proud to claim that we are the only Net vigilant company in the Globe thus far to provide unprecedented services on Internet based piracies. To eradicate piracy at its best possible, we strategically follow some of the best practices outlined below;&lt;br /&gt;
a)Finding the links of the unauthorized content using appropriate software which co-relates the copy right / licensed material in any given format.&lt;br /&gt;
b)A detailed statistical analysis of the site which has such pirated content would be made available on a weekly/fortnight basis  they are so called the very enemies to the creator.  &lt;br /&gt;
c)Our 24/7 net vigilant agents &amp;amp; customer support team will have a rigorous check on video sharing communities and do regular check ups for copy right deviation.&lt;br /&gt;
d)We shall approach the service provider with the authenticated links of the unscrupulous pirated products being uploaded &amp;amp; appeal them to remove the content/file by sending legal notice / request letter for violation of copyrights.&lt;br /&gt;
e)Our 24/7-support team would also prevent the damage by sending instant legal notices to the service provider &amp;amp; block the account for deviating copyright laws.&lt;/p&gt;
&lt;p&gt;Techniques used in identifying &amp;amp; preventing the copyright damage&lt;br /&gt;
a)We shall promote various articles in leading forums &amp;amp; reiterate the pros &amp;amp; cons of copy right deviation.&lt;br /&gt;
b)Creating accounts in popular social network communities and inviting people to contribute in locating the unscrupulous videos or duplication of an original recording for commercial gain without the consent of owners. &lt;br /&gt;
c)Conducting torrent search with torrent Meta sites using software.&lt;br /&gt;
d)Conducting music search with music meta sites&lt;br /&gt;
e)Conducting video search with video spotters and video sharing meta search engines&lt;br /&gt;
f)We can prevent by sending a strict warning notice/legal notice to certain service provider who invite their clients to upload videos &amp;amp; movies for the benefit of having more traffic to their site. &lt;br /&gt;
g)We can provide the copyright infringement articles which helps the company to promote and update their method of protection against the piracy.&lt;br /&gt;
h)We will seek advice from various technology forums that are implemented which could help the copyright content owners to protect their material against piracy.&lt;/p&gt;
&lt;p&gt;Aiplex Net Vigilance strength lies in DATA BASE&lt;br /&gt;
We have a huge database of popular forums, search engines, torrents, video sharing communities, blogs &amp;amp; social networking communities which can be used to reduce the rate of piracy growth in Bollywood.&lt;br /&gt;
a)We have a list of 14500 leading torrents where movies are uploaded currently.&lt;br /&gt;
b) A list of 97 leading movie uploading sites where people are allowed to upload more than 1GB single file is available with us.&lt;br /&gt;
c)A mega list of 40000 plus forums where general discussion are made will have high impact while we invite aspirants to share views or locate the pirated content on web will surely reduce piracy.&lt;br /&gt;
d)A list of leading 159 video sharing communities where videos in any forms are uploaded can be on a rigorous check for any new uploads.&lt;br /&gt;
e)Aiplex has accounts in all social network communities, blogs, video sharing communities not only in its brand name, but also with duplicate names to identify and monitor various uploads.&lt;/p&gt;
&lt;p&gt;For further details &lt;br /&gt;
Aiplex Software Pvt. Ltd&lt;br /&gt;
No. 2943/E, 1st floor, Opp Maruthi Mandir,&lt;br /&gt;
Service Road, Vijayanagar,&lt;br /&gt;
Bangalore &amp;#8211; 560 040, Tel:   +91 80 2330 5411/12/13 &lt;br /&gt;
Mobile:   +91 97393 68832&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143429&amp;amp;goto=newpost"  title="Aiplex anti movie piracy"&gt;Aiplex&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9DQQwzJEDh4HtJ1h8fBqpMOakFA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9DQQwzJEDh4HtJ1h8fBqpMOakFA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9DQQwzJEDh4HtJ1h8fBqpMOakFA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9DQQwzJEDh4HtJ1h8fBqpMOakFA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/aiplex-anti-movie-piracy#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/aiplex-anti-movie-piracy/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Seo Bangalore Seo India Mt Bangalore Mt India]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/seo-bangalore-seo-india-mt-bangalore-mt-india" />
		<id>http://www.wp-wordpress.com/seo-bangalore-seo-india-mt-bangalore-mt-india</id>
		<updated>2009-11-14T07:20:43Z</updated>
		<published>2009-11-14T07:20:43Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Aiplex Software Pvt. Ltd. is one of the leading providers of healthcare (medical transcription) and search engine optimization (SEO) services to clients across the globe.
Aiplex has a blend of technology savvy &#38; process driven dedicated team bringing about a paradigm shift in rendering customized solutions to its clients. We have steadily grown in reach and [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/seo-bangalore-seo-india-mt-bangalore-mt-india">&lt;div&gt;Aiplex Software Pvt. Ltd. is one of the leading providers of healthcare (medical transcription) and search engine optimization (SEO) services to clients across the globe.&lt;/p&gt;
&lt;p&gt;Aiplex has a blend of technology savvy &amp;amp; process driven dedicated team bringing about a paradigm shift in rendering customized solutions to its clients. We have steadily grown in reach and service offerings with a favorable cost-benefit ratio &amp;amp; keeping pace with the emerging business needs of our customers.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143428&amp;amp;goto=newpost"  title="Seo Bangalore Seo India Mt Bangalore Mt India"&gt;Aiplex&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9lDbjYLUU8yw3Kcx619ss0xv0ao/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9lDbjYLUU8yw3Kcx619ss0xv0ao/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9lDbjYLUU8yw3Kcx619ss0xv0ao/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9lDbjYLUU8yw3Kcx619ss0xv0ao/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/seo-bangalore-seo-india-mt-bangalore-mt-india#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/seo-bangalore-seo-india-mt-bangalore-mt-india/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Mondern Warfare 2 PS3, anyone?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/mondern-warfare-2-ps3-anyone" />
		<id>http://www.wp-wordpress.com/mondern-warfare-2-ps3-anyone</id>
		<updated>2009-11-14T07:19:34Z</updated>
		<published>2009-11-14T07:19:34Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[If so, anyone want to play Veteran Special Ops?  I need someone from a friendlist since I can&#8217;t join or invite randomly.
Original post by cris
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/mondern-warfare-2-ps3-anyone">&lt;div&gt;If so, anyone want to play Veteran Special Ops?  I need someone from a friendlist since I can&amp;#8217;t join or invite randomly.&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.animenation.net/forums/showthread.php?t=226315&amp;amp;goto=newpost"  title="Mondern Warfare 2 PS3, anyone?"&gt;cris&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Jb7b-__iNvNNc8uKXZrGSMP-6ck/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jb7b-__iNvNNc8uKXZrGSMP-6ck/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Jb7b-__iNvNNc8uKXZrGSMP-6ck/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jb7b-__iNvNNc8uKXZrGSMP-6ck/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/mondern-warfare-2-ps3-anyone#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/mondern-warfare-2-ps3-anyone/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Nuggets use big 3rd to rout Lakers (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/nuggets-use-big-3rd-to-rout-lakers-ap" />
		<id>http://www.wp-wordpress.com/nuggets-use-big-3rd-to-rout-lakers-ap</id>
		<updated>2009-11-14T07:10:09Z</updated>
		<published>2009-11-14T07:10:09Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[
Carmelo Anthony got the better of Ron Artest, scoring 25 points in 29 minutes and leading the Denver Nuggets past the Los Angeles Lakers 105-79 Friday night. The Lakers&#39; six-game winning streak was snapped. They scored just eight points in the third quarter as the Nuggets turned a two-point halftime lead into an 87-64 cushion [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/nuggets-use-big-3rd-to-rout-lakers-ap">&lt;div&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11stpid94/*http%3A//sports.yahoo.com/nba/recap?gid=2009111307&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;&lt;img src="http://d.yimg.com/a/p/ap/20091114/thumb.bbad3fb13776431c80ca03a3a5f1a03c.lakers_nuggets_basketball_codz107.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;
Carmelo Anthony got the better of Ron Artest, scoring 25 points in 29 minutes and leading the Denver Nuggets past the Los Angeles Lakers 105-79 Friday night. The Lakers&amp;#39; six-game winning streak was snapped. They scored just eight points in the third quarter as the Nuggets turned a two-point halftime lead into an 87-64 cushion that had ecstatic fans chanting &amp;quot;Beat L.A.!&amp;quot; something&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11stpid94/*http%3A//sports.yahoo.com/nba/recap?gid=2009111307&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143427&amp;amp;goto=newpost"  title="Nuggets use big 3rd to rout Lakers (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6DTkqpZXywtPYdLgiTGOsmF6Tc8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6DTkqpZXywtPYdLgiTGOsmF6Tc8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6DTkqpZXywtPYdLgiTGOsmF6Tc8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6DTkqpZXywtPYdLgiTGOsmF6Tc8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/nuggets-use-big-3rd-to-rout-lakers-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/nuggets-use-big-3rd-to-rout-lakers-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Agent&#8217;s not accepting unsolicited works]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/agents-not-accepting-unsolicited-works" />
		<id>http://www.wp-wordpress.com/agents-not-accepting-unsolicited-works</id>
		<updated>2009-11-14T07:07:00Z</updated>
		<published>2009-11-14T07:07:00Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Ok I am sure this has been asked and I apologize I searched back several pages trying to find the answer.
I was using some free time to take a look at some agents websites, preparing myself for when I am ready to start querying my MS.
I often thought the whole point of an agent was [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/agents-not-accepting-unsolicited-works">&lt;div&gt;Ok I am sure this has been asked and I apologize I searched back several pages trying to find the answer.&lt;/p&gt;
&lt;p&gt;I was using some free time to take a look at some agents websites, preparing myself for when I am ready to start querying my MS.&lt;/p&gt;
&lt;p&gt;I often thought the whole point of an agent was that they could help you get published as most publishers don&amp;#8217;t accepted submisions of unsolicited work, but through my travels I found several agents who do not accept unsolicited work&amp;#8230; I find myself total confused with this.. can someone explain it to me&amp;#8230;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162068&amp;amp;goto=newpost"  title="Agent's not accepting unsolicited works"&gt;AlishaS&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pyyeM5u3xMlbW-ZhYMQXTEI9ghE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pyyeM5u3xMlbW-ZhYMQXTEI9ghE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pyyeM5u3xMlbW-ZhYMQXTEI9ghE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pyyeM5u3xMlbW-ZhYMQXTEI9ghE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/agents-not-accepting-unsolicited-works#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/agents-not-accepting-unsolicited-works/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Argentina&#8217;s turn&#8230;to allow gay marriage]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/argentinas-turn-to-allow-gay-marriage" />
		<id>http://www.wp-wordpress.com/argentinas-turn-to-allow-gay-marriage</id>
		<updated>2009-11-14T06:52:12Z</updated>
		<published>2009-11-14T06:52:12Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[http://www.pamshouseblend.com/diary/&#8230;riage-equality
Meanwhile, in the US&#8230;
Original post by BenPanced
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/argentinas-turn-to-allow-gay-marriage">&lt;div&gt;&lt;a href="http://www.pamshouseblend.com/diary/14079/argentine-judge-opens-the-door-to-marriage-equality"  target="_blank"&gt;http://www.pamshouseblend.com/diary/&amp;#8230;riage-equality&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Meanwhile, in the US&amp;#8230;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162067&amp;amp;goto=newpost"  title="Argentina's turn...to allow gay marriage"&gt;BenPanced&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jxDDdii0E9R6Tn4WakCHcpmwcFA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jxDDdii0E9R6Tn4WakCHcpmwcFA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jxDDdii0E9R6Tn4WakCHcpmwcFA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jxDDdii0E9R6Tn4WakCHcpmwcFA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/argentinas-turn-to-allow-gay-marriage#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/argentinas-turn-to-allow-gay-marriage/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Matt Leinart hypothetical]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/matt-leinart-hypothetical" />
		<id>http://www.wp-wordpress.com/matt-leinart-hypothetical</id>
		<updated>2009-11-14T06:36:39Z</updated>
		<published>2009-11-14T06:36:39Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[This isn&#8217;t about trading Leinart now or in the future but a &#34;what if&#34; scenario that I&#8217;ve been arguing with someone on another board about.
They are claiming that Vince Young has sparked the Titans&#8217; recent mini-win streak.  That conversation led to me suggesting that the Titans would have been much better off in the [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/matt-leinart-hypothetical">&lt;div&gt;This isn&amp;#8217;t about trading Leinart now or in the future but a &amp;quot;what if&amp;quot; scenario that I&amp;#8217;ve been arguing with someone on another board about.&lt;/p&gt;
&lt;p&gt;They are claiming that Vince Young has sparked the Titans&amp;#8217; recent mini-win streak.  That conversation led to me suggesting that the Titans would have been much better off in the short term and long term if they had drafted Leinart instead of Young.&lt;/p&gt;
&lt;p&gt;Young and Leinart have both had their respective troubles with playbooks and work habits but had Leinart gone to Tennessee I really think he&amp;#8217;d have experienced quite a bit of success by now.  &lt;/p&gt;
&lt;p&gt;Norm Chow and Jeff Fisher(I think) both wanted Leinart.  They are both connected to USC and Leinart played under Chow at USC.  When you look at the way the Titans approach the NFL game it&amp;#8217;s much like USC.  Heck, Leinart&amp;#8217;s old backfield mate LenDale White was even there.&lt;/p&gt;
&lt;p&gt;The Titans have Chris Johnson to fill the Reggie Bush role from USC and a consistently good defense.  I mean, how could it have been any more of a seamless transition for Leinart to go into that situation?&lt;/p&gt;
&lt;p&gt;Compared to the turmoil that was Dennis Green&amp;#8217;s last year as coach and Whis and Haley&amp;#8217;s total deconstruction of Leinart I think he would be far better off in his career if he had not been c-blocked by Bud Adams&amp;#8217; love for Young.&lt;/p&gt;
&lt;p&gt;Also, who would the Cardinals have drafted if Leinart hadn&amp;#8217;t fallen so far?  Would Warner have adopted the gloves if he hadn&amp;#8217;t been benched in favor of Leinart?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143426&amp;amp;goto=newpost"  title="Matt Leinart hypothetical"&gt;moklerman&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/g22mVTJ_wBqJCyCR15mFiepnqY0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/g22mVTJ_wBqJCyCR15mFiepnqY0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/g22mVTJ_wBqJCyCR15mFiepnqY0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/g22mVTJ_wBqJCyCR15mFiepnqY0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/matt-leinart-hypothetical#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/matt-leinart-hypothetical/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[as3 image upload problem with url not found]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/as3-image-upload-problem-with-url-not-found" />
		<id>http://www.wp-wordpress.com/as3-image-upload-problem-with-url-not-found</id>
		<updated>2009-11-14T06:15:31Z</updated>
		<published>2009-11-14T06:15:31Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[package {
    import flash.display.Sprite;
    import flash.events.*;
    import flash.net.FileFilter;
    import flash.net.FileReference;
    import flash.net.URLRequest;
    public class FileReferenceExample extends Sprite {
        private var uploadURL:URLRequest;
        private var [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/as3-image-upload-problem-with-url-not-found">&lt;div&gt;package {&lt;br /&gt;
    import flash.display.Sprite;&lt;br /&gt;
    import flash.events.*;&lt;br /&gt;
    import flash.net.FileFilter;&lt;br /&gt;
    import flash.net.FileReference;&lt;br /&gt;
    import flash.net.URLRequest;&lt;/p&gt;
&lt;p&gt;    public class FileReferenceExample extends Sprite {&lt;br /&gt;
        private var uploadURL:URLRequest;&lt;br /&gt;
        private var file:FileReference;&lt;/p&gt;
&lt;p&gt;        public function FileReferenceExample() {&lt;br /&gt;
            uploadURL = new URLRequest();&lt;br /&gt;
            uploadURL.url = &amp;quot;http://www.[yourDomain].com/yourUploadHandlerScript.cfm&amp;quot;;&lt;br /&gt;
            file = new FileReference();&lt;br /&gt;
            configureListeners(file);&lt;br /&gt;
            file.browse(getTypes());&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function configureListeners(dispatcher:IEventDispatcher):vo  id {&lt;br /&gt;
            dispatcher.addEventListener(Event.CANCEL, cancelHandler);&lt;br /&gt;
            dispatcher.addEventListener(Event.COMPLETE, completeHandler);&lt;br /&gt;
            dispatcher.addEventListener(HTTPStatusEvent.HTTP_S  TATUS, httpStatusHandler);&lt;br /&gt;
            dispatcher.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);&lt;br /&gt;
            dispatcher.addEventListener(Event.OPEN, openHandler);&lt;br /&gt;
            dispatcher.addEventListener(ProgressEvent.PROGRESS  , progressHandler);&lt;br /&gt;
            dispatcher.addEventListener(SecurityErrorEvent.SEC  URITY_ERROR, securityErrorHandler);&lt;br /&gt;
            dispatcher.addEventListener(Event.SELECT, selectHandler);&lt;br /&gt;
            dispatcher.addEventListener(DataEvent.UPLOAD_COMPL  ETE_DATA,uploadCompleteDataHandler);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function getTypes():Array {&lt;br /&gt;
            var allTypes:Array = new Array(getImageTypeFilter(), getTextTypeFilter());&lt;br /&gt;
            return allTypes;&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function getImageTypeFilter():FileFilter {&lt;br /&gt;
            return new FileFilter(&amp;quot;Images (*.jpg, *.jpeg, *.gif, *.png)&amp;quot;, &amp;quot;*.jpg;*.jpeg;*.gif;*.png&amp;quot;);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function getTextTypeFilter():FileFilter {&lt;br /&gt;
            return new FileFilter(&amp;quot;Text Files (*.txt, *.rtf)&amp;quot;, &amp;quot;*.txt;*.rtf&amp;quot;);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function cancelHandler(event:Event):void {&lt;br /&gt;
            trace(&amp;quot;cancelHandler: &amp;quot; + event);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function completeHandler(event:Event):void {&lt;br /&gt;
            trace(&amp;quot;completeHandler: &amp;quot; + event);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function uploadCompleteDataHandler(event:DataEvent):void {&lt;br /&gt;
            trace(&amp;quot;uploadCompleteData: &amp;quot; + event);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function httpStatusHandler(event:HTTPStatusEvent):void {&lt;br /&gt;
            trace(&amp;quot;httpStatusHandler: &amp;quot; + event);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function ioErrorHandler(event:IOErrorEvent):void {&lt;br /&gt;
            trace(&amp;quot;ioErrorHandler: &amp;quot; + event);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function openHandler(event:Event):void {&lt;br /&gt;
            trace(&amp;quot;openHandler: &amp;quot; + event);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function progressHandler(event:ProgressEvent):void {&lt;br /&gt;
            var file:FileReference = FileReference(event.target);&lt;br /&gt;
            trace(&amp;quot;progressHandler name=&amp;quot; + file.name + &amp;quot; bytesLoaded=&amp;quot; + event.bytesLoaded + &amp;quot; bytesTotal=&amp;quot; + event.bytesTotal);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function securityErrorHandler(event:SecurityErrorEvent):voi  d {&lt;br /&gt;
            trace(&amp;quot;securityErrorHandler: &amp;quot; + event);&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;        private function selectHandler(event:Event):void {&lt;br /&gt;
            var file:FileReference = FileReference(event.target);&lt;br /&gt;
            trace(&amp;quot;selectHandler: name=&amp;quot; + file.name + &amp;quot; URL=&amp;quot; + uploadURL.url);&lt;br /&gt;
            file.upload(uploadURL);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;  i try to do it with a file of upload.php and provide its path as per my machine can u please provide me the solution&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222754&amp;amp;goto=newpost"  title="as3 image upload problem with url not found"&gt;avneet kumar&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QTRTHQ9Sh9fMbP09Jf6-wFgn_mU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QTRTHQ9Sh9fMbP09Jf6-wFgn_mU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QTRTHQ9Sh9fMbP09Jf6-wFgn_mU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QTRTHQ9Sh9fMbP09Jf6-wFgn_mU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/as3-image-upload-problem-with-url-not-found#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/as3-image-upload-problem-with-url-not-found/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[OT: Lakers Take , take , take&#8230;]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/ot-lakers-take-take-take" />
		<id>http://www.wp-wordpress.com/ot-lakers-take-take-take</id>
		<updated>2009-11-14T06:13:24Z</updated>
		<published>2009-11-14T06:13:24Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[&#8230;A mile high BEAT DOWN! Bring them down to size a little.
I wonder what Bryant whispered to Anthony at the end?
Original post by WildBB
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/ot-lakers-take-take-take">&lt;div&gt;&amp;#8230;A mile high BEAT DOWN! Bring them down to size a little.&lt;/p&gt;
&lt;p&gt;I wonder what Bryant whispered to Anthony at the end?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143425&amp;amp;goto=newpost"  title="OT: Lakers Take , take , take..."&gt;WildBB&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UvHUN4jFKWlo8OiKLOtpfRndaSE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UvHUN4jFKWlo8OiKLOtpfRndaSE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UvHUN4jFKWlo8OiKLOtpfRndaSE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UvHUN4jFKWlo8OiKLOtpfRndaSE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/ot-lakers-take-take-take#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/ot-lakers-take-take-take/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Accomplishment with a goal&#8230;]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/accomplishment-with-a-goal" />
		<id>http://www.wp-wordpress.com/accomplishment-with-a-goal</id>
		<updated>2009-11-14T05:57:43Z</updated>
		<published>2009-11-14T05:57:43Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[As anyone who can&#8217;t outrun me knows, I sat down with an editor from Kensington Press November 3rd, this is not about that.
Well it is kinda. A few days ago I wrote an e-mail to an agent  who has had a partial for a few months and said &#34;Dude, I think the book is [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/accomplishment-with-a-goal">&lt;div&gt;As anyone who can&amp;#8217;t outrun me knows, I sat down with an editor from Kensington Press November 3rd, this is not about that.&lt;/p&gt;
&lt;p&gt;Well it is kinda. A few days ago I wrote an e-mail to an agent  who has had a partial for a few months and said &amp;quot;Dude, I think the book is sold, I need you to sell the movie, we can make a lot of money&amp;quot;&lt;/p&gt;
&lt;p&gt;He said &amp;quot;Let me read the five and get back to you&amp;quot;&lt;/p&gt;
&lt;p&gt;Today the e-mail said &amp;quot;I was going to call you today, are you available this weekend?&amp;quot;&lt;/p&gt;
&lt;p&gt;Pretty cool huh?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162066&amp;amp;goto=newpost"  title="Accomplishment with a goal..."&gt;Wayne K&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dM1E7HvZHg3S0EWW2cCm28IP46g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dM1E7HvZHg3S0EWW2cCm28IP46g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dM1E7HvZHg3S0EWW2cCm28IP46g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dM1E7HvZHg3S0EWW2cCm28IP46g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/accomplishment-with-a-goal#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/accomplishment-with-a-goal/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Plot Hole? &#8230;Possible Spoilers]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/plot-hole-possible-spoilers" />
		<id>http://www.wp-wordpress.com/plot-hole-possible-spoilers</id>
		<updated>2009-11-14T05:42:56Z</updated>
		<published>2009-11-14T05:42:56Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[So&#8230; here is something I&#8217;ve been thinking for a little while. Its been bothering me. (I tend to re-watch One Piece in my spare time)
I recently started over and came across episode 61 again. In the 2nd half of the episode they start looking at maps to understand Reverse Mountain. And before I noticed this, [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/plot-hole-possible-spoilers">&lt;div&gt;So&amp;#8230; here is something I&amp;#8217;ve been thinking for a little while. Its been bothering me. (I tend to re-watch One Piece in my spare time)&lt;/p&gt;
&lt;p&gt;I recently started over and came across episode 61 again. In the 2nd half of the episode they start looking at maps to understand Reverse Mountain. And before I noticed this, I always thought that they entered INBETWEEN the Red Line, but no! They enter Grand Line via Reverse Mountain because the Calm Belt is in the way. Not the Red Line, the Calm Belt. (Meaning I always thought that there were walls seperating the Grand Line from North Blue, East Blue, etc&amp;#8230;)&lt;/p&gt;
&lt;p&gt;My thought pertains to the Marines as they have access to the Calm Belt via Sea Stone. Also, the Kuja Pirates, because they have two Yuda to pull the ship. (I mention them because the One Piece Wikia page says that they can cross the Calm Belt because of the two Yuda, as they can swim over it and scare away any Sea Kings, I think Amazon Lily is also an island in the middle of the Calm Belt, so this is important to them)&lt;/p&gt;
&lt;p&gt;Mind you all, I understand that the map is not to any particular size. The Calm Belt could be miles wide, and inbetween both Belts (Grand Line) could me even more miles of ocean. But why can&amp;#8217;t the Marines just enter the Calm Belt get to Raftel, One Piece&amp;#8217;s location, and confiscate it, or whatever?&lt;/p&gt;
&lt;p&gt;I get that its probably not that easy, being the &amp;quot;New World&amp;quot; but does it at least seem possible? I made a picture using a screenshot from episode 61&amp;#8230; also wrote on it to possibly help you understand what I&amp;#8217;m saying.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i251.photobucket.com/albums/gg304/LordPangDe/ReverseMountain-1.jpg" border="0" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Anyone else think this? Or understand? Or could possibly help me understand? Its also stated that Gol D. Roger and crew are the only ones to have reached Raftel (episode 63 I believe; by Crocus)&amp;#8230; Am I possibly putting TOO MUCH thought into this??&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.animenation.net/forums/showthread.php?t=226314&amp;amp;goto=newpost"  title="Plot Hole? ...Possible Spoilers"&gt;FunnyManRocco&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MHsfNIq2llGlLw-_11UTxzfZt9Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MHsfNIq2llGlLw-_11UTxzfZt9Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MHsfNIq2llGlLw-_11UTxzfZt9Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MHsfNIq2llGlLw-_11UTxzfZt9Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/plot-hole-possible-spoilers#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/plot-hole-possible-spoilers/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Andrea Cambell]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/andrea-cambell-2" />
		<id>http://www.wp-wordpress.com/andrea-cambell-2</id>
		<updated>2009-11-14T05:39:55Z</updated>
		<published>2009-11-14T05:39:55Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I came across this individual on LinkedIn. 
She has this posted on her LinkedIn Profile&#8230;anyone care to elaborate? 
Apologies in advance if this is not the appropriate venue for it:
E-Teaching
Absolute Write
E-Learning industry
August 2007  August 2008 (1 year 1 month)

Quote:




				I quit Absolute Write for nonpayment of services. Caution: I was stiffed for 8-weeks of work [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/andrea-cambell-2">&lt;div&gt;I came across this individual on LinkedIn. &lt;/p&gt;
&lt;p&gt;She has this posted on her LinkedIn Profile&amp;#8230;anyone care to elaborate? &lt;/p&gt;
&lt;p&gt;Apologies in advance if this is not the appropriate venue for it:&lt;/p&gt;
&lt;p&gt;E-Teaching&lt;br /&gt;
Absolute Write&lt;br /&gt;
E-Learning industry&lt;br /&gt;
August 2007  August 2008 (1 year 1 month)&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;				I quit Absolute Write for nonpayment of services. Caution: I was stiffed for 8-weeks of work on Publish That Book: How to Write a Nonfiction Book Proposal That Sells, my online e-course. In the past I taught for Mediabistro, the Kiss of Death workshops and for Painted Rock.&lt;/p&gt;
&lt;p&gt;If you are interested in hosting an online venue for me to teach from your site, please send me an e-mail at: &lt;a href="mailto:campbell@arkansas.net"&gt;campbell@arkansas.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One of my students received a &amp;quot;very good&amp;quot; advance ($100K and up) based on her book proposal. Her agent said that there was nothing more to do, the book proposal package was so complete.&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;She also claims to be an editor for Nightengale Press (Which I did find a link to on the listing of publishers, but nothing significant about them, just that they are a POD which is easily gathered by their webcontent).&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162065&amp;amp;goto=newpost"  title="Andrea Cambell"&gt;SeattleGhostWriter&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2VehwXkTwEoWeReYwEWpE3YlAj0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2VehwXkTwEoWeReYwEWpE3YlAj0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2VehwXkTwEoWeReYwEWpE3YlAj0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2VehwXkTwEoWeReYwEWpE3YlAj0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/andrea-cambell-2#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/andrea-cambell-2/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Andrea Cambell???]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/andrea-cambell" />
		<id>http://www.wp-wordpress.com/andrea-cambell</id>
		<updated>2009-11-14T05:39:55Z</updated>
		<published>2009-11-14T05:39:55Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I came across this individual on LinkedIn. 
She has this posted on her LinkedIn Profile&#8230;anyone care to elaborate? 
Apologies in advance if this is not the appropriate venue for it:
E-Teaching
Absolute Write
E-Learning industry
August 2007  August 2008 (1 year 1 month)

Quote:




				I quit Absolute Write for nonpayment of services. Caution: I was stiffed for 8-weeks of work [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/andrea-cambell">&lt;div&gt;I came across this individual on LinkedIn. &lt;/p&gt;
&lt;p&gt;She has this posted on her LinkedIn Profile&amp;#8230;anyone care to elaborate? &lt;/p&gt;
&lt;p&gt;Apologies in advance if this is not the appropriate venue for it:&lt;/p&gt;
&lt;p&gt;E-Teaching&lt;br /&gt;
Absolute Write&lt;br /&gt;
E-Learning industry&lt;br /&gt;
August 2007  August 2008 (1 year 1 month)&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;				I quit Absolute Write for nonpayment of services. Caution: I was stiffed for 8-weeks of work on Publish That Book: How to Write a Nonfiction Book Proposal That Sells, my online e-course. In the past I taught for Mediabistro, the Kiss of Death workshops and for Painted Rock.&lt;/p&gt;
&lt;p&gt;If you are interested in hosting an online venue for me to teach from your site, please send me an e-mail at: &lt;a href="mailto:campbell@arkansas.net"&gt;campbell@arkansas.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One of my students received a &amp;quot;very good&amp;quot; advance ($100K and up) based on her book proposal. Her agent said that there was nothing more to do, the book proposal package was so complete.&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;She also claims to be an editor for Nightengale Press (Which I did find a link to on the listing of publishers, but nothing significant about them, just that they are a POD which is easily gathered by their webcontent).&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162065&amp;amp;goto=newpost"  title="Andrea Cambell???"&gt;SeattleGhostWriter&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/AldFTqsee-0WGSQLsaMQzcHi1YE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AldFTqsee-0WGSQLsaMQzcHi1YE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/AldFTqsee-0WGSQLsaMQzcHi1YE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AldFTqsee-0WGSQLsaMQzcHi1YE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/andrea-cambell#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/andrea-cambell/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[GOP is Pro Choice]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/gop-is-pro-choice" />
		<id>http://www.wp-wordpress.com/gop-is-pro-choice</id>
		<updated>2009-11-14T05:22:07Z</updated>
		<published>2009-11-14T05:22:07Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Who woulda thunk it
Demonizing it for years all the time funding it via their health plan.
Its a bit late to be honest now
http://www.politico.com/news/stories/1109/29456.html
Original post by nidan
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/gop-is-pro-choice">&lt;div&gt;Who woulda thunk it&lt;/p&gt;
&lt;p&gt;Demonizing it for years all the time funding it via their health plan.&lt;/p&gt;
&lt;p&gt;Its a bit late to be honest now&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.politico.com/news/stories/1109/29456.html" rel="nofollow"  target="_blank"&gt;http://www.politico.com/news/stories/1109/29456.html&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143424&amp;amp;goto=newpost"  title="GOP is Pro Choice"&gt;nidan&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gh6JKVwgV7DajUjMKbyKp9xGYzE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gh6JKVwgV7DajUjMKbyKp9xGYzE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gh6JKVwgV7DajUjMKbyKp9xGYzE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gh6JKVwgV7DajUjMKbyKp9xGYzE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/gop-is-pro-choice#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/gop-is-pro-choice/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Variable Names Sent via POST]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/variable-names-sent-via-post" />
		<id>http://www.wp-wordpress.com/variable-names-sent-via-post</id>
		<updated>2009-11-14T05:19:44Z</updated>
		<published>2009-11-14T05:19:44Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I&#8217;m working on a simple form in AS2 that will send some variables via POST. These are being sent to a CMS in the background. Unfortunately, the CMS mandates that the variables must be named a certain way. They must be named fields[thefieldname] which really messes up the Actionscript involved. 
Does anyone have any thoughts [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/variable-names-sent-via-post">&lt;div&gt;I&amp;#8217;m working on a simple form in AS2 that will send some variables via POST. These are being sent to a &lt;a href="http://www.symphony-cms.com/"  target="_blank"&gt;CMS&lt;/a&gt; in the background. Unfortunately, the CMS mandates that the variables must be named a certain way. They must be named &lt;b&gt;fields[thefieldname]&lt;/b&gt; which really messes up the Actionscript involved. &lt;/p&gt;
&lt;p&gt;Does anyone have any thoughts about how I could escape these [ ] characters so they don&amp;#8217;t get interpreted wrongly as an Array by Javascript?&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;
&lt;hr /&gt;&lt;code style="margin:0px"&gt;on (release) {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var msg:LoadVars = new LoadVars();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var msgSent:LoadVars = new LoadVars();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.fields[thename] = _root.inputname;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.fields[email] = _root.inputemail;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.fields[other] = _root.inputother;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.action[save-message] = &amp;quot;Save&amp;quot;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msgSent.onLoad = function($success:Boolean):Void&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ($success)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _root.messagesent._visible = true;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _root.messageerror._visible = true;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.sendAndLoad(&amp;quot;http://www.jessesutherland.com/cms/symphony/test/&amp;quot;, msgSent, &amp;quot;POST&amp;quot;);&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
}&lt;/code&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222753&amp;amp;goto=newpost"  title="Variable Names Sent via POST"&gt;TheJester12&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KvNyFXXriMvLHD75oKpRFYxwnu8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KvNyFXXriMvLHD75oKpRFYxwnu8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KvNyFXXriMvLHD75oKpRFYxwnu8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KvNyFXXriMvLHD75oKpRFYxwnu8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/variable-names-sent-via-post#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/variable-names-sent-via-post/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[&quot;A useful resource&quot;]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/a-useful-resource" />
		<id>http://www.wp-wordpress.com/a-useful-resource</id>
		<updated>2009-11-14T04:57:47Z</updated>
		<published>2009-11-14T04:57:47Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Can we use &#34;resource&#34; in the singular? 
Example &#8211; &#34;AW is an extremely useful resource for budding writers.&#34;
Microsoft Word appears to think that &#34;useful resources&#34; is the only correct form.
Original post by Suki M
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/a-useful-resource">&lt;div&gt;Can we use &amp;quot;resource&amp;quot; in the singular? &lt;/p&gt;
&lt;p&gt;Example &amp;#8211; &amp;quot;AW is &lt;u&gt;an extremely useful resource&lt;/u&gt; for budding writers.&amp;quot;&lt;/p&gt;
&lt;p&gt;Microsoft Word appears to think that &amp;quot;useful resources&amp;quot; is the only correct form.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162063&amp;amp;goto=newpost"  title="&amp;quot;A useful resource&amp;quot;"&gt;Suki M&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iat3aR33L-eEjYHK303EX0ymsG0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iat3aR33L-eEjYHK303EX0ymsG0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iat3aR33L-eEjYHK303EX0ymsG0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iat3aR33L-eEjYHK303EX0ymsG0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/a-useful-resource#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/a-useful-resource/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Diseases and Frostbite: Is This Possible?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/diseases-and-frostbite-is-this-possible" />
		<id>http://www.wp-wordpress.com/diseases-and-frostbite-is-this-possible</id>
		<updated>2009-11-14T04:55:53Z</updated>
		<published>2009-11-14T04:55:53Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Ok, so, I have a disease, and its terrifying. Its quickly reaching the levels of pandemic and no one can stop it, and its a horrible way to go. But why?
Well, my best idea so far (which isn&#8217;t a cliche of Alzheimer&#8217;s, leprosy, or rabies) is a virus/bacteria that knocks out the body&#8217;s ability to [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/diseases-and-frostbite-is-this-possible">&lt;div&gt;Ok, so, I have a disease, and its terrifying. Its quickly reaching the levels of pandemic and no one can stop it, and its a horrible way to go. But why?&lt;/p&gt;
&lt;p&gt;Well, my best idea so far (which isn&amp;#8217;t a cliche of Alzheimer&amp;#8217;s, leprosy, or rabies) is a virus/bacteria that knocks out the body&amp;#8217;s ability to warm itself. The disease then feeds on heat energy. The person eventually freezes to death. &lt;br /&gt;
Anyways, in a fantasy world, is there any way this is at all viable? Also, which would be better for this, virus or bacteria? &lt;br /&gt;
And, this disease is being spread by a person, so mixing multiple kinds of disease-causing critters to make a sickness cocktail is not out of the question.&lt;/p&gt;
&lt;p&gt;And, whats with all the frostbite around here lately?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162062&amp;amp;goto=newpost"  title="Diseases and Frostbite: Is This Possible?"&gt;Grand_Maester&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/963C403HM0vMvrcvDlp6vOmkWEQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/963C403HM0vMvrcvDlp6vOmkWEQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/963C403HM0vMvrcvDlp6vOmkWEQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/963C403HM0vMvrcvDlp6vOmkWEQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/diseases-and-frostbite-is-this-possible#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/diseases-and-frostbite-is-this-possible/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[No. 5 Cincinnati escapes West Va. 24-21 (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/no-5-cincinnati-escapes-west-va-24-21-ap" />
		<id>http://www.wp-wordpress.com/no-5-cincinnati-escapes-west-va-24-21-ap</id>
		<updated>2009-11-14T04:50:06Z</updated>
		<published>2009-11-14T04:50:06Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Far from perfect, No. 5 Cincinnati was good enough to stay unbeaten. Tony Pike threw two touchdown passes in a cameo appearance Friday night, and the Bearcats overcame a self-destructive first half to beat West Virginia 24-21 for the best start in school history. Cincinnati (10-0, 6-0 Big East) struggled offensively because of uncharacteristic mistakes [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/no-5-cincinnati-escapes-west-va-24-21-ap">&lt;div&gt;Far from perfect, No. 5 Cincinnati was good enough to stay unbeaten. Tony Pike threw two touchdown passes in a cameo appearance Friday night, and the Bearcats overcame a self-destructive first half to beat West Virginia 24-21 for the best start in school history. Cincinnati (10-0, 6-0 Big East) struggled offensively because of uncharacteristic mistakes &amp;#8212; a fumble, a dropped touchdown pass, a missed&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=120cnaref/*http%3A//sports.yahoo.com/ncaaf/recap?gid=200911130098&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143422&amp;amp;goto=newpost"  title="No. 5 Cincinnati escapes West Va. 24-21 (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nR1lXgVHxLC3DJXWey1FYka6Onc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nR1lXgVHxLC3DJXWey1FYka6Onc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nR1lXgVHxLC3DJXWey1FYka6Onc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nR1lXgVHxLC3DJXWey1FYka6Onc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/no-5-cincinnati-escapes-west-va-24-21-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/no-5-cincinnati-escapes-west-va-24-21-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Hawks pull away in 4th to defeat Celtics (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/hawks-pull-away-in-4th-to-defeat-celtics-ap" />
		<id>http://www.wp-wordpress.com/hawks-pull-away-in-4th-to-defeat-celtics-ap</id>
		<updated>2009-11-14T04:50:06Z</updated>
		<published>2009-11-14T04:50:06Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[
Joe Johnson scored 24 points, Jamal Crawford had 18 and the Atlanta Hawks pulled away in the fourth quarter for a 97-86 win over the Boston Celtics on Friday night. Josh Smith scored 14 and Al Horford had 12 points and 13 rebounds as the Hawks (7-2) continued their strong start this season, sending Boston [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/hawks-pull-away-in-4th-to-defeat-celtics-ap">&lt;div&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11sg0n6g7/*http%3A//sports.yahoo.com/nba/recap?gid=2009111302&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;&lt;img src="http://d.yimg.com/a/p/ap/20091114/thumb.7d87c48d8bad48959c03c3e16010869d.hawks_celtics_basketball_mack104.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;
Joe Johnson scored 24 points, Jamal Crawford had 18 and the Atlanta Hawks pulled away in the fourth quarter for a 97-86 win over the Boston Celtics on Friday night. Josh Smith scored 14 and Al Horford had 12 points and 13 rebounds as the Hawks (7-2) continued their strong start this season, sending Boston to its second straight Friday night home loss.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11sg0n6g7/*http%3A//sports.yahoo.com/nba/recap?gid=2009111302&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143423&amp;amp;goto=newpost"  title="Hawks pull away in 4th to defeat Celtics (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YmyP65mZ7TUMP2j1SZ_KoAtKbpA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YmyP65mZ7TUMP2j1SZ_KoAtKbpA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YmyP65mZ7TUMP2j1SZ_KoAtKbpA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YmyP65mZ7TUMP2j1SZ_KoAtKbpA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/hawks-pull-away-in-4th-to-defeat-celtics-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/hawks-pull-away-in-4th-to-defeat-celtics-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[All I want is ONE long run!]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/all-i-want-is-one-long-run" />
		<id>http://www.wp-wordpress.com/all-i-want-is-one-long-run</id>
		<updated>2009-11-14T04:36:15Z</updated>
		<published>2009-11-14T04:36:15Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I was just sitting here reflecting on our long legacy of not having a running game and I was thinking of something I haven&#8217;t seen in a very, very long time. When was the last time a Cardinal broke off a LONG run? It would just be nice to see THT or Beanie do that [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/all-i-want-is-one-long-run">&lt;div&gt;I was just sitting here reflecting on our long legacy of not having a running game and I was thinking of something I haven&amp;#8217;t seen in a very, very long time. When was the last time a Cardinal broke off a LONG run? It would just be nice to see THT or Beanie do that this year.&lt;/p&gt;
&lt;p&gt;Then I started thinking back and we&amp;#8217;ve had SO FEW long runs in the last 13 years or so, lol, I think I can name them all off the top of my head (ok not all of them but most of them because there are so few. Let me know if I&amp;#8217;m missing any.) I&amp;#8217;m talking about runs over 50 yards&amp;#8230;. Heck, ANY run over 40 yards we could even take it that far&amp;#8230; Has it honestly, seriously, truly been 7 years since we&amp;#8217;ve had one? The LAST one I can remember is TJ against the Seahawks in 2002&amp;#8230;.  It seems like Shipp broke a couple of long ones in 03 or 04 but I cant remember.  Those years were so bad it&amp;#8217;s all a blur.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;font color="black"&gt;LeShon Johnson&lt;/font&gt; had a game against the Saints in 96 where he broke off 2 long runs&amp;#8230;. ONLY game I can EVER remember where we broke off 2 long runs&amp;#8230;.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Adrian Murrell broke one off against the Cowboys in the 98 playoff game, he got run down, but it was still a nice run.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Michael Pittman had a long run in 99 I think it was against the Lions that was about 50 yards..&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Thomas Jones had an awesome 60yd TD run against Seattle in 2002. I remember this one because it was the morning of my Wedding and I was the morning after my bachelor party and I was very hungover but still managed to get excited! (that game against the hawks ended better than the marriage but that&amp;#8217;s a WHOLE other thread, hehe)&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Lol Honestly, I cant think of any others. That&amp;#8217;s amazing! I&amp;#8217;m sure I missed a couple but you guys get the point.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s absolutely sad how boring and flat out BAD our rushing game has been for the last Decade. Just once I want to see a RB dash down the field in the UoP that isn&amp;#8217;t Frank Gore&amp;#8230;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143421&amp;amp;goto=newpost"  title="All I want is ONE long run!"&gt;Bert&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PYuLgaf2T4SwWtWPvp1zoLqTK-Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PYuLgaf2T4SwWtWPvp1zoLqTK-Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PYuLgaf2T4SwWtWPvp1zoLqTK-Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PYuLgaf2T4SwWtWPvp1zoLqTK-Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/all-i-want-is-one-long-run#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/all-i-want-is-one-long-run/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Help with timer!]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/help-with-timer" />
		<id>http://www.wp-wordpress.com/help-with-timer</id>
		<updated>2009-11-14T04:30:44Z</updated>
		<published>2009-11-14T04:30:44Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[hey does anyone know a simple code i can put on my keyframe to randomly drop mc&#8217;s? this one is not working so much because it is releasing like 5 on the same x coordinate and it keeps starting them further and further down the page?!

Code:
var Lighten:LIGHTENING = new LIGHTENING();
var i:Number = 0;
var globalTimer:Timer = [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/help-with-timer">&lt;div&gt;hey does anyone know a simple code i can put on my keyframe to randomly drop mc&amp;#8217;s? this one is not working so much because it is releasing like 5 on the same x coordinate and it keeps starting them further and further down the page?!&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Code:&lt;/div&gt;
&lt;hr /&gt;&lt;code style="margin:0px"&gt;var Lighten:LIGHTENING = new LIGHTENING();&lt;br /&gt;
var i:Number = 0;&lt;br /&gt;
var globalTimer:Timer = new Timer(4000,1000);&lt;br /&gt;
globalTimer.addEventListener(TimerEvent.TIMER, startLightening)&lt;br /&gt;
globalTimer.start();&lt;/p&gt;
&lt;p&gt;var secondTimer:Timer = new Timer(2,1000);&lt;br /&gt;
secondTimer.addEventListener(TimerEvent.TIMER, dropLight);&lt;/p&gt;
&lt;p&gt;function startLightening(evt:TimerEvent):void&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lighten.x = Math.round(Math.random()*450)+10;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lighten.y=20;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lighten.name=&amp;quot;Lighten&amp;quot;+i;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addChild(Lighten);&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; secondTimer.start();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i++;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trace (Lighten.name);&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
function dropLight(evt:TimerEvent):void&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lighten.y +=4;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (Lighten.y&amp;gt;700)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lighten.y=100;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; secondTimer.stop();&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trace (Lighten.y);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/code&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222752&amp;amp;goto=newpost"  title="Help with timer!"&gt;chaggy_dog@hotmail.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aBs98Ryf1uIzd8x9pYZF6rgjujc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aBs98Ryf1uIzd8x9pYZF6rgjujc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aBs98Ryf1uIzd8x9pYZF6rgjujc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aBs98Ryf1uIzd8x9pYZF6rgjujc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/help-with-timer#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/help-with-timer/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Dynamic Registration Key generator]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/dynamic-registration-key-generator" />
		<id>http://www.wp-wordpress.com/dynamic-registration-key-generator</id>
		<updated>2009-11-14T04:29:32Z</updated>
		<published>2009-11-14T04:29:32Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hi All,
I plan to make My  Air application as a setup file with Dynamic Registration Key,How To Do this? I have Tried Nsis Software but i don&#8217;t get any proper example for this. pls help me very very urgent&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.

Thanks &#38; Regards 
prabhu padala
Original post by prabhu.padala
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/dynamic-registration-key-generator">&lt;div&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I plan to make My  Air application as a setup file with Dynamic Registration Key,How To Do this? I have Tried Nsis Software but i don&amp;#8217;t get any proper example for this. pls help me very very urgent&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;&amp;#8230;.&lt;/p&gt;
&lt;p&gt;
Thanks &amp;amp; Regards &lt;/p&gt;
&lt;p&gt;prabhu padala&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222751&amp;amp;goto=newpost"  title="Dynamic Registration Key generator"&gt;prabhu.padala&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cgNlr4gQLycdiORBE7mPZtcmbYY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cgNlr4gQLycdiORBE7mPZtcmbYY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cgNlr4gQLycdiORBE7mPZtcmbYY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cgNlr4gQLycdiORBE7mPZtcmbYY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/dynamic-registration-key-generator#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/dynamic-registration-key-generator/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Paul injured, Hornets lose Bower&#8217;s debut (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/paul-injured-hornets-lose-bowers-debut-ap" />
		<id>http://www.wp-wordpress.com/paul-injured-hornets-lose-bowers-debut-ap</id>
		<updated>2009-11-14T04:20:05Z</updated>
		<published>2009-11-14T04:20:05Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[
LaMarcus Aldridge had 20 points and 13 rebounds, helping Portland to an 86-78 victory over a New Orleans team on Friday night that lost Chris Paul to a sprained ankle while trying to adjust to new head coach Jeff Bower. The Hornets trailed for most of their first game since the firing of Byron Scott [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/paul-injured-hornets-lose-bowers-debut-ap">&lt;div&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11s3c3374/*http%3A//sports.yahoo.com/nba/recap?gid=2009111303&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;&lt;img src="http://d.yimg.com/a/p/ap/20091114/thumb.3234a5448bd24c53b4bf0f5f5e085b18.trail_blazers_hornets_basketball_lawh107.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;
LaMarcus Aldridge had 20 points and 13 rebounds, helping Portland to an 86-78 victory over a New Orleans team on Friday night that lost Chris Paul to a sprained ankle while trying to adjust to new head coach Jeff Bower. The Hornets trailed for most of their first game since the firing of Byron Scott on Thursday.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11s3c3374/*http%3A//sports.yahoo.com/nba/recap?gid=2009111303&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143419&amp;amp;goto=newpost"  title="Paul injured, Hornets lose Bower's debut (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KvJhfYG4t7CHQ08Z_WSfnB_1-9U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KvJhfYG4t7CHQ08Z_WSfnB_1-9U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KvJhfYG4t7CHQ08Z_WSfnB_1-9U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KvJhfYG4t7CHQ08Z_WSfnB_1-9U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/paul-injured-hornets-lose-bowers-debut-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/paul-injured-hornets-lose-bowers-debut-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Arkansas&#8217; Clarke hits 13 3s, scores 51 (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/arkansas-clarke-hits-13-3s-scores-51-ap" />
		<id>http://www.wp-wordpress.com/arkansas-clarke-hits-13-3s-scores-51-ap</id>
		<updated>2009-11-14T04:20:05Z</updated>
		<published>2009-11-14T04:20:05Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Rotnei Clarke set a Southeastern Conference record with 13 3-pointers, part of a scintillating 51-point performance in Arkansas&#39; 130-68 win over Alcorn State on Friday night. Clarke made nine of his 3-pointers in the first half as the Razorbacks built a 71-26 lead in their first game after a tumultuous offseason.
More&#8230;
Original post by ASFN Admin
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/arkansas-clarke-hits-13-3s-scores-51-ap">&lt;div&gt;Rotnei Clarke set a Southeastern Conference record with 13 3-pointers, part of a scintillating 51-point performance in Arkansas&amp;#39; 130-68 win over Alcorn State on Friday night. Clarke made nine of his 3-pointers in the first half as the Razorbacks built a 71-26 lead in their first game after a tumultuous offseason.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=120a49er2/*http%3A//sports.yahoo.com/ncaab/recap?gid=200911130019&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143420&amp;amp;goto=newpost"  title="Arkansas' Clarke hits 13 3s, scores 51 (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GmO7lbEY9fWJo-mBz-0PJXnlK0s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GmO7lbEY9fWJo-mBz-0PJXnlK0s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GmO7lbEY9fWJo-mBz-0PJXnlK0s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GmO7lbEY9fWJo-mBz-0PJXnlK0s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/arkansas-clarke-hits-13-3s-scores-51-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/arkansas-clarke-hits-13-3s-scores-51-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[What is your favorite board game?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/what-is-your-favorite-board-game" />
		<id>http://www.wp-wordpress.com/what-is-your-favorite-board-game</id>
		<updated>2009-11-14T04:12:00Z</updated>
		<published>2009-11-14T04:12:00Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I was ready to go to bed about&#8230;ooohhh&#8230;two hours ago, but I was roped into staying awake and playing TriBond.  So, what is your favorite?
I think my favorites are all trivia related.  Trivial Pursuit, etc.
Yours?
Original post by charlotte49ers
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/what-is-your-favorite-board-game">&lt;div&gt;I was ready to go to bed about&amp;#8230;ooohhh&amp;#8230;two hours ago, but I was roped into staying awake and playing TriBond.  So, what is your favorite?&lt;/p&gt;
&lt;p&gt;I think my favorites are all trivia related.  Trivial Pursuit, etc.&lt;/p&gt;
&lt;p&gt;Yours?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162061&amp;amp;goto=newpost"  title="What is your favorite board game?"&gt;charlotte49ers&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uSO0ep69mpoj56H_yktZIGELrgo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uSO0ep69mpoj56H_yktZIGELrgo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uSO0ep69mpoj56H_yktZIGELrgo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uSO0ep69mpoj56H_yktZIGELrgo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/what-is-your-favorite-board-game#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/what-is-your-favorite-board-game/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Paul helped off court with ankle injury (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/paul-helped-off-court-with-ankle-injury-ap" />
		<id>http://www.wp-wordpress.com/paul-helped-off-court-with-ankle-injury-ap</id>
		<updated>2009-11-14T03:50:03Z</updated>
		<published>2009-11-14T03:50:03Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Chris Paul had to be helped off the court by teammates after apparently injuring his left ankle late in the third quarter of the Hornets&#39; home game against the Portland Trail Blazers on Friday night. Moments after setting up Hilton Armstrong&#39;s dunk, Paul appeared to land on Joel Przybilla&#39;s foot, before falling hard to the [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/paul-helped-off-court-with-ankle-injury-ap">&lt;div&gt;Chris Paul had to be helped off the court by teammates after apparently injuring his left ankle late in the third quarter of the Hornets&amp;#39; home game against the Portland Trail Blazers on Friday night. Moments after setting up Hilton Armstrong&amp;#39;s dunk, Paul appeared to land on Joel Przybilla&amp;#39;s foot, before falling hard to the court and writhing in pain.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=12f80t9v0/*http%3A//sports.yahoo.com/nba/news?slug=ap-hornets-paulhurt&amp;amp;prov=ap&amp;amp;type=lgns" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143418&amp;amp;goto=newpost"  title="Paul helped off court with ankle injury (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/b_Y3Pe8aIGfJvGV6OfPIgT7yL8A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b_Y3Pe8aIGfJvGV6OfPIgT7yL8A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/b_Y3Pe8aIGfJvGV6OfPIgT7yL8A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/b_Y3Pe8aIGfJvGV6OfPIgT7yL8A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/paul-helped-off-court-with-ankle-injury-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/paul-helped-off-court-with-ankle-injury-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Henry debuts with 27, No. 1 Kansas rolls (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/henry-debuts-with-27-no-1-kansas-rolls-ap" />
		<id>http://www.wp-wordpress.com/henry-debuts-with-27-no-1-kansas-rolls-ap</id>
		<updated>2009-11-14T03:50:03Z</updated>
		<published>2009-11-14T03:50:03Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[One of the most anticipated seasons in Kansas&#39; storied history got off to a high-flying start. Xavier Henry hit five 3-pointers and scored 27 points to set a school freshman record, and the top-ranked Jayhawks wore down overmatched Hofstra for a 101-65 victory Friday night. Kansas is a favorite to win its second national title [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/henry-debuts-with-27-no-1-kansas-rolls-ap">&lt;div&gt;One of the most anticipated seasons in Kansas&amp;#39; storied history got off to a high-flying start. Xavier Henry hit five 3-pointers and scored 27 points to set a school freshman record, and the top-ranked Jayhawks wore down overmatched Hofstra for a 101-65 victory Friday night. Kansas is a favorite to win its second national title and played like it against the small-conference Pride, overcoming&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=120dap7ht/*http%3A//sports.yahoo.com/ncaab/recap?gid=200911130287&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143417&amp;amp;goto=newpost"  title="Henry debuts with 27, No. 1 Kansas rolls (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ixiKq0g0vGNMHbgW_944KOwKeRA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ixiKq0g0vGNMHbgW_944KOwKeRA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ixiKq0g0vGNMHbgW_944KOwKeRA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ixiKq0g0vGNMHbgW_944KOwKeRA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/henry-debuts-with-27-no-1-kansas-rolls-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/henry-debuts-with-27-no-1-kansas-rolls-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Rams game 11/22 who is going?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/rams-game-1122-who-is-going" />
		<id>http://www.wp-wordpress.com/rams-game-1122-who-is-going</id>
		<updated>2009-11-14T03:39:19Z</updated>
		<published>2009-11-14T03:39:19Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Anyone else going to the game against the Rams?  It seems every year we have a decent turnout of fans there.  I am arriving the night before and staying at the team hotel (at least it was their hotel the past 2 seasons&#8211;it could have changed)&#8211;the Ballpark Hilton.  
Any tailgates planned?
Original post [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/rams-game-1122-who-is-going">&lt;div&gt;Anyone else going to the game against the Rams?  It seems every year we have a decent turnout of fans there.  I am arriving the night before and staying at the team hotel (at least it was their hotel the past 2 seasons&amp;#8211;it could have changed)&amp;#8211;the Ballpark Hilton.  &lt;/p&gt;
&lt;p&gt;Any tailgates planned?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143416&amp;amp;goto=newpost"  title="Rams game 11/22 who is going?"&gt;Zeno&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lXohMg2G5Km8Zv4wVLTPXJV5qxw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lXohMg2G5Km8Zv4wVLTPXJV5qxw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lXohMg2G5Km8Zv4wVLTPXJV5qxw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lXohMg2G5Km8Zv4wVLTPXJV5qxw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/rams-game-1122-who-is-going#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/rams-game-1122-who-is-going/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Redsound Voyager 1]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/redsound-voyager-1" />
		<id>http://www.wp-wordpress.com/redsound-voyager-1</id>
		<updated>2009-11-14T03:38:10Z</updated>
		<published>2009-11-14T03:38:10Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Selling my Redsound Voyager 1. $60 by paypal, you pay for shipping (UPS ground preferably)
I will ship out of the country too
Works just as it&#8217;s supposed to, despite the rough appearance.
The power switch is permanently pushed in.  I had tape over it to keep it a little more tidy.
Audio in &#8212;&#62; MIDI Clock out
Great [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/redsound-voyager-1">&lt;div&gt;Selling my Redsound Voyager 1. $60 by paypal, you pay for shipping (UPS ground preferably)&lt;br /&gt;
I will ship out of the country too&lt;/p&gt;
&lt;p&gt;Works just as it&amp;#8217;s supposed to, despite the rough appearance.&lt;br /&gt;
The power switch is permanently pushed in.  I had tape over it to keep it a little more tidy.&lt;/p&gt;
&lt;p&gt;Audio in &amp;#8212;&amp;gt; MIDI Clock out&lt;br /&gt;
Great for syncing you VJ app&lt;br /&gt;
It has the &amp;quot;V2&amp;quot; engine&lt;/p&gt;
&lt;p&gt;I just never use the thing!&lt;/p&gt;
&lt;p&gt;I can&amp;#8217;t seem to find it&amp;#8217;s power adapter, but it&amp;#8217;s just a standard 9v&lt;br /&gt;
&lt;a href="http://picasaweb.google.com/levlhed/RedsoundVoyager1?feat=directlink"  target="_blank"&gt;http://picasaweb.google.com/levlhed/&amp;#8230;eat=directlink&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;if you feel $60 is too much, tell me what you would like to pay for it&amp;#8230;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://vjforums.com/showthread.php?t=30804&amp;amp;goto=newpost"  title="Redsound Voyager 1"&gt;LEVLHED&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VPtBsTao6q2EPCFfwjuW-FSsBlc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VPtBsTao6q2EPCFfwjuW-FSsBlc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VPtBsTao6q2EPCFfwjuW-FSsBlc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VPtBsTao6q2EPCFfwjuW-FSsBlc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/redsound-voyager-1#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/redsound-voyager-1/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[The moon has oceans]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/the-moon-has-oceans" />
		<id>http://www.wp-wordpress.com/the-moon-has-oceans</id>
		<updated>2009-11-14T03:27:12Z</updated>
		<published>2009-11-14T03:27:12Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[The LCROSS moon bombing event was a smashing sucess! Preliminary data shows that teh explosion unearthed (er unmooned?) a dozen 2-gallon buckets of water! More water than was predicted.
Source
Original post by Meson
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/the-moon-has-oceans">&lt;div&gt;The LCROSS moon bombing event was a smashing sucess! Preliminary data shows that teh explosion unearthed (er unmooned?) a dozen 2-gallon buckets of water! More water than was predicted.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cnn.com/2009/TECH/space/11/13/water.moon.nasa/index.html"  target="_blank"&gt;Source&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.animenation.net/forums/showthread.php?t=226312&amp;amp;goto=newpost"  title="The moon has oceans"&gt;Meson&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VzyWRkTY0Y2Pm1pAff8QcVAMVRc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VzyWRkTY0Y2Pm1pAff8QcVAMVRc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VzyWRkTY0Y2Pm1pAff8QcVAMVRc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VzyWRkTY0Y2Pm1pAff8QcVAMVRc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/the-moon-has-oceans#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/the-moon-has-oceans/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Water Found on Moon!]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/water-found-on-moon" />
		<id>http://www.wp-wordpress.com/water-found-on-moon</id>
		<updated>2009-11-14T03:24:12Z</updated>
		<published>2009-11-14T03:24:12Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[http://www.google.com/hostednews/ap/&#8230;-v66AD9BV10180

Quote:




				LOS ANGELES  Suddenly, the moon looks exciting again. It has lots of water, scientists said Friday  a thrilling discovery that sent a ripple of hope for a future astronaut outpost in a place that has always seemed barren and inhospitable.

		



Yaaaaayyyyyy!!!!!!!!!!!!
Original post by Bartholomew
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/water-found-on-moon">&lt;div&gt;&lt;a href="http://www.google.com/hostednews/ap/article/ALeqM5g_WHHFPrQjvdnQhVIvx5o9a-v66AD9BV10180"  target="_blank"&gt;http://www.google.com/hostednews/ap/&amp;#8230;-v66AD9BV10180&lt;/a&gt;&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;				LOS ANGELES  Suddenly, the moon looks exciting again. It has lots of water, scientists said Friday  a thrilling discovery that sent a ripple of hope for a future astronaut outpost in a place that has always seemed barren and inhospitable.&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;Yaaaaayyyyyy!!!!!!!!!!!!&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162059&amp;amp;goto=newpost"  title="Water Found on Moon!"&gt;Bartholomew&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2jB8ogwnRertvLX7Ff30PFNFnJo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2jB8ogwnRertvLX7Ff30PFNFnJo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2jB8ogwnRertvLX7Ff30PFNFnJo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2jB8ogwnRertvLX7Ff30PFNFnJo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/water-found-on-moon#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/water-found-on-moon/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Liberals for George Bush?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/liberals-for-george-bush" />
		<id>http://www.wp-wordpress.com/liberals-for-george-bush</id>
		<updated>2009-11-14T03:21:00Z</updated>
		<published>2009-11-14T03:21:00Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Granted that these folks love Hillary and probably opposed Obama, but this blog is amazing. Especially their admiration for Dick Cheney! Read on. 
http://hillbuzz.org/2009/11/10/thank&#8230;dy-laura-bush/
Original post by Gregg
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/liberals-for-george-bush">&lt;div&gt;Granted that these folks love Hillary and probably opposed Obama, but this blog is amazing. Especially their admiration for Dick Cheney! Read on. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://hillbuzz.org/2009/11/10/thank-you-former-president-george-w-bush-and-former-first-lady-laura-bush/"  target="_blank"&gt;http://hillbuzz.org/2009/11/10/thank&amp;#8230;dy-laura-bush/&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162057&amp;amp;goto=newpost"  title="Liberals for George Bush?"&gt;Gregg&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6TCMrD0Yt8GxbACQzsEZ-XFnFDU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6TCMrD0Yt8GxbACQzsEZ-XFnFDU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6TCMrD0Yt8GxbACQzsEZ-XFnFDU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6TCMrD0Yt8GxbACQzsEZ-XFnFDU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/liberals-for-george-bush#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/liberals-for-george-bush/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Military Health Care For Dependents &#8211; Several Questions]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/military-health-care-for-dependents-several-questions" />
		<id>http://www.wp-wordpress.com/military-health-care-for-dependents-several-questions</id>
		<updated>2009-11-14T03:13:37Z</updated>
		<published>2009-11-14T03:13:37Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I have several US military health-care questions:  I apologize for the crazy font &#8211; every time I try to change it, I make things look even worse.  
My main character is on active duty with the National Guard. He was in the Army for ten years before that. 
He&#8217;s the sole support of [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/military-health-care-for-dependents-several-questions">&lt;div&gt;&lt;font size="2"&gt;I have several US military health-care questions:&lt;/font&gt;  I apologize for the crazy font &amp;#8211; every time I try to change it, I make things look even worse.  &lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;My main character is on active duty with the National Guard. He was in the Army for ten years before that. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;He&amp;#8217;s the sole support of his widowed mother. Would he be able to add her to his military health insurance? &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;He also has a handicapped child. Would he be able to take her to any doctor using his Champus/Tricare card, or do they have to use military-provided health care? &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;Later on, his girlfriend suffers a traumatic brain injury. Would marrying her get her insurance coverage once she maxes out her private health insurance?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;Thank you to all.&lt;/font&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162056&amp;amp;goto=newpost"  title="Military Health Care For Dependents - Several Questions"&gt;JulieHowe&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ooUqY15DPZqmfqGr4Hoh-_Cwf7I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ooUqY15DPZqmfqGr4Hoh-_Cwf7I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ooUqY15DPZqmfqGr4Hoh-_Cwf7I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ooUqY15DPZqmfqGr4Hoh-_Cwf7I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/military-health-care-for-dependents-several-questions#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/military-health-care-for-dependents-several-questions/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[&#8216;Canes&#8217; skid reaches 14, Isles win in OT (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/canes-skid-reaches-14-isles-win-in-ot-ap" />
		<id>http://www.wp-wordpress.com/canes-skid-reaches-14-isles-win-in-ot-ap</id>
		<updated>2009-11-14T03:10:22Z</updated>
		<published>2009-11-14T03:10:22Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[
Kyle Okposo scored with 14.4 second left in overtime, and John Tavares had the first two-goal game to help the New York Islanders beat Carolina 4-3 on Friday night, extending the Hurricanes&#39; winless streak to 14 games. Mark Streit added a goal, and Martin Biron made 26 saves for New York. The Islanders blew a [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/canes-skid-reaches-14-isles-win-in-ot-ap">&lt;div&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11s1hu9fh/*http%3A//sports.yahoo.com/nhl/recap?gid=2009111307&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;&lt;img src="http://d.yimg.com/a/p/ap/20091114/thumb.23cafe26b6b94652b2af18ef0fa9e6e7.correction_islanders_hurricanes_hockey_ncgb103.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;
Kyle Okposo scored with 14.4 second left in overtime, and John Tavares had the first two-goal game to help the New York Islanders beat Carolina 4-3 on Friday night, extending the Hurricanes&amp;#39; winless streak to 14 games. Mark Streit added a goal, and Martin Biron made 26 saves for New York. The Islanders blew a three-goal lead before winning in overtime.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11s1hu9fh/*http%3A//sports.yahoo.com/nhl/recap?gid=2009111307&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143412&amp;amp;goto=newpost"  title="'Canes' skid reaches 14, Isles win in OT (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/izjeKNOIx8mAxZLAqIDBTuLno-I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/izjeKNOIx8mAxZLAqIDBTuLno-I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/izjeKNOIx8mAxZLAqIDBTuLno-I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/izjeKNOIx8mAxZLAqIDBTuLno-I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/canes-skid-reaches-14-isles-win-in-ot-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/canes-skid-reaches-14-isles-win-in-ot-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[No. 5 &#8216;Nova sloppy early, rips FDU 84-61 (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/no-5-nova-sloppy-early-rips-fdu-84-61-ap" />
		<id>http://www.wp-wordpress.com/no-5-nova-sloppy-early-rips-fdu-84-61-ap</id>
		<updated>2009-11-14T03:10:22Z</updated>
		<published>2009-11-14T03:10:22Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Corey Stokes scored 20 points, Corey Fisher added 13 and No. 5 Villanova overcame a sloppy first half for an 84-61 victory over Fairleigh Dickinson on Friday night. Star guard Scottie Reynolds managed just eight points on 2-of-10 shooting for the Wildcats (1-0), who are coming off a trip to the Final Four.
More&#8230;
Original post by [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/no-5-nova-sloppy-early-rips-fdu-84-61-ap">&lt;div&gt;Corey Stokes scored 20 points, Corey Fisher added 13 and No. 5 Villanova overcame a sloppy first half for an 84-61 victory over Fairleigh Dickinson on Friday night. Star guard Scottie Reynolds managed just eight points on 2-of-10 shooting for the Wildcats (1-0), who are coming off a trip to the Final Four.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=120ji5bib/*http%3A//sports.yahoo.com/ncaab/recap?gid=200911130617&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143413&amp;amp;goto=newpost"  title="No. 5 'Nova sloppy early, rips FDU 84-61 (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nF1nVN0JZWmMyWYL-JnGIf_m5rQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nF1nVN0JZWmMyWYL-JnGIf_m5rQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nF1nVN0JZWmMyWYL-JnGIf_m5rQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nF1nVN0JZWmMyWYL-JnGIf_m5rQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/no-5-nova-sloppy-early-rips-fdu-84-61-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/no-5-nova-sloppy-early-rips-fdu-84-61-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Magic roll 88-72, drop Nets to 0-9 (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/magic-roll-88-72-drop-nets-to-0-9-ap" />
		<id>http://www.wp-wordpress.com/magic-roll-88-72-drop-nets-to-0-9-ap</id>
		<updated>2009-11-14T03:10:22Z</updated>
		<published>2009-11-14T03:10:22Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[
Dwight Howard had 26 points and 12 rebounds and Matt Barnes added 13 points and 13 rebounds and the Orlando Magic put away the winless New Jersey Nets 88-72 on Friday night. New Jersey got a triple-double from point guard Rafer Alston, the first triple-double of his career, but the Nets fell to 0-9. They [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/magic-roll-88-72-drop-nets-to-0-9-ap">&lt;div&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11s63l89o/*http%3A//sports.yahoo.com/nba/recap?gid=2009111319&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;&lt;img src="http://d.yimg.com/a/p/ap/20091114/thumb.e4b80629366341e4a28873009674a706.nets_magic_basketball_doa105.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;
Dwight Howard had 26 points and 12 rebounds and Matt Barnes added 13 points and 13 rebounds and the Orlando Magic put away the winless New Jersey Nets 88-72 on Friday night. New Jersey got a triple-double from point guard Rafer Alston, the first triple-double of his career, but the Nets fell to 0-9. They are the NBA&amp;#39;s only winless team.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=11s63l89o/*http%3A//sports.yahoo.com/nba/recap?gid=2009111319&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143414&amp;amp;goto=newpost"  title="Magic roll 88-72, drop Nets to 0-9 (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hQ8NJkcTpINUmzHcFJjlMYaAqfQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hQ8NJkcTpINUmzHcFJjlMYaAqfQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hQ8NJkcTpINUmzHcFJjlMYaAqfQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hQ8NJkcTpINUmzHcFJjlMYaAqfQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/magic-roll-88-72-drop-nets-to-0-9-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/magic-roll-88-72-drop-nets-to-0-9-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Singler, Scheyer power No. 9 Duke to win (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/singler-scheyer-power-no-9-duke-to-win-ap" />
		<id>http://www.wp-wordpress.com/singler-scheyer-power-no-9-duke-to-win-ap</id>
		<updated>2009-11-14T03:10:22Z</updated>
		<published>2009-11-14T03:10:22Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Kyle Singler and Jon Scheyer nearly did it all for No. 9 Duke. With two other starters missing, they had to. Singler scored 20 points, Scheyer added 18 and the Blue Devils shrugged off a pair of key absences to rout North Carolina-Greensboro 96-62 on Friday night. Singler, the ACC&#39;s preseason player of the year, [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/singler-scheyer-power-no-9-duke-to-win-ap">&lt;div&gt;Kyle Singler and Jon Scheyer nearly did it all for No. 9 Duke. With two other starters missing, they had to. Singler scored 20 points, Scheyer added 18 and the Blue Devils shrugged off a pair of key absences to rout North Carolina-Greensboro 96-62 on Friday night. Singler, the ACC&amp;#39;s preseason player of the year, had 14 points in the first half and wound up playing 38 minutes.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=120iniebs/*http%3A//sports.yahoo.com/ncaab/recap?gid=200911130173&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143415&amp;amp;goto=newpost"  title="Singler, Scheyer power No. 9 Duke to win (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/CGpvZUQGntMk5dZCGgoTEuL-PCI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CGpvZUQGntMk5dZCGgoTEuL-PCI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/CGpvZUQGntMk5dZCGgoTEuL-PCI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CGpvZUQGntMk5dZCGgoTEuL-PCI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/singler-scheyer-power-no-9-duke-to-win-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/singler-scheyer-power-no-9-duke-to-win-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Pro-Life vs. Pro-Death: How to Attack the Enemy]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/pro-life-vs-pro-death-how-to-attack-the-enemy" />
		<id>http://www.wp-wordpress.com/pro-life-vs-pro-death-how-to-attack-the-enemy</id>
		<updated>2009-11-14T02:54:39Z</updated>
		<published>2009-11-14T02:54:39Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[So.
In my WIP we have two opposing groups, who for the purpose of this discussion shall be known as Alpha and Beta. Both groups have existed for about three centuries, but are not known of much outside of the &#34;need-to-know&#34; sectors, mainly because many government people, filthy rich people, etc. are part of Alpha and [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/pro-life-vs-pro-death-how-to-attack-the-enemy">&lt;div&gt;So.&lt;br /&gt;
In my WIP we have two opposing groups, who for the purpose of this discussion shall be known as Alpha and Beta. Both groups have existed for about three centuries, but are not known of much outside of the &amp;quot;need-to-know&amp;quot; sectors, mainly because many government people, filthy rich people, etc. are part of Alpha and though they think they&amp;#8217;re doing the right thing, they don&amp;#8217;t want it made public/some of it is a bit controversial. The government has the power to suppress the press. [Think secrecy on the level of, say, torchwood]&lt;br /&gt;
Alpha&amp;#8217;s long term goal is to create eternal life (short term goals include abolishing abortion/euthanasia, curing many diseases such as Alzheimer&amp;#8217;s and cancer, extending life spans, etc.). They believe they are doing the right thing. And they say so in a non-creepy way.&lt;br /&gt;
The Beta group was essentially founded to prevent Alpha from achieving their goal b/c they think humans are not meant to have eternal life. They are still pro curing diseases etc. but in a way they are a watchdog group.&lt;/p&gt;
&lt;p&gt;Because these groups have existed for 300 years, many feuds have built up between them. Beta is willing to kill people to get what it wants. (Various squads of it are more militant; some are much more peaceful.) Alpha does not kill since it goes against its ethic but will capture and torture to achieve its ends.&lt;/p&gt;
&lt;p&gt;My protag is a (somewhat reluctant) member of one of the more peaceful Beta squads; however, they still go on raids. &lt;/p&gt;
&lt;p&gt;Basically, the questions are: 1. Would there be any way I could have Alpha consider killing Beta members &amp;quot;acceptable&amp;quot;? (Like maybe since they are &amp;quot;pro death&amp;quot; they are not really human, therefore&amp;#8230;) 2. Is the very possibility of this working a grand delusion on my part, or what? 3. Because I show some raids and there&amp;#8217;s a large battle-y bit at the climax when the 2 largest outposts attack one another, what are ways that Alpha members could harm Beta members? Right now they are using tasers and cal like that to knock them out, etc.&lt;/p&gt;
&lt;p&gt;Sorry, that was long.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162055&amp;amp;goto=newpost"  title="Pro-Life vs. Pro-Death: How to Attack the Enemy"&gt;Gedaechtnis&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7U2DEjYP2GfKKz-KAsZwaAlPGck/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7U2DEjYP2GfKKz-KAsZwaAlPGck/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7U2DEjYP2GfKKz-KAsZwaAlPGck/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7U2DEjYP2GfKKz-KAsZwaAlPGck/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/pro-life-vs-pro-death-how-to-attack-the-enemy#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/pro-life-vs-pro-death-how-to-attack-the-enemy/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[No. 4 Kentucky wins Calipari&#8217;s debut (AP)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/no-4-kentucky-wins-caliparis-debut-ap" />
		<id>http://www.wp-wordpress.com/no-4-kentucky-wins-caliparis-debut-ap</id>
		<updated>2009-11-14T02:30:36Z</updated>
		<published>2009-11-14T02:30:36Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Kentucky freshman Eric Bledsoe scored 24 points while starting in place of John Wall, and the fourth-ranked Wildcats opened the John Calipari era with a 75-59 win over Morehead State on Friday night. Patrick Patterson added 20 points &#8212; including his first career 3-pointer &#8212; to go with 12 rebounds, and Darnell Dodson scored 15 [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/no-4-kentucky-wins-caliparis-debut-ap">&lt;div&gt;Kentucky freshman Eric Bledsoe scored 24 points while starting in place of John Wall, and the fourth-ranked Wildcats opened the John Calipari era with a 75-59 win over Morehead State on Friday night. Patrick Patterson added 20 points &amp;#8212; including his first career 3-pointer &amp;#8212; to go with 12 rebounds, and Darnell Dodson scored 15 points as Kentucky (1-0) pulled away in the second half.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://us.rd.yahoo.com/sports/rss/top/SIG=120bun9r1/*http%3A//sports.yahoo.com/ncaab/recap?gid=200911130292&amp;amp;prov=ap" rel="nofollow"  target="_blank"&gt;More&amp;#8230;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143411&amp;amp;goto=newpost"  title="No. 4 Kentucky wins Calipari's debut (AP)"&gt;ASFN Admin&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3shvnzrhjUuVuOK5paHlBI_7mzo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3shvnzrhjUuVuOK5paHlBI_7mzo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3shvnzrhjUuVuOK5paHlBI_7mzo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3shvnzrhjUuVuOK5paHlBI_7mzo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/no-4-kentucky-wins-caliparis-debut-ap#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/no-4-kentucky-wins-caliparis-debut-ap/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Circle collision turns into attraction?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/circle-collision-turns-into-attraction" />
		<id>http://www.wp-wordpress.com/circle-collision-turns-into-attraction</id>
		<updated>2009-11-14T02:27:25Z</updated>
		<published>2009-11-14T02:27:25Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hey i&#8217;ll attach my FLA becuase what i&#8217;m trying to do is a bit difficult to explain.
So basically I have a whole heap of circles which are user created and they all bounce off one another. Generally it works fine but occasionally two balls join together and sort of .. orbit each other.
my collision code [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/circle-collision-turns-into-attraction">&lt;div&gt;Hey i&amp;#8217;ll attach my FLA becuase what i&amp;#8217;m trying to do is a bit difficult to explain.&lt;br /&gt;
So basically I have a whole heap of circles which are user created and they all bounce off one another. Generally it works fine but occasionally two balls join together and sort of .. orbit each other.&lt;/p&gt;
&lt;p&gt;my collision code is this: (it&amp;#8217;s within two loops going through an array of movie clips, where mc1 is the current movie clip in the first loop and mc2 is the current movie clip within the second loop)&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:308px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;dx = mc1._x-mc2.&lt;span style="color: #993300"&gt;_x&lt;/span&gt;
dy = mc1._y-mc2.&lt;span style="color: #993300"&gt;_y&lt;/span&gt;
dx *= &lt;span style="color: #000000"&gt;20&lt;/span&gt;; &lt;span style="color: #F000F0;font-style: italic"&gt;//this was originally like .. 0.9 .. i think, but when the problem arose i just bumped it up a bit and it seemed to improve&lt;/span&gt;
dy *= &lt;span style="color: #000000"&gt;20&lt;/span&gt;;
h = &lt;span style="color: #993300"&gt;Math&lt;/span&gt;.&lt;span style="color: #993300"&gt;sqrt&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;dx*dx&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;+&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;dy*dy&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
normalX = dx/h;
normalY = dy/h;

v0= mc1.&lt;span style="color: #000000"&gt;speedX&lt;/span&gt;*normalX + mc1.&lt;span style="color: #000000"&gt;speedY&lt;/span&gt;*normalY;
v1 = mc2.&lt;span style="color: #000000"&gt;speedX&lt;/span&gt;*normalX + mc2.&lt;span style="color: #000000"&gt;speedY&lt;/span&gt;*normalY;
vrel = v0-v1;
dv0 = -&lt;span style="color: #000000"&gt;0&lt;/span&gt;.&lt;span style="color: #000000"&gt;98&lt;/span&gt;*vrel;
dv1 = &lt;span style="color: #000000"&gt;0&lt;/span&gt;.&lt;span style="color: #000000"&gt;98&lt;/span&gt;*vrel;
mc1.&lt;span style="color: #000000"&gt;speedX&lt;/span&gt; = mc1.&lt;span style="color: #000000"&gt;speedX&lt;/span&gt;+normalX*dv0;
mc1.&lt;span style="color: #000000"&gt;speedY&lt;/span&gt; = mc1.&lt;span style="color: #000000"&gt;speedY&lt;/span&gt;+normalY*dv0;
mc2.&lt;span style="color: #000000"&gt;speedX&lt;/span&gt; = mc2.&lt;span style="color: #000000"&gt;speedX&lt;/span&gt;+normalX*dv1;
mc2.&lt;span style="color: #000000"&gt;speedY&lt;/span&gt; = mc2.&lt;span style="color: #000000"&gt;speedY&lt;/span&gt;+normalY*dv1&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="padding:6px"&gt;
&lt;p&gt;		&lt;fieldset&gt;&lt;br /&gt;
			&lt;legend&gt;Attached Files&lt;/legend&gt;&lt;/p&gt;
&lt;table cellpadding="0" cellspacing="3" border="0"&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img class="inlineimg" src="http://www.actionscript.org/forums/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/attachment.php3?attachmentid=32916&amp;amp;d=1258165606" &gt;Pentatonic Collision.zip&lt;/a&gt; (21.7 KB)&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;		&lt;/fieldset&gt;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222750&amp;amp;goto=newpost"  title="Circle collision turns into attraction?"&gt;jclarke&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0QXcX8ISVR2xf-H-9mYJYx_WYLw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0QXcX8ISVR2xf-H-9mYJYx_WYLw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0QXcX8ISVR2xf-H-9mYJYx_WYLw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0QXcX8ISVR2xf-H-9mYJYx_WYLw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/circle-collision-turns-into-attraction#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/circle-collision-turns-into-attraction/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Did anyone ever get tired of staring at their computer screen?]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/did-anyone-ever-get-tired-of-staring-at-their-computer-screen" />
		<id>http://www.wp-wordpress.com/did-anyone-ever-get-tired-of-staring-at-their-computer-screen</id>
		<updated>2009-11-14T02:21:35Z</updated>
		<published>2009-11-14T02:21:35Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[My eyes hurt.
Original post by nickncindy
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/did-anyone-ever-get-tired-of-staring-at-their-computer-screen">&lt;div&gt;My eyes hurt.&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162053&amp;amp;goto=newpost"  title="Did anyone ever get tired of staring at their computer screen?"&gt;nickncindy&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6at6R-1oxdOgNLTkOaAg-527BUo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6at6R-1oxdOgNLTkOaAg-527BUo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6at6R-1oxdOgNLTkOaAg-527BUo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6at6R-1oxdOgNLTkOaAg-527BUo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/did-anyone-ever-get-tired-of-staring-at-their-computer-screen#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/did-anyone-ever-get-tired-of-staring-at-their-computer-screen/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Man arrested for calling 911, asking for sex]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/man-arrested-for-calling-911-asking-for-sex" />
		<id>http://www.wp-wordpress.com/man-arrested-for-calling-911-asking-for-sex</id>
		<updated>2009-11-14T02:20:16Z</updated>
		<published>2009-11-14T02:20:16Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[http://news.yahoo.com/s/ap/20091114/&#8230;FtYW5hcnJlc3Q-


Quote:





TAMPA, Fla.  Florida police say a man arrested for repeatedly calling 911 looking for sex claimed it was the only number he could dial after running out of cell phone minutes. Tampa police said 29-year-old Joshua Basso made sexual comments to the 911 dispatcher and asked if he could come to her house. Investigators [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/man-arrested-for-calling-911-asking-for-sex">&lt;div&gt;&lt;a href="http://news.yahoo.com/s/ap/20091114/ap_on_fe_st/us911_sex_call;_ylt=AjnyNPEFldZIcgBTggZcvCDtiBIF;_ylu=X3oDMTJmNzlza2JsBGFzc2V0A2FwLzIwMDkxMTE0L3VzOTExX3NleF9jYWxsBGNwb3MDMQRwb3MDMgRzZWMDeW5fdG9wX3N0b3J5BHNsawNmbGFtYW5hcnJlc3Q-"  target="_blank"&gt;http://news.yahoo.com/s/ap/20091114/&amp;#8230;FtYW5hcnJlc3Q-&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;Quote:&lt;/div&gt;
&lt;table cellpadding="6" cellspacing="0" border="0" width="100%"&gt;
&lt;tr&gt;
&lt;td class="alt2"&gt;
&lt;hr /&gt;
&lt;p&gt;
TAMPA, Fla.  Florida police say a man arrested for repeatedly calling 911 looking for sex claimed it was the only number he could dial after running out of cell phone minutes. Tampa police said 29-year-old Joshua Basso made sexual comments to the 911 dispatcher and asked if he could come to her house. Investigators say she hung up, but he called back four more times.&lt;/p&gt;
&lt;p&gt;He was arrested about 15 minutes later at his home late Wednesday and charged with making a false 911 call. Basso reportedly told officers that he didn&amp;#8217;t think he would get in trouble for calling 911.&lt;/p&gt;
&lt;p&gt;Tampa jail records show Basso is being held without bond but don&amp;#8217;t indicate whether he has an attorney. He is listed as unemployed with arrests for theft and other crimes dating back to 2001.&lt;/p&gt;
&lt;hr /&gt;
		&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;&lt;img src="http://img132.imageshack.us/img132/5965/capt067213d2a147468f9fd.jpg" border="0" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;Picture is related&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.animenation.net/forums/showthread.php?t=226311&amp;amp;goto=newpost"  title="Man arrested for calling 911, asking for sex"&gt;SapperSix&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_N6ONh0akyPZxqCOF3oJUcdUqaE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_N6ONh0akyPZxqCOF3oJUcdUqaE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_N6ONh0akyPZxqCOF3oJUcdUqaE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_N6ONh0akyPZxqCOF3oJUcdUqaE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/man-arrested-for-calling-911-asking-for-sex#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/man-arrested-for-calling-911-asking-for-sex/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Aoi Bunaku]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/aoi-bunaku" />
		<id>http://www.wp-wordpress.com/aoi-bunaku</id>
		<updated>2009-11-14T02:14:38Z</updated>
		<published>2009-11-14T02:14:38Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Posting here&#8230;since Kubo is involved. 
I just watched his episode&#8230;.good stuff!
Original post by goddessofanime
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/aoi-bunaku">&lt;div&gt;Posting here&amp;#8230;since Kubo is involved. &lt;/p&gt;
&lt;p&gt;I just watched his episode&amp;#8230;.good stuff!&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.animenation.net/forums/showthread.php?t=226310&amp;amp;goto=newpost"  title="Aoi Bunaku"&gt;goddessofanime&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lbQ4B-EP1ZPGyPQ3LysW-Oz0KMU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lbQ4B-EP1ZPGyPQ3LysW-Oz0KMU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lbQ4B-EP1ZPGyPQ3LysW-Oz0KMU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lbQ4B-EP1ZPGyPQ3LysW-Oz0KMU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/aoi-bunaku#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/aoi-bunaku/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Need Help With My Plot]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/need-help-with-my-plot" />
		<id>http://www.wp-wordpress.com/need-help-with-my-plot</id>
		<updated>2009-11-14T01:58:17Z</updated>
		<published>2009-11-14T01:58:17Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[I&#8217;m in the plotting phase of my WIP and have tons of ideas floating around my head about my villain(s) and would like to get some feed back from you guys. I really value your opinions.
Now, in my story, there are a group of authority who control people (generally in a good way, but their [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/need-help-with-my-plot">&lt;div&gt;I&amp;#8217;m in the plotting phase of my WIP and have tons of ideas floating around my head about my villain(s) and would like to get some feed back from you guys. I really value your opinions.&lt;/p&gt;
&lt;p&gt;Now, in my story, there are a group of authority who control people (generally in a good way, but their leader has hidden agenda). There&amp;#8217;s a character that controls one of this group. (actually the group is tiered and he controls one of the lowest tiers). Now, how this character and the leader of the said group (who has a hidden agenda as I said earlier) relate and/or affect each other is still undecided.&lt;br /&gt;
 But they&amp;#8217;re not in the same group.&lt;/p&gt;
&lt;p&gt;Would it be better to have the villain be the character or the leader of the group?&lt;br /&gt;
I know it&amp;#8217;s up to me and how I envision my plot, but I want some feedback to help me decide.&lt;/p&gt;
&lt;p&gt;Now, I could make a grand-scale war between the group leader and the character who&amp;#8217;s gathering soldiers to fight him. Or just make one of the two be the villain. Which is better? (I know it&amp;#8217;s relative, but share your thoughts anyways)&lt;/p&gt;
&lt;p&gt;if you needed more info to help you decide, let me know.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://absolutewrite.com/forums/showthread.php?t=162052&amp;amp;goto=newpost"  title="Need Help With My Plot"&gt;Ehab.Ahmed&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_DBnaSHifEIi5d6IWTxvqQigStE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_DBnaSHifEIi5d6IWTxvqQigStE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_DBnaSHifEIi5d6IWTxvqQigStE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_DBnaSHifEIi5d6IWTxvqQigStE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/need-help-with-my-plot#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/need-help-with-my-plot/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Multiplayer Chess Game (Sessions setup)]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/multiplayer-chess-game-sessions-setup" />
		<id>http://www.wp-wordpress.com/multiplayer-chess-game-sessions-setup</id>
		<updated>2009-11-14T01:52:55Z</updated>
		<published>2009-11-14T01:52:55Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hi
I have been working on a (Flash CS4/ActionScript 3.0) Chess game for 5 months and it&#8217;s almost done!
Now, how can I setup my game to be played online with these rules in mind:
1. Server will be divided into virtual rooms which has limited capacity.
2. Any player can invite another one to play (here we create [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/multiplayer-chess-game-sessions-setup">&lt;div&gt;Hi&lt;/p&gt;
&lt;p&gt;I have been working on a (Flash CS4/ActionScript 3.0) Chess game for 5 months and it&amp;#8217;s almost done!&lt;/p&gt;
&lt;p&gt;Now, how can I setup my game to be played online with these rules in mind:&lt;br /&gt;
1. Server will be divided into virtual rooms which has limited capacity.&lt;br /&gt;
2. Any player can invite another one to play (here we create a session for both).&lt;br /&gt;
3. My SWFs files will be protected against downloading as physical files.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m sorry, I know I&amp;#8217;m asking a lot but it is just, I don&amp;#8217;t know where to start or whether here is the right place for such question.&lt;/p&gt;
&lt;p&gt;help is really appreciated&amp;#8230;thanks.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222749&amp;amp;goto=newpost"  title="Multiplayer Chess Game (Sessions setup)"&gt;LordCover&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XYa0m-5ABuv5NNxRwUA-lvwyEQU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XYa0m-5ABuv5NNxRwUA-lvwyEQU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XYa0m-5ABuv5NNxRwUA-lvwyEQU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XYa0m-5ABuv5NNxRwUA-lvwyEQU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/multiplayer-chess-game-sessions-setup#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/multiplayer-chess-game-sessions-setup/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Sunday&#8217;s game]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/sundays-game" />
		<id>http://www.wp-wordpress.com/sundays-game</id>
		<updated>2009-11-14T01:41:48Z</updated>
		<published>2009-11-14T01:41:48Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Since this will be my first time at a game do any of you tailgate so I can crash it?
Original post by cardpa
]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/sundays-game">&lt;div&gt;Since this will be my first time at a game do any of you tailgate so I can crash it?&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.arizonasportsfans.com/vb/showthread.php?t=143409&amp;amp;goto=newpost"  title="Sunday's game"&gt;cardpa&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/edvURKP_YtL3Rn6u1zSCVdcsBR8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/edvURKP_YtL3Rn6u1zSCVdcsBR8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/edvURKP_YtL3Rn6u1zSCVdcsBR8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/edvURKP_YtL3Rn6u1zSCVdcsBR8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/sundays-game#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/sundays-game/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>admin</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Control the look of exernally loaded text]]></title>
		<link rel="alternate" type="text/html" href="http://www.wp-wordpress.com/control-the-look-of-exernally-loaded-text" />
		<id>http://www.wp-wordpress.com/control-the-look-of-exernally-loaded-text</id>
		<updated>2009-11-14T01:40:04Z</updated>
		<published>2009-11-14T01:40:04Z</published>
		<category scheme="http://www.wp-wordpress.com" term="3" />		<summary type="html"><![CDATA[Hi Guys. I am using Flash CS3. I have a dynamic text box that scrolls text loaded from an external txt file (made in Notepad).
I was wondering if there is a way that I could better control the style (color, font size, bold, paragraph breaks, etc) of the text?? I know that in flash I [...]]]></summary>
		<content type="html" xml:base="http://www.wp-wordpress.com/control-the-look-of-exernally-loaded-text">&lt;div&gt;Hi Guys. I am using Flash CS3. I have a dynamic text box that scrolls text loaded from an external txt file (made in Notepad).&lt;/p&gt;
&lt;p&gt;I was wondering if there is a way that I could better control the style (color, font size, bold, paragraph breaks, etc) of the text?? I know that in flash I can specify the font type, size and alignment. But I want to also make some parts of the text &lt;b&gt;BOLD&lt;/b&gt; and DIFFERENT COLORS. Perhaps I can use html tags within Notepad to do this?? If so, HOW??&amp;#8230;beacuse I have tryed and it didn&amp;#8217;t work&amp;#8230;.the tags just showed up in the flash file along with the text, it didn&amp;#8217;t read them as html (and yes, I set my dynamic text box to render html). &lt;/p&gt;
&lt;p&gt;Any ideas?? thanks so much!&lt;/p&gt;
&lt;p&gt;btw, here is the actionscript i use on my dynamic text box:&lt;/p&gt;
&lt;div style="margin:20px;margin-top:5px"&gt;
&lt;div class="smallfont" style="margin-bottom:2px"&gt;ActionScript Code:&lt;/div&gt;
&lt;pre style="margin:0px;padding:6px;border:1px inset;width:100%;height:132px;overflow:auto"&gt;
&lt;div dir="ltr" style="text-align:left"&gt;
&lt;div class="actionscript"&gt;loadText = &lt;span style="color: #993300"&gt;new&lt;/span&gt; &lt;span style="color: #993300"&gt;LoadVars&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
loadText.&lt;span style="color: #993300"&gt;load&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000FF"&gt;"statement.txt"&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt;;
&lt;span style="color: #F000F0;font-style: italic"&gt;//creating the loadVarsText function&lt;/span&gt;
loadText.&lt;span style="color: #993300"&gt;onLoad&lt;/span&gt; = &lt;span style="color: #993300"&gt;function&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #000000"&gt;&amp;#41;&lt;/span&gt; &lt;span style="color: #000000"&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; statement.&lt;span style="color: #993300"&gt;text&lt;/span&gt; = &lt;span style="color: #993300"&gt;this&lt;/span&gt;.&lt;span style="color: #000000"&gt;statementtext&lt;/span&gt;;
&lt;span style="color: #000000"&gt;&amp;#125;&lt;/span&gt;;&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Original post by &lt;em&gt;&lt;a target="_blank" href="http://www.actionscript.org/forums/showthread.php3?t=222748&amp;amp;goto=newpost"  title="Control the look of exernally loaded text"&gt;Evil Bunny&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;!-- Created with WP-Autoblog 2.0 (http://motheronearth.com/outercourt/) --&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Dk9SLTYVTyAvoqts4to-pmjDvZc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Dk9SLTYVTyAvoqts4to-pmjDvZc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Dk9SLTYVTyAvoqts4to-pmjDvZc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Dk9SLTYVTyAvoqts4to-pmjDvZc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://www.wp-wordpress.com/control-the-look-of-exernally-loaded-text#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://www.wp-wordpress.com/control-the-look-of-exernally-loaded-text/feed/atom" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
	</feed><!-- Dynamic page generated in 1.807 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-14 18:47:55 -->
