hello remote shared objects  have finished
 to work
but i have not to call a PHP script
i have use the two methods
the old
            var inpinp=new LoadVars();
            var outinp=new LoadVars();
             inpinp.t = inp.text;
             inpinp.sendAndLoad('env_msg.php',outinp);

end the new
var  lo= new URLLoader();
                req = new URLRequest("env_hx.php");
                var inpu=new URLVariables();
                inpu.t=input;
                lo.addEventListener(Event.COMPLETE, HandlePHP);
                req.data=inp;
                lo.load(req);



-- 
http://jeanmichel.gens.free.fr

Reply via email to