Hello

Please help me any one.

i am trying to send variable from scroll pane in Flash 8 to PHP
But i am not getting the value "undefined" :

the code as follows:

// create an xml object to hold the gigs
var shows_xml:XML = new XML();
// ignore whitespaces involved with the xml file
shows_xml.ignor eWhite = true;
// event handler for the XML object
...