
OK, I'm really new to Flash so I don't know the syntax for this, but my instructor did mention something about this in class. Here's all the information I could pull together from my notes.
You need to create a LoadVars instance. LoadVars is a class introduced in Flash MX and is the only class with server communication capability. That you can do by declaring a variable of the LoadVars type and instantiating it as an object.
var myLV:LoadVars = new LoadVars();
OK, here's where it gets a little dicey, all we ever did with it was use it to load text & HTML documents into a dynamic text area. However there are send & sendAndLoad methods for the LoadVars class. And they're specifically tagged as letting you communicate with the server for processing. That sadly is all I've got.
I hope its enough to send you in the right direction.
-------------------------
Whatever you can do or dream you can, begin it. Boldness has genius, power and magic in it. Begin it now.
-Johann von Goethe
When Two Hearts Race... Both Win.
-Dove Chocolate Wrapper
Chroniclemaster1, Founder of
www.EarthChronicle.com
A Growing History of our Planet, by our Planet, for our Planet.