swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] my remote shared objects now works with swfc


From: jean-michel voicechat_fan
Subject: [Swftools-common] my remote shared objects now works with swfc
Date: Tue, 13 Oct 2009 17:46:34 +0200

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="">                lo.load(req);



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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]