Flash Return VAr
Posted: Fri Jul 27, 2007 5:38 pm
feyd | Please use
Inside the code trace is working nicely, however when i am trying to return the var, its says UNDEFINED
Please Advise!
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hello Folks,
Quick question, trying to do some action script however its not going to well.
[syntax="actionscript"]
function testing() {
envia = new LoadVars();
flvURL = "BDAGMgdzVTFYel5tVCZUZQR3WzALPgl3";
envia.r = flvURL;
recibe = new LoadVars();
envia.sendAndLoad("http://localhost/web/crypto.php", recibe, "POST");
recibe.onLoad = function(recibido) {
if(recibido) {
trace(recibe.decrypted);
}
} return [VARIABLE];
}
myVariable = testing();
Please Advise!
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]