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 / March 2005



Tip: Looking for answers? Try searching our database.

Mx 2004 form to ASP + VB Script

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
wannaData - 23 Mar 2005 11:02 GMT
Hello

I'll start an aplication based ond flash that must interact with a database. I
only have Flash MX 2004 with remoting actionscript components. As i'm not a
solid programmer I would like to know if it's possible to send the result of a
form made in flash to an Update, or Insert Record page done with ASP + VB
Script. It is possible to use the loadvars with post method in flash, and then
have a target page in asp with an update form?

I hope you can help me because I remain with a lot of doubts after seing
almost all the help available in this site.
Randy1969 - 24 Mar 2005 02:39 GMT
Yes it is, look at the LoadVars Object with the sendAndLoad method, you can
then post your form data to ASP, and return a response from the ASP form once
the operation is completed to fire a call back function in flash.

Regards,
Randy Poole
CIO
TelSim, Inc (http://www.telsim.com)
Yahoo_IM:telsim_inc
wannaData - 24 Mar 2005 19:24 GMT
Hello
Thank you for your reply,  thanks to you the application is now on it's way.

Well, I have a new problem. I want to get and use in Flash the value of a
specific variable that comes from an ASP page.
 I'm using the loadvars.load () object, but so far I was only able to get a
string with all the variables taht come from the ASP page,  and not variable by
variable as I want, can't you help me on this? On being able to make an
actionscript variable with the value of a specific variable that comes from ASP?

Here is the code of the loadVars.load () that I'm using

var my_lv:LoadVars = new LoadVars();
my_lv.onLoad = function(success:Boolean) {
    if (success) {
        trace(this.toString());
    } else {
        trace("Error loading/parsing LoadVars.");
    }
};
my_lv.load("http://localhost/ESTUDO/teste_vervariosdados_apagar.asp");
 
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.