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 2006



Tip: Looking for answers? Try searching our database.

LoadVars.Load - Get usable variables

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
wannaData - 28 Mar 2005 09:41 GMT
Greetings
 
 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, so far I was able to assign
actionscript variables to each of the variables that come from the ASP. But i'm
not capable of taking those variables and use it outside the code where they
are, can you help me on this?

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);
        for (var prop in this) {
            trace(" .key "+prop+" = "+this[prop]);
        }
    } else {
        trace("Error loading/parsing LoadVars.");
    }
;my_lv.load("http://localhost/ESTUDO/teste_vervariosdados_apagar.asp");
General ZOD - 28 Mar 2006 16:35 GMT
I'm having the same problem. Have you had any luck?
 
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.