<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Flash Kit Community Forums</title>
		<link>http://board.flashkit.com/board</link>
		<description>This is a discussion forum for all issues related to macromedia flash and shockwave, fireworks, development</description>
		<language>en</language>
		<lastBuildDate>Tue, 09 Feb 2010 12:13:31 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://board.flashkit.com/board/images/misc/rss.jpg</url>
			<title>Flash Kit Community Forums</title>
			<link>http://board.flashkit.com/board</link>
		</image>
		<item>
			<title>Remove Child = remove my brain</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809591&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 11:41:39 GMT</pubDate>
			<description><![CDATA[Hi,

I cannot get the removeChild method to work.
Any help would great as I have look on here and seen a lot posts but I still cant seem to get it to work. my code:

var timerLoad:Timer = new Timer(2011,1);
timerLoad.addEventListener(TimerEvent.TIMER, onTimerLoad);
timerLoad.start();

function onTimerLoad(evt:TimerEvent):void {
	
	var loaded_clip1:Loader = new Loader();
	stage.addChild(loaded_clip1);
	
	loaded_clip1.contentLoaderInfo.addEventListener(  Event.INIT, handleInit);
	loaded_clip1.load(  new URLRequest( "My_file.swf" )  );


function handleInit(evt:Event):void {
	var extMovie:* = loaded_clip1.content;
	
}

//Nav mouse Downs///
purpleNav_Mc.addEventListener(MouseEvent.MOUSE_DOWN, purpleMouseDown);

	
function purpleMouseDown(e:MouseEvent):void {
	stage.removeChild(loaded_clip1);
	
	
}


I just get a 1120 error??


Thanks]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I cannot get the removeChild method to work.<br />
Any help would great as I have look on here and seen a lot posts but I still cant seem to get it to work. my code:<br />
<br />
var timerLoad:Timer = new Timer(2011,1);<br />
timerLoad.addEventListener(TimerEvent.TIMER, onTimerLoad);<br />
timerLoad.start();<br />
<br />
function onTimerLoad(evt:TimerEvent):void {<br />
	<br />
	var loaded_clip1:Loader = new Loader();<br />
	stage.addChild(loaded_clip1);<br />
	<br />
	loaded_clip1.contentLoaderInfo.addEventListener(  Event.INIT, handleInit);<br />
	loaded_clip1.load(  new URLRequest( &quot;My_file.swf&quot; )  );<br />
<br />
<br />
function handleInit(evt:Event):void {<br />
	var extMovie:* = loaded_clip1.content;<br />
	<br />
}<br />
<br />
//Nav mouse Downs///<br />
purpleNav_Mc.addEventListener(MouseEvent.MOUSE_DOW  N, purpleMouseDown);<br />
<br />
	<br />
function purpleMouseDown(e:MouseEvent):void {<br />
	stage.removeChild(loaded_clip1);<br />
	<br />
	<br />
}<br />
<br />
<br />
I just get a 1120 error??<br />
<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=102">Actionscript 3.0</category>
			<dc:creator>flash chap</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809591</guid>
		</item>
		<item>
			<title>Scrolling images</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809590&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 11:12:05 GMT</pubDate>
			<description><![CDATA[Hi guys

So I basically want to have images scrolling through a certain area left to right.  

Say a rectangular "window", and the images would scroll left to right so it was just a new image every time and a continuous scrolling effect.

The major catch here, is that I'd like it to pull these images from a MySQL database.  Can anyone point me in the direction of any resources that may help me?  

Many thanks....]]></description>
			<content:encoded><![CDATA[<div>Hi guys<br />
<br />
So I basically want to have images scrolling through a certain area left to right.  <br />
<br />
Say a rectangular &quot;window&quot;, and the images would scroll left to right so it was just a new image every time and a continuous scrolling effect.<br />
<br />
The major catch here, is that I'd like it to pull these images from a MySQL database.  Can anyone point me in the direction of any resources that may help me?  <br />
<br />
Many thanks....</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=61">Flash MX</category>
			<dc:creator>RynMan</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809590</guid>
		</item>
		<item>
			<title>button inside a movieclip</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809589&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 10:58:12 GMT</pubDate>
			<description><![CDATA[I'm adding a MovieClip with with the following code in the main timeline: 


var mcCiclo_01:mc_ciclo=new mc_ciclo;

function ciclo(event:MouseEvent):void{
	addChild(mcCiclo_01);
}


I want to use a button inside that movieclip to link to an external web page. I was able to do that with dot notation if the movieclip was "fisically" in the main timeline but this way doesn't work.

I reckon this is the best practice. Any ideas would be appreciated.]]></description>
			<content:encoded><![CDATA[<div>I'm adding a MovieClip with with the following code in the main timeline: <br />
<br />
<br />
var mcCiclo_01:mc_ciclo=new mc_ciclo;<br />
<br />
function ciclo(event:MouseEvent):void{<br />
	addChild(mcCiclo_01);<br />
}<br />
<br />
<br />
I want to use a button inside that movieclip to link to an external web page. I was able to do that with dot notation if the movieclip was &quot;fisically&quot; in the main timeline but this way doesn't work.<br />
<br />
I reckon this is the best practice. Any ideas would be appreciated.</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=102">Actionscript 3.0</category>
			<dc:creator>ruintc</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809589</guid>
		</item>
		<item>
			<title><![CDATA[Need quick&easy help ABOUT TweenExtended]]></title>
			<link>http://board.flashkit.com/board/showthread.php?t=809587&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 10:20:59 GMT</pubDate>
			<description><![CDATA[Hello,

I had been away for a while for my military service. So yesterday i started to use Flash CS 4 in my new job.

Of course i encountered some errors as i wanted to modify my old files.

WHAT HAPPENED to THAT TweenExtended thing?

when i use this,

import mx.transitions.TweenExtended;
import mx.transitions.easing.*;
it gives me this error,


PHP:
---------
The class or interface 'mx.transitions.TweenExtended' could not be loaded.
---------
How am i going to be able to use old TweenExtended class in CS 4.

BTW *my publish settings* are -> *Player 8 & AS 2.0* what else must i do?? :confused:

THANK YOU ALL,]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I had been away for a while for my military service. So yesterday i started to use Flash CS 4 in my new job.<br />
<br />
Of course i encountered some errors as i wanted to modify my old files.<br />
<br />
WHAT HAPPENED to THAT TweenExtended thing?<br />
<br />
when i use this,<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Actionscript Code:</div>
	<pre class="alt2" style="margin:0px; padding:6px; border:1px inset; width:640px; height:68px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="actionscript"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> mx.<span style="color: #006600;">transitions</span>.<span style="color: #006600;">TweenExtended</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">import</span> mx.<span style="color: #006600;">transitions</span>.<span style="color: #006600;">easing</span>.*; </div></li></ol></div></div></pre>
</div><br />
it gives me this error,<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">The </span><span style="color: #007700">class or interface </span><span style="color: #DD0000">'mx.transitions.TweenExtended' </span><span style="color: #0000BB">could not be loaded</span><span style="color: #007700">. <br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>How am i going to be able to use old TweenExtended class in CS 4.<br />
<br />
BTW <b>my publish settings</b> are -&gt; <b>Player 8 &amp; AS 2.0</b> what else must i do?? :confused:<br />
<br />
THANK YOU ALL,</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=30">Flash ActionScript</category>
			<dc:creator>symbolica</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809587</guid>
		</item>
		<item>
			<title>netstream strange problem</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809586&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 10:20:02 GMT</pubDate>
			<description><![CDATA[its driving me mad!

I have a class which loads the video, and in that class if I say this:

_netStream.play("videos/01.flv");

then it works fine, but if i say this:

_netStream.play(_urlArr[0]);

then it doesnt work... video is loaded, its there, i can trace it, but there is no picture, and no metadata received (i can see from the trace as well).

urlArr (which is array) is defined globally ofcourse, then i populate it with url before trying to play.

and one more thing:  if i define _urlArr globally like so:
private var _urlArr:Array = ["videos/01.flv"];   

then it works again.

wtf???]]></description>
			<content:encoded><![CDATA[<div>its driving me mad!<br />
<br />
I have a class which loads the video, and in that class if I say this:<br />
<br />
_netStream.play(&quot;videos/01.flv&quot;);<br />
<br />
then it works fine, but if i say this:<br />
<br />
_netStream.play(_urlArr[0]);<br />
<br />
then it doesnt work... video is loaded, its there, i can trace it, but there is no picture, and no metadata received (i can see from the trace as well).<br />
<br />
urlArr (which is array) is defined globally ofcourse, then i populate it with url before trying to play.<br />
<br />
and one more thing:  if i define _urlArr globally like so:<br />
private var _urlArr:Array = [&quot;videos/01.flv&quot;];   <br />
<br />
then it works again.<br />
<br />
wtf???</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=102">Actionscript 3.0</category>
			<dc:creator>regbolD</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809586</guid>
		</item>
		<item>
			<title>Flash calendar planner</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809585&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 08:11:39 GMT</pubDate>
			<description>Hi guys
I want to make a calendar planner in one of my project in flash. So i need a jump start on how to make one. The user should be able to update his/her planner through xmll. So that visitors can view his/her plan for a month and only one months. Thank you all. (i need in actionscript 2.0)</description>
			<content:encoded><![CDATA[<div>Hi guys<br />
I want to make a calendar planner in one of my project in flash. So i need a jump start on how to make one. The user should be able to update his/her planner through xmll. So that visitors can view his/her plan for a month and only one months. Thank you all. (i need in actionscript 2.0)</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=30">Flash ActionScript</category>
			<dc:creator>junaids_mj</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809585</guid>
		</item>
		<item>
			<title>Resources Management</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809584&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 07:29:48 GMT</pubDate>
			<description><![CDATA[Hi guys!

Say I loaded a complex external.swf file that uses away3D (to load 3D models such as a table and apple) into a container .swf. I wish to unload the external.swf file. How can I do so? Removing all event listeners and setting instances to null doesn't do trick; each time I load external.swf after the first time, the browser crashes because it can't handle too much 3D on my machine...

What do I do?

Thanks,
-TS]]></description>
			<content:encoded><![CDATA[<div>Hi guys!<br />
<br />
Say I loaded a complex external.swf file that uses away3D (to load 3D models such as a table and apple) into a container .swf. I wish to unload the external.swf file. How can I do so? Removing all event listeners and setting instances to null doesn't do trick; each time I load external.swf after the first time, the browser crashes because it can't handle too much 3D on my machine...<br />
<br />
What do I do?<br />
<br />
Thanks,<br />
-TS</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=102">Actionscript 3.0</category>
			<dc:creator>ThunderSoul97</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809584</guid>
		</item>
		<item>
			<title>Search form in flash 8 actionscript 2</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809582&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 05:33:52 GMT</pubDate>
			<description><![CDATA[I'm new to action script, i've only used the script wizard so far.

what i want to do if it's even possible is create a 3 drop boxes with dates to search for and either pull up or open in a dynamic text field the result .txt file, kind of like this;

(drop boxes)
Year:2010 Month:January Day:27

(Results)
2010_january_27.txt


I am creating daily reports for a donation program for donations given daily to go to us soldiers over sea's and i want the public to be able to pull up the date they want to look at and see what was donated on that date threw a .txt file that will be created daily and stored on the website/host _local folder.

If anyone can help me out in this direction or maybe has a better idea for what i'm trying to do that would be great! Thanks everyone!

Cory Robinson
coryrobinson148@hotmail.com]]></description>
			<content:encoded><![CDATA[<div>I'm new to action script, i've only used the script wizard so far.<br />
<br />
what i want to do if it's even possible is create a 3 drop boxes with dates to search for and either pull up or open in a dynamic text field the result .txt file, kind of like this;<br />
<br />
(drop boxes)<br />
Year:2010 Month:January Day:27<br />
<br />
(Results)<br />
2010_january_27.txt<br />
<br />
<br />
I am creating daily reports for a donation program for donations given daily to go to us soldiers over sea's and i want the public to be able to pull up the date they want to look at and see what was donated on that date threw a .txt file that will be created daily and stored on the website/host _local folder.<br />
<br />
If anyone can help me out in this direction or maybe has a better idea for what i'm trying to do that would be great! Thanks everyone!<br />
<br />
Cory Robinson<br />
<a href="mailto:coryrobinson148@hotmail.com">coryrobinson148@hotmail.com</a></div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=103">HTML/CSS/Javascript</category>
			<dc:creator>crobinson42</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809582</guid>
		</item>
		<item>
			<title>XML Trouble</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809581&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 05:07:13 GMT</pubDate>
			<description><![CDATA[Im trying to figure out why this isn't working. It comes up saying I have 0 of what I have 2 of...Its so confusing...


PHP:
---------
var apiXML:XML = new XML(e.target.data);
	numberOfProjects = apiXML.ITD.length();
	thisProjectNumber = numberOfProjects;
	
	number_txt.text = thisProjectNumber.toString();
---------
And here is the xml

Code:
---------
  <?xml version="1.0" encoding="utf-8" ?> 
- <data>
- <project>
  <ID>1</ID> 
  </project>
- <project>
  <ITD>2</ITD> 
  </project>
  </data>
---------
See? I have 2 ITDs and yet it comes up with 0 inside number_txt.text!]]></description>
			<content:encoded><![CDATA[<div>Im trying to figure out why this isn't working. It comes up saying I have 0 of what I have 2 of...Its so confusing...<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">var </span><span style="color: #0000BB">apiXML</span><span style="color: #007700">:</span><span style="color: #0000BB">XML </span><span style="color: #007700">= new </span><span style="color: #0000BB">XML</span><span style="color: #007700">(</span><span style="color: #0000BB">e</span><span style="color: #007700">.</span><span style="color: #0000BB">target</span><span style="color: #007700">.</span><span style="color: #0000BB">data</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">numberOfProjects </span><span style="color: #007700">= </span><span style="color: #0000BB">apiXML</span><span style="color: #007700">.</span><span style="color: #0000BB">ITD</span><span style="color: #007700">.</span><span style="color: #0000BB">length</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">thisProjectNumber </span><span style="color: #007700">= </span><span style="color: #0000BB">numberOfProjects</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">number_txt</span><span style="color: #007700">.</span><span style="color: #0000BB">text </span><span style="color: #007700">= </span><span style="color: #0000BB">thisProjectNumber</span><span style="color: #007700">.</span><span style="color: #0000BB">toString</span><span style="color: #007700">(); <br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>And here is the xml<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; <br />
- &lt;data&gt;<br />
- &lt;project&gt;<br />
&nbsp; &lt;ID&gt;1&lt;/ID&gt; <br />
&nbsp; &lt;/project&gt;<br />
- &lt;project&gt;<br />
&nbsp; &lt;ITD&gt;2&lt;/ITD&gt; <br />
&nbsp; &lt;/project&gt;<br />
&nbsp; &lt;/data&gt;</code><hr />
</div>See? I have 2 ITDs and yet it comes up with 0 inside number_txt.text!</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=102">Actionscript 3.0</category>
			<dc:creator>shabasky</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809581</guid>
		</item>
		<item>
			<title>gotoAndPlay help scene to scene control</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809580&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 04:37:40 GMT</pubDate>
			<description><![CDATA[So I am new to flash and i am using CS3, actionscript 3.0 and of course i am pleading for HELP!!

I have a two scene project and the first scene is a 3 story home, while the second scene is the home in an exploded view. I have it looping, but thats elementry because its default. HAHA.  What i want is the first scene to remain static until the button is clicked then play the second scene, then stop in its tracks when the 30fps scene is complete.  I am getting nothing but errors and need help with the actionscript.

the first scene is "Scene 10" labeled in the timeline as sacGZERO
the second scene is "Scene 1" labeled in the timeline as SACEXP
the button is where i want it on "Scene 10" as "btn1"]]></description>
			<content:encoded><![CDATA[<div>So I am new to flash and i am using CS3, actionscript 3.0 and of course i am pleading for HELP!!<br />
<br />
I have a two scene project and the first scene is a 3 story home, while the second scene is the home in an exploded view. I have it looping, but thats elementry because its default. HAHA.  What i want is the first scene to remain static until the button is clicked then play the second scene, then stop in its tracks when the 30fps scene is complete.  I am getting nothing but errors and need help with the actionscript.<br />
<br />
the first scene is &quot;Scene 10&quot; labeled in the timeline as sacGZERO<br />
the second scene is &quot;Scene 1&quot; labeled in the timeline as SACEXP<br />
the button is where i want it on &quot;Scene 10&quot; as &quot;btn1&quot;</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=102">Actionscript 3.0</category>
			<dc:creator>kjprag01</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809580</guid>
		</item>
		<item>
			<title>CS3 Stop a movie with a number from php</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809578&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 03:59:09 GMT</pubDate>
			<description>Hy there!

First i want to say thank you for this great site. The tutorials help mea lot to learn much more, and this very quick.

But i have one problem:

I want to try a Roulette game. My only problem is, that (also because of the Design) the bowl must stop at a special point. The php file gives the variable  zahl (german for number) and so the wheel must stop at this number. I tried to make the rotation in 37 positions, and then with the sytaxif (_root.zahl == 12) //in this case the wheel should stop on position 12 otherwise go to frame 43 (the next frame)
{
stop(); 
}
else
{
gotoAndPlay(43); 
}

What did i made wrong?

Regards

Tobias</description>
			<content:encoded><![CDATA[<div>Hy there!<br />
<br />
First i want to say thank you for this great site. The tutorials help mea lot to learn much more, and this very quick.<br />
<br />
But i have one problem:<br />
<br />
I want to try a Roulette game. My only problem is, that (also because of the Design) the bowl must stop at a special point. The php file gives the variable  zahl (german for number) and so the wheel must stop at this number. I tried to make the rotation in 37 positions, and then with the sytax<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Actionscript Code:</div>
	<pre class="alt2" style="margin:0px; padding:6px; border:1px inset; width:640px; height:164px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="actionscript"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">_root</span>.<span style="color: #006600;">zahl</span> == <span style="color: #cc66cc;">12</span><span style="color: #66cc66;">&#41;</span> <span style="color: #808080; font-style: italic;">//in this case the wheel should stop on position 12 otherwise go to frame 43 (the next frame)</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; </div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">else</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">gotoAndPlay</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">43</span><span style="color: #66cc66;">&#41;</span>; </div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div></li></ol></div></div></pre>
</div><br />
What did i made wrong?<br />
<br />
Regards<br />
<br />
Tobias</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=29">Flash Newbies</category>
			<dc:creator>AkteX1</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809578</guid>
		</item>
		<item>
			<title>Loading a swf into a swf getURL doesnt work... PLEASE HELP!!!</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809568&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 01:37:19 GMT</pubDate>
			<description><![CDATA[Hey guys,

Ok so my swf on my homepage is calling in the main.swf which then has movieclips and coded like this on the Actions layer which I made

button1.onRelease = function (){
_root.button1.getURL("http://scholarscanada.com/wordpress/education/programs/reading-readiness/" "_parent");
}

Here is the site so you guys can see, I believe it has to be something with calling the main.swf into the movieclip because I've never encountered this issue before...

http://scholarscanada.com/wordpress/...cation-centre/

If you click on the LEARN MORE for the first image it doesnt go to the page which I ask it for.

Please help!!!]]></description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
<br />
Ok so my swf on my homepage is calling in the main.swf which then has movieclips and coded like this on the Actions layer which I made<br />
<br />
button1.onRelease = function (){<br />
_root.button1.getURL(&quot;http://scholarscanada.com/wordpress/education/programs/reading-readiness/&quot; &quot;_parent&quot;);<br />
}<br />
<br />
Here is the site so you guys can see, I believe it has to be something with calling the main.swf into the movieclip because I've never encountered this issue before...<br />
<br />
<a rel="nofollow" href="http://scholarscanada.com/wordpress/...cation-centre/" target="_blank">http://scholarscanada.com/wordpress/...cation-centre/</a><br />
<br />
If you click on the LEARN MORE for the first image it doesnt go to the page which I ask it for.<br />
<br />
Please help!!!</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=30">Flash ActionScript</category>
			<dc:creator>mikenificent</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809568</guid>
		</item>
		<item>
			<title>Post your attachements!</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809567&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 01:32:46 GMT</pubDate>
			<description><![CDATA[Follow this link to see your FK attachments and post the funniest below!
http://board.flashkit.com/board/profile.php?do=editattachments

Mine seem to consist of shopped photos of gerbs :D Love you big man! :lovers:
http://board.flashkit.com/board/attachment.php?attachmentid=42928&d=1113228212
http://board.flashkit.com/board/attachment.php?attachmentid=42819&d=1112827614
http://board.flashkit.com/board/attachment.php?attachmentid=33516&d=1094456612
http://board.flashkit.com/board/attachment.php?attachmentid=33317&d=1094109429
http://board.flashkit.com/board/attachment.php?attachmentid=28892&d=1086399068

And the time I kicked all your asses:
http://board.flashkit.com/board/attachment.php?attachmentid=48579&d=1129922040
http://board.flashkit.com/board/attachment.php?attachmentid=48510&d=1129760717

And the ipad but better and earlier:
http://board.flashkit.com/board/attachment.php?attachmentid=52614&d=1141356398
http://board.flashkit.com/board/attachment.php?attachmentid=52615&d=1141356428

What do you have lurking?]]></description>
			<content:encoded><![CDATA[<div>Follow this link to see your FK attachments and post the funniest below!<br />
<a rel="nofollow" href="http://board.flashkit.com/board/profile.php?do=editattachments" target="_blank">http://board.flashkit.com/board/prof...ditattachments</a><br />
<br />
Mine seem to consist of shopped photos of gerbs :D Love you big man! :lovers:<br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=42928&amp;d=1113228212" target="_blank">http://board.flashkit.com/board/atta...8&amp;d=1113228212</a><br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=42819&amp;d=1112827614" target="_blank">http://board.flashkit.com/board/atta...9&amp;d=1112827614</a><br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=33516&amp;d=1094456612" target="_blank">http://board.flashkit.com/board/atta...6&amp;d=1094456612</a><br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=33317&amp;d=1094109429" target="_blank">http://board.flashkit.com/board/atta...7&amp;d=1094109429</a><br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=28892&amp;d=1086399068" target="_blank">http://board.flashkit.com/board/atta...2&amp;d=1086399068</a><br />
<br />
And the time I kicked all your asses:<br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=48579&amp;d=1129922040" target="_blank">http://board.flashkit.com/board/atta...9&amp;d=1129922040</a><br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=48510&amp;d=1129760717" target="_blank">http://board.flashkit.com/board/atta...0&amp;d=1129760717</a><br />
<br />
And the ipad but better and earlier:<br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=52614&amp;d=1141356398" target="_blank">http://board.flashkit.com/board/atta...4&amp;d=1141356398</a><br />
<a rel="nofollow" href="http://board.flashkit.com/board/attachment.php?attachmentid=52615&amp;d=1141356428" target="_blank">http://board.flashkit.com/board/atta...5&amp;d=1141356428</a><br />
<br />
What do you have lurking?</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=11">Coffee Lounge</category>
			<dc:creator>Markp.com</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809567</guid>
		</item>
		<item>
			<title>Contact form PHP/Flash Code help.... PLEASE</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809566&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 01:20:07 GMT</pubDate>
			<description><![CDATA[Hi:

I am creating a contact form and its going through all the stops correctly but for some reason I am not getting a email.

here is my php code.



PHP:
---------
<?php

	$your_name = $_GET['nameField'];
	$your_facility = $_GET['facilityField'];
	$your_number = $_GET['numberField'];
	$your_email = $_GET['emailField'];
	$your_subject = $_GET['subjectField'];
	$your_ddBox = $_GET['ddBox'];
	$your_message = $_GET['messageField'];
	
	$recipient_email = "email@email.com";
	
	$subject = "from " . $your_email;
	
	$headers = "From: " . $your_name . "<" . $your_email . ">\n";
	$headers .= 'Content-type: text/html; charset=iso8859-1';
	
	$content = "<html><head><title>Contact Letter</title></head><body><br>";
	$content .= "Name: <b>" . $your_name . "</b><br>";
	$content .= "Facility: <b>" . $your_facility . "</b><br>";
	$content .= "Phone: <b>" . $your_number . "</b><br>";
	$content .= "Email: <b>" . $your_email . "</b><br>";
	$content .= "Directed To: <b>" . $your_dropdown . "</b><br>";
	$content .= "Subject: <b>" . $your_subject . "</b><br>";
	$contact .= $your_message;
	$content .= "<br></body></html>";
	
	mail($recipient_email,$subject,$content,$headers);
?>
<html>
<body>
Your Message has been sent, Thank you!
</body>
</html>
<script>resizeTo(300, 300)</script>
---------

my text fields have the names:
name - var: nameField
facility - var: facilityField
phone - var: numberField
email - var: emailField
subject - var: subjectField
ddBox(dropdown)
message - var:messageField

I think that it is something in my php code that I am not doing correctly. It's not hitting the mail server. any thoughts?]]></description>
			<content:encoded><![CDATA[<div>Hi:<br />
<br />
I am creating a contact form and its going through all the stops correctly but for some reason I am not getting a email.<br />
<br />
here is my php code.<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;$your_name </span><span style="color: #007700">= </span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'nameField'</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$your_facility </span><span style="color: #007700">= </span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'facilityField'</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$your_number </span><span style="color: #007700">= </span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'numberField'</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$your_email </span><span style="color: #007700">= </span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'emailField'</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$your_subject </span><span style="color: #007700">= </span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'subjectField'</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$your_ddBox </span><span style="color: #007700">= </span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'ddBox'</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$your_message </span><span style="color: #007700">= </span><span style="color: #0000BB">$_GET</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'messageField'</span><span style="color: #007700">&#93;;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$recipient_email </span><span style="color: #007700">= </span><span style="color: #DD0000">"email@email.com"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$subject </span><span style="color: #007700">= </span><span style="color: #DD0000">"from " </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_email</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$headers </span><span style="color: #007700">= </span><span style="color: #DD0000">"From: " </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_name </span><span style="color: #007700">. </span><span style="color: #DD0000">"&lt;" </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_email </span><span style="color: #007700">. </span><span style="color: #DD0000">"&gt;\n"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$headers </span><span style="color: #007700">.= </span><span style="color: #DD0000">'Content-type: text/html; charset=iso8859-1'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$content </span><span style="color: #007700">= </span><span style="color: #DD0000">"&lt;html&gt;&lt;head&gt;&lt;title&gt;Contact Letter&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;br&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$content </span><span style="color: #007700">.= </span><span style="color: #DD0000">"Name: &lt;b&gt;" </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_name </span><span style="color: #007700">. </span><span style="color: #DD0000">"&lt;/b&gt;&lt;br&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$content </span><span style="color: #007700">.= </span><span style="color: #DD0000">"Facility: &lt;b&gt;" </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_facility </span><span style="color: #007700">. </span><span style="color: #DD0000">"&lt;/b&gt;&lt;br&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$content </span><span style="color: #007700">.= </span><span style="color: #DD0000">"Phone: &lt;b&gt;" </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_number </span><span style="color: #007700">. </span><span style="color: #DD0000">"&lt;/b&gt;&lt;br&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$content </span><span style="color: #007700">.= </span><span style="color: #DD0000">"Email: &lt;b&gt;" </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_email </span><span style="color: #007700">. </span><span style="color: #DD0000">"&lt;/b&gt;&lt;br&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$content </span><span style="color: #007700">.= </span><span style="color: #DD0000">"Directed To: &lt;b&gt;" </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_dropdown </span><span style="color: #007700">. </span><span style="color: #DD0000">"&lt;/b&gt;&lt;br&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$content </span><span style="color: #007700">.= </span><span style="color: #DD0000">"Subject: &lt;b&gt;" </span><span style="color: #007700">. </span><span style="color: #0000BB">$your_subject </span><span style="color: #007700">. </span><span style="color: #DD0000">"&lt;/b&gt;&lt;br&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$contact </span><span style="color: #007700">.= </span><span style="color: #0000BB">$your_message</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$content </span><span style="color: #007700">.= </span><span style="color: #DD0000">"&lt;br&gt;&lt;/body&gt;&lt;/html&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">mail</span><span style="color: #007700">(</span><span style="color: #0000BB">$recipient_email</span><span style="color: #007700">,</span><span style="color: #0000BB">$subject</span><span style="color: #007700">,</span><span style="color: #0000BB">$content</span><span style="color: #007700">,</span><span style="color: #0000BB">$headers</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?&gt;<br /></span>&lt;html&gt;<br />&lt;body&gt;<br />Your Message has been sent, Thank you!<br />&lt;/body&gt;<br />&lt;/html&gt;<br />&lt;script&gt;resizeTo(300, 300)&lt;/script&gt;</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div><br />
my text fields have the names:<br />
name - var: nameField<br />
facility - var: facilityField<br />
phone - var: numberField<br />
email - var: emailField<br />
subject - var: subjectField<br />
ddBox(dropdown)<br />
message - var:messageField<br />
<br />
I think that it is something in my php code that I am not doing correctly. It's not hitting the mail server. any thoughts?</div>

]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=4"><![CDATA[Scripting & Backend]]></category>
			<dc:creator>Threats5</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809566</guid>
		</item>
		<item>
			<title>Flash8 Target Path and Parsing XML</title>
			<link>http://board.flashkit.com/board/showthread.php?t=809565&amp;goto=newpost</link>
			<pubDate>Tue, 09 Feb 2010 00:45:06 GMT</pubDate>
			<description><![CDATA[Hi All...

Thanks in advance for taking the time to read this. (I'm using Flash CS3 with AS 2.0)

I'm having a problem referencing some variables once I create MovieClips out of some of my elements. Here is what I'm doing:

The user inputs a ZIP code (among other things) which then passes the zip code parameter in the URL to generate some XML. Flash then displays some of the XML in some dynamic text boxes. 

It works just fine on a very basic stage (no symbols, movieclips, etc created), but when I start to create movieclips out of some elements it's stops working... Which tells me that I'm not targeting some of the elements correctly, but I can't seem to get it right :(

I attached a zip with two flash files: 1 flash file "XML_loading_passvars.fla" which was working for me. The other file "XML_loading_passvars_combinedtoMC.fla" I started creating movieclips and it no longer worked!


movie clip A:
user enters a zip code

movie clip B:
user enters another parameter

In movie clip C, I display some of the returned XML.

In movie clip B, I have the following actionscript:


Code:
---------

stop();
this.btn_send.onRelease = function() {

	_root.nextFrame();
	//create the XML object
	var myXML:XML = new XML();

	//ignore the white space
	myXML.ignoreWhite = true;

	//define content type
	myXML.contentType = "text/xml";

	//create the event for when it loads content
	myXML.onLoad = function(success) {



		if (success) {
			//displays the number of results returned
			results_txt.text = this.firstChild.firstChild.firstChild.nodeValue;

			//displays the number of results returned
			name_txt.text = this.firstChild.firstChild.nextSibling.firstChild.firstChild.firstChild.nodeValue;

			//traces whether or not the XML loaded successfully
			trace("yay, this loaded indeed");

			//this will trace the first node
			trace(this.childNodes);

		} else {
			trace("there was a major error");
		}
	};



	//now load the content
	myXML.load("http://xmlurl.com/?"+"search_permitted_zipcode="+this.Symbol3.input_zipcode.zipcode+"&photo="+photo,"_blank","GET");

	// when the load() method is called, the property is set to fales; when the content has loaded, it is changed to true
	myXML.loaded;

	// this will state whether or not the loaded CML content has child nodes
	myXML.hasChildNodes();

	//displays a number representing the error that occured, if any
	myXML.status;

};
---------
]]></description>
			<content:encoded><![CDATA[<div>Hi All...<br />
<br />
Thanks in advance for taking the time to read this. (I'm using Flash CS3 with AS 2.0)<br />
<br />
I'm having a problem referencing some variables once I create MovieClips out of some of my elements. Here is what I'm doing:<br />
<br />
The user inputs a ZIP code (among other things) which then passes the zip code parameter in the URL to generate some XML. Flash then displays some of the XML in some dynamic text boxes. <br />
<br />
It works just fine on a very basic stage (no symbols, movieclips, etc created), but when I start to create movieclips out of some elements it's stops working... Which tells me that I'm not targeting some of the elements correctly, but I can't seem to get it right :(<br />
<br />
I attached a zip with two flash files: 1 flash file &quot;XML_loading_passvars.fla&quot; which was working for me. The other file &quot;XML_loading_passvars_combinedtoMC.fla&quot; I started creating movieclips and it no longer worked!<br />
<br />
<br />
movie clip A:<br />
user enters a zip code<br />
<br />
movie clip B:<br />
user enters another parameter<br />
<br />
In movie clip C, I display some of the returned XML.<br />
<br />
In movie clip B, I have the following actionscript:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><br />
stop();<br />
this.btn_send.onRelease = function() {<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; _root.nextFrame();<br />
&nbsp; &nbsp; &nbsp; &nbsp; //create the XML object<br />
&nbsp; &nbsp; &nbsp; &nbsp; var myXML:XML = new XML();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //ignore the white space<br />
&nbsp; &nbsp; &nbsp; &nbsp; myXML.ignoreWhite = true;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //define content type<br />
&nbsp; &nbsp; &nbsp; &nbsp; myXML.contentType = &quot;text/xml&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //create the event for when it loads content<br />
&nbsp; &nbsp; &nbsp; &nbsp; myXML.onLoad = function(success) {<br />
<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (success) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //displays the number of results returned<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; results_txt.text = this.firstChild.firstChild.firstChild.nodeValue;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //displays the number of results returned<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name_txt.text = this.firstChild.firstChild.nextSibling.firstChild.firstChild.firstChild.nodeValue;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //traces whether or not the XML loaded successfully<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; trace(&quot;yay, this loaded indeed&quot;);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //this will trace the first node<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; trace(this.childNodes);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } else {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; trace(&quot;there was a major error&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; };<br />
<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //now load the content<br />
&nbsp; &nbsp; &nbsp; &nbsp; myXML.load(&quot;http://xmlurl.com/?&quot;+&quot;search_permitted_zipcode=&quot;+this.Symbol3.input_zipcode.zipcode+&quot;&amp;photo=&quot;+photo,&quot;_blank&quot;,&quot;GET&quot;);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; // when the load() method is called, the property is set to fales; when the content has loaded, it is changed to true<br />
&nbsp; &nbsp; &nbsp; &nbsp; myXML.loaded;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; // this will state whether or not the loaded CML content has child nodes<br />
&nbsp; &nbsp; &nbsp; &nbsp; myXML.hasChildNodes();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //displays a number representing the error that occured, if any<br />
&nbsp; &nbsp; &nbsp; &nbsp; myXML.status;<br />
<br />
};</code><hr />
</div></div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://board.flashkit.com/board/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://board.flashkit.com/board/attachment.php?attachmentid=71630&amp;d=1265676257">parsingXML.zip</a> (272.7 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://board.flashkit.com/board/forumdisplay.php?f=30">Flash ActionScript</category>
			<dc:creator>williams.e.matt</dc:creator>
			<guid isPermaLink="true">http://board.flashkit.com/board/showthread.php?t=809565</guid>
		</item>
	</channel>
</rss>
