RE: [Flashcoders] another stupid XML question

2007-06-09 Thread Jesse Graupmann
/ _ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben deroo Sent: Saturday, June 09, 2007 11:10 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] another stupid XML question let me rephrase the question then: when I click a

RE: [Flashcoders] another stupid XML question

2007-06-09 Thread Jesse Graupmann
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben deroo Sent: Saturday, June 09, 2007 11:10 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] another stupid XML question let me rephrase the question then: when I click a button, i want

Re: [Flashcoders] another stupid XML question

2007-06-09 Thread ben deroo
let me rephrase the question then: when I click a button, i want xml1.xml to be loaded when I click another button, i want xml1.xml to be replaced with xml2.xml thx Ben On 6/9/07, Rákos Attila <[EMAIL PROTECTED]> wrote: You are the only one who may know how to remove the thumbnails from the s

Re: [Flashcoders] another stupid XML question

2007-06-09 Thread robert
for me i'd parse the entire xml in one go when the swf is loading. In parsing, save each subsection of the xml data into an array. When the button needs it, simply access the array. this is not a stupid question because I've seen similar scenarios in which the xml was completely reloaded on

Re: [Flashcoders] another stupid XML question

2007-06-09 Thread R�kos Attila
You are the only one who may know how to remove the thumbnails from the stage, since you are the only one who knows how did you created them, stored their references, etc. Your question is totally independent of XML, it's a matter of basic scripting and movieclip handling. Attila bd> hi, bd> s

[Flashcoders] another stupid XML question

2007-06-09 Thread ben deroo
hi, small sample: I'd like to be able to load and /or replace sections of this xml file. meaning: when I click a button on stage, i'd like thumbnails(that code has allready been done) to appear from the node. when I click another button on sta