//メインタイムラインのフレームアクション
				my_xml = new XML("<sendData>data from swf</sendData>");
				my_xml.onLoad = function(success) {
				 if (success) {
				  if (this.status == 0) data2_txt.text = this;
				 }
				};
				data1_txt.text = my_xml;
				my_xml.contentType = "text/xml";
				my_xml.sendAndLoad("sample.cgi", my_xml);