[Flashcoders] Noob, basic questions on actionscript, with methodology suggestions

2006-11-09 Thread Scott Haneda
Hi, downloaded Flash, 1st post! w00t! need to work out a small project. I have experience in programming, not specifically OOP, and actionscript seems to be very OOP. I few questions: I am loading up some XML per an example: //ignore whitespace XML.prototype.ignoreWhite = true; //create

Re: [Flashcoders] Noob, basic questions on actionscript, with methodology suggestions

2006-11-09 Thread Scott Haneda
be the best way to get myself a set of accessible variables in which I can call out a state name, and get the two remaining parameters? -- - Scott HanedaTel: 415.898.2602 http://www.newgeo.com

Re: [Flashcoders] Noob, basic questions on actionscript, with methodology suggestions

2006-11-09 Thread Scott Haneda
external XML file afterwards external_xml.load(example1.xml); trace(external_xml); I get nothing at all on the final trace, not null, not undefined, just blank. -- - Scott HanedaTel: 415.898.2602 http

Re: [Flashcoders] Noob, basic questions on actionscript, with methodology suggestions

2006-11-09 Thread Scott Haneda
to the correct mail list and I will be there, thanks again. -- - Scott HanedaTel: 415.898.2602 http://www.newgeo.com Novato, CA U.S.A

Re: [Flashcoders] Noob, basic questions on actionscript, with methodology suggestions

2006-11-09 Thread Scott Haneda
, then again, the way in which flash works, and interacts with the user, I can understand how this is the only way. -- - Scott HanedaTel: 415.898.2602 http://www.newgeo.com Novato, CA U.S.A

Re: [Flashcoders] Noob, basic questions on actionscript, withmethodology suggestions

2006-11-09 Thread Scott Haneda
Here is another good article to help you understand XML and Flash: http://www.actionscript.org/resources/articles/9/1/XML-101/Page1.html Ahh thanks, page 3 of this one is immensely informative. -- - Scott Haneda

Re: [Flashcoders] Noob, basic questions on actionscript, with methodology suggestions

2006-11-09 Thread Scott Haneda
:-) -- - Scott HanedaTel: 415.898.2602 http://www.newgeo.com Novato, CA U.S.A. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

Re: [Flashcoders] Need help from PHP coder

2006-11-09 Thread Scott Haneda
,$HTTP_RAW_POST_DATA); fclose($fp); echo Done saving; -- - Scott HanedaTel: 415.898.2602 http://www.newgeo.com Novato, CA U.S.A. ___ Flashcoders