<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Komentáre k Another bug: LoadVariables?</title>
	<atom:link href="http://franto.com/another-bug-loadvariables/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com/another-bug-loadvariables/</link>
	<description></description>
	<lastBuildDate>Wed, 17 Aug 2011 07:37:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Od: mark</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-837</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Tue, 21 Aug 2007 14:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-837</guid>
		<description>dranath , Thank you

i been trying to get LoadVariables to work now for two days now

I was going crazy with it , but your example code worked great.. and easy to do.</description>
		<content:encoded><![CDATA[<p>dranath , Thank you</p>
<p>i been trying to get LoadVariables to work now for two days now</p>
<p>I was going crazy with it , but your example code worked great.. and easy to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: dranath</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-836</link>
		<dc:creator>dranath</dc:creator>
		<pubDate>Wed, 08 Aug 2007 11:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-836</guid>
		<description>just use:

myData = new LoadVars();
myData.onLoad = function() {
myText_txt.html=true;
myText_txt.htmlText = this.VariableName;
};
myData.load(&quot;myText.txt&quot;);</description>
		<content:encoded><![CDATA[<p>just use:</p>
<p>myData = new LoadVars();<br />
myData.onLoad = function() {<br />
myText_txt.html=true;<br />
myText_txt.htmlText = this.VariableName;<br />
};<br />
myData.load(&#8220;myText.txt&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: André</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-835</link>
		<dc:creator>André</dc:creator>
		<pubDate>Tue, 26 Jul 2005 15:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-835</guid>
		<description>At least the LoadVars substitucion is now working okay.

I had to use also a LoadVars object to receive the data. In this example the receiver (a LoadVars object ) is result_lv.

var send_lv:LoadVars = new LoadVars();
send_lv.sendAndLoad(_root.URLroot+&quot;asp/GetGrupoData.asp&quot;, result_lv, &quot;POST&quot;);

BUT.... it does not work when I load the SWF in a pre-loader.</description>
		<content:encoded><![CDATA[<p>At least the LoadVars substitucion is now working okay.</p>
<p>I had to use also a LoadVars object to receive the data. In this example the receiver (a LoadVars object ) is result_lv.</p>
<p>var send_lv:LoadVars = new LoadVars();<br />
send_lv.sendAndLoad(_root.URLroot+&#8221;asp/GetGrupoData.asp&#8221;, result_lv, &#8220;POST&#8221;);</p>
<p>BUT&#8230;. it does not work when I load the SWF in a pre-loader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: André</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-834</link>
		<dc:creator>André</dc:creator>
		<pubDate>Tue, 26 Jul 2005 14:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-834</guid>
		<description>The web www.dyrarcan.com, which I made, works fine. I use loadVariables to get data out of my database.

Now I need to use a pre-loader. With loadVariables it does not work. I use IE (without frames). The web is shown but it does not receive the data out of the database anymore.</description>
		<content:encoded><![CDATA[<p>The web <a href="http://www.dyrarcan.com" rel="nofollow">http://www.dyrarcan.com</a>, which I made, works fine. I use loadVariables to get data out of my database.</p>
<p>Now I need to use a pre-loader. With loadVariables it does not work. I use IE (without frames). The web is shown but it does not receive the data out of the database anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Administrator</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-833</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 26 Jul 2005 14:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-833</guid>
		<description>and where it doesnt work, everywhere, ir just in some type of browser? because in my case it was special only in IE in frameset

but LoadVars work for me</description>
		<content:encoded><![CDATA[<p>and where it doesnt work, everywhere, ir just in some type of browser? because in my case it was special only in IE in frameset</p>
<p>but LoadVars work for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: André</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-832</link>
		<dc:creator>André</dc:creator>
		<pubDate>Tue, 26 Jul 2005 14:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-832</guid>
		<description>At least
var my_lv = new LoadVars();
my_lv.sendAndLoad(_root.URLroot+&quot;asp/GetGrupoData.asp&quot;, &quot;_root.ASP_DATARECEIVER&quot;);

does NOT work.</description>
		<content:encoded><![CDATA[<p>At least<br />
var my_lv = new LoadVars();<br />
my_lv.sendAndLoad(_root.URLroot+&#8221;asp/GetGrupoData.asp&#8221;, &#8220;_root.ASP_DATARECEIVER&#8221;);</p>
<p>does NOT work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: André</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-831</link>
		<dc:creator>André</dc:creator>
		<pubDate>Tue, 26 Jul 2005 14:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-831</guid>
		<description>I have the same problem and I´have passed very though hours in finding the solucion. I am VERY happy with the communication above. I am not alone... But...

Is there a simple way to rewrite the
loadVariables(_root.URLroot+&quot;asp/GetGrupoData.asp&quot;, &quot;_root.ASP_DATARECEIVER&quot;) to the one that should work? The LoadVars Class. I am realy tiered of all that testing.....</description>
		<content:encoded><![CDATA[<p>I have the same problem and I´have passed very though hours in finding the solucion. I am VERY happy with the communication above. I am not alone&#8230; But&#8230;</p>
<p>Is there a simple way to rewrite the<br />
loadVariables(_root.URLroot+&#8221;asp/GetGrupoData.asp&#8221;, &#8220;_root.ASP_DATARECEIVER&#8221;) to the one that should work? The LoadVars Class. I am realy tiered of all that testing&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Administrator</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-830</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 28 Jun 2005 11:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-830</guid>
		<description>Thanks Alejandro, with LoadVars it works even with _lockroot = true</description>
		<content:encoded><![CDATA[<p>Thanks Alejandro, with LoadVars it works even with _lockroot = true</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Alejandro</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-829</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Mon, 27 Jun 2005 16:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-829</guid>
		<description>If you will be using Flash Player 7 then I would avoid the onData handler, the LoadVars object and handlers are a lot more reliable. I just tried it with your sources and it works.  The onData handler will work in your original source, however, if you load the test.swf movie into a level using loadMovieNum instead of into an mc using loadMovie.</description>
		<content:encoded><![CDATA[<p>If you will be using Flash Player 7 then I would avoid the onData handler, the LoadVars object and handlers are a lot more reliable. I just tried it with your sources and it works.  The onData handler will work in your original source, however, if you load the test.swf movie into a level using loadMovieNum instead of into an mc using loadMovie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Administrator</title>
		<link>http://franto.com/another-bug-loadvariables/comment-page-1/#comment-828</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Mon, 27 Jun 2005 15:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/?p=84#comment-828</guid>
		<description>i know, but it&#039;s not working in 7, i know, it was problem, but with Hans Wichman on Flashcoders mailinglist we&#039;ve found out, that when in preloader.swf is included AdminTools component it works, in other case it deosnt work :( something is weird :( but do not know what!</description>
		<content:encoded><![CDATA[<p>i know, but it&#8217;s not working in 7, i know, it was problem, but with Hans Wichman on Flashcoders mailinglist we&#8217;ve found out, that when in preloader.swf is included AdminTools component it works, in other case it deosnt work <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  something is weird <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  but do not know what!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

