loaded
private function loaded(e:Event):void{
xml = new XML(e.target.data);
button = xml..button.@text;
message = xml..button.@panel;
hello = xml..button;
if (xml..video.@source) { video.source = xml..video.@source; }
if (xml..video.@volume) { video.volume = xml..video.@volume; }
if (xml..video.@fx) { fx = xml..video.@fx; }
//note.text = video.source + " " + video.volume + " " + video.height;