var lv:LoadVars = new LoadVars (); lv.onLoad = function () { trace (this.a); trace (this.b); trace (this.c); }; имя_экземпляра_кнопки.onRelease = function () { lv.load ("test.txt"); };
a=1&b=2&c=3