<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: The Nightmare that is &#8220;_blank&#8221;: Part II (resolved???)</title>
	<atom:link href="http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/</link>
	<description>Simple And Stupid Software Implementation Examples</description>
	<pubDate>Fri, 04 Jul 2008 00:02:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: FlexMerge &#187; Opening External Links from AS3</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-230</link>
		<dc:creator>FlexMerge &#187; Opening External Links from AS3</dc:creator>
		<pubDate>Mon, 30 Jun 2008 17:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-230</guid>
		<description>[...] down to it, this is the guy that had the solution: &#8220;Jason the Saj&#8221;.  Blog page is here. [...]</description>
		<content:encoded><![CDATA[<p>[...] down to it, this is the guy that had the solution: &#8220;Jason the Saj&#8221;.  Blog page is here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-214</link>
		<dc:creator>Jonah</dc:creator>
		<pubDate>Tue, 03 Jun 2008 23:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-214</guid>
		<description>Hello 
My name is Jonah Huggins, and I am a programmer trying to figure out a simple syntax problem that I am having with an AIR app that I am writing.

So here is what I am trying to do…

I am trying to send the text that is stored in a variable to my SQLite db.  I have no idea what the syntax is but I know that it is simple…

Here is a bit of my code where the problem occurs.

private function postComment():void {
			
			var commentVAR:String = commentText.text;
			//Alert.show(commentVAR);
			
			var q:SQLStatement = new SQLStatement();
			q.text = "UPDATE data SET comment=commentVAR WHERE prim = 1";
			q.sqlConnection = conn;
			q.addEventListener( SQLErrorEvent.ERROR, queryError );
			q.execute();
			
			//Alert.show(q.text);
		}

As you can see I am trying to update a field by sending it the value of the variable "commentVAR"…  We have tried countless syntaxes and researched for hours with no luck or example of what the syntax is for doing this simple thing, we have even tried just updating with commentText.text but "commentText.text" is what gets stored…  

Ps. Everything else works great, but when we try to get the variable's data stored in the db it just stores "commentVAR" instead.

If anyone could help me out on this it sure would be appreciated.

Thank you so much :

Jonah Huggins</description>
		<content:encoded><![CDATA[<p>Hello<br />
My name is Jonah Huggins, and I am a programmer trying to figure out a simple syntax problem that I am having with an AIR app that I am writing.</p>
<p>So here is what I am trying to do…</p>
<p>I am trying to send the text that is stored in a variable to my SQLite db.  I have no idea what the syntax is but I know that it is simple…</p>
<p>Here is a bit of my code where the problem occurs.</p>
<p>private function postComment():void {</p>
<p>			var commentVAR:String = commentText.text;<br />
			//Alert.show(commentVAR);</p>
<p>			var q:SQLStatement = new SQLStatement();<br />
			q.text = &#8220;UPDATE data SET comment=commentVAR WHERE prim = 1&#8243;;<br />
			q.sqlConnection = conn;<br />
			q.addEventListener( SQLErrorEvent.ERROR, queryError );<br />
			q.execute();</p>
<p>			//Alert.show(q.text);<br />
		}</p>
<p>As you can see I am trying to update a field by sending it the value of the variable &#8220;commentVAR&#8221;…  We have tried countless syntaxes and researched for hours with no luck or example of what the syntax is for doing this simple thing, we have even tried just updating with commentText.text but &#8220;commentText.text&#8221; is what gets stored…  </p>
<p>Ps. Everything else works great, but when we try to get the variable&#8217;s data stored in the db it just stores &#8220;commentVAR&#8221; instead.</p>
<p>If anyone could help me out on this it sure would be appreciated.</p>
<p>Thank you so much :</p>
<p>Jonah Huggins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willow Wright</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-213</link>
		<dc:creator>Willow Wright</dc:creator>
		<pubDate>Tue, 03 Jun 2008 18:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-213</guid>
		<description>Well, all of this is fine.....I really need to use wmode = "transparent" and that brings up the pop-ups blocked. And I'm not even asking the browser to open a new window.....not even asking for a target. No javascript to open anything new. And STILL I get the pop-ups blocked. 

I am about to junk AS3, and go back to AS2, in which I have NO problems of this sort. 

So far, I've not been able to use one AS3 script in Flash on my site, and I've had the new CS3 software for a WHILE. 

Does anyone have a solution for my issue?  Thanks, WCW</description>
		<content:encoded><![CDATA[<p>Well, all of this is fine&#8230;..I really need to use wmode = &#8220;transparent&#8221; and that brings up the pop-ups blocked. And I&#8217;m not even asking the browser to open a new window&#8230;..not even asking for a target. No javascript to open anything new. And STILL I get the pop-ups blocked. </p>
<p>I am about to junk AS3, and go back to AS2, in which I have NO problems of this sort. </p>
<p>So far, I&#8217;ve not been able to use one AS3 script in Flash on my site, and I&#8217;ve had the new CS3 software for a WHILE. </p>
<p>Does anyone have a solution for my issue?  Thanks, WCW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UPDATE on &#8220;_blank&#8221; / navigateToURL() issue &#171; The Saj - S.A.S.S.I.E.</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-211</link>
		<dc:creator>UPDATE on &#8220;_blank&#8221; / navigateToURL() issue &#171; The Saj - S.A.S.S.I.E.</dc:creator>
		<pubDate>Fri, 30 May 2008 21:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-211</guid>
		<description>[...] UPDATE on &#8220;_blank&#8221; / navigateToURL()&#160;issue   Published May 14, 2008   Bug , Flash , Flex Tags: fix, navigateToURL(), nightmare, solution, _blank      Well, this week provided a fair amount of activity on the bug. The is technically a Flash Player bug (Reference #225434). [For those looking for an interim fix, see my blog post here.] [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE on &#8220;_blank&#8221; / navigateToURL()&nbsp;issue   Published May 14, 2008   Bug , Flash , Flex Tags: fix, navigateToURL(), nightmare, solution, _blank      Well, this week provided a fair amount of activity on the bug. The is technically a Flash Player bug (Reference #225434). [For those looking for an interim fix, see my blog post here.] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thesaj</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-168</link>
		<dc:creator>thesaj</dc:creator>
		<pubDate>Tue, 08 Apr 2008 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-168</guid>
		<description>If I recall correctly, the wmode had an effect on IE.  You can try changing it to "opaque" or "transparent" and seeing if that works.

That said, when you say "all browsers" did you test both Safari 2 &#38; Safari 3. They behave much differently.

- Jason</description>
		<content:encoded><![CDATA[<p>If I recall correctly, the wmode had an effect on IE.  You can try changing it to &#8220;opaque&#8221; or &#8220;transparent&#8221; and seeing if that works.</p>
<p>That said, when you say &#8220;all browsers&#8221; did you test both Safari 2 &amp; Safari 3. They behave much differently.</p>
<p>- Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaz</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-167</link>
		<dc:creator>Jaz</dc:creator>
		<pubDate>Tue, 08 Apr 2008 11:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-167</guid>
		<description>I came across this topic while searching for an answer on exactly the same problem. I'm using SWFObject but it seems to work on all browsers aside from IE7. Any insight would be much appreciated.</description>
		<content:encoded><![CDATA[<p>I came across this topic while searching for an answer on exactly the same problem. I&#8217;m using SWFObject but it seems to work on all browsers aside from IE7. Any insight would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Problems using navigateToURL - aron / philipp development blog</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-166</link>
		<dc:creator>Problems using navigateToURL - aron / philipp development blog</dc:creator>
		<pubDate>Tue, 08 Apr 2008 09:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-166</guid>
		<description>[...] 2) The Nightmare that is "_blank": Part II (resolved???) by The Saj [...]</description>
		<content:encoded><![CDATA[<p>[...] 2) The Nightmare that is &#8220;_blank&#8221;: Part II (resolved???) by The Saj [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bartek Drozdz</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-162</link>
		<dc:creator>Bartek Drozdz</dc:creator>
		<pubDate>Tue, 01 Apr 2008 08:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-162</guid>
		<description>Finally a solution that works (swfobject 1.5 and 2) in Firefox. Thanks! I also checked and it works on IE 6 and Safari 3.1 on Win. I didn't test it on IE 7... It is sad such a basic functionallity is causing such big problems.</description>
		<content:encoded><![CDATA[<p>Finally a solution that works (swfobject 1.5 and 2) in Firefox. Thanks! I also checked and it works on IE 6 and Safari 3.1 on Win. I didn&#8217;t test it on IE 7&#8230; It is sad such a basic functionallity is causing such big problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thesaj</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-131</link>
		<dc:creator>thesaj</dc:creator>
		<pubDate>Wed, 13 Feb 2008 14:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-131</guid>
		<description>Hmm....must be my sub-conscience expressing it's frustratioN.

;-)</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;.must be my sub-conscience expressing it&#8217;s frustratioN. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://thesaj.wordpress.com/2008/02/12/the-nightmare-that-is-_blank-part-ii-help/#comment-130</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 13 Feb 2008 03:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://thesaj.wordpress.com/?p=23#comment-130</guid>
		<description>I notice that it's now a Nightmare with a capital "N" :-)</description>
		<content:encoded><![CDATA[<p>I notice that it&#8217;s now a Nightmare with a capital &#8220;N&#8221; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
