Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Data Integration / November 2006



Tip: Looking for answers? Try searching our database.

sendAndLoad()

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
udikeren - 01 Nov 2006 23:14 GMT
attached is an xml very simple script in flash swf - however i do not know how
to write the server side .asp
can someone tell me what should be the script in th ok.asp ?

URL="http://www.tovale.co.il/ok.asp";
function init(){
    trace(objToRecieve);
}
xmlToSend="<thenumber>PERFECT</thenumber>";
objToSend=new XML(xmlToSend);
objToRecieve = new XML();
objToRecieve.onLoad=init;
objToSend.sendAndLoad(URL,objToRecieve);
TimSymons - 02 Nov 2006 21:21 GMT
The following link will give you some good ASP code for sending and receiving XML using ASP.

http://secretgeek.net/XMLSendReceive.shtml

Tim
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.