Jump to content

Setting ActionScript variables from PHP


Germaris

Recommended Posts

Problem solved!

[code]
mySearch.onLoad = function(ok) {
if (ok) {
mySearch.undefined == "0";
_root.aiFld.text = mySearch.ai;
_root.adFld.text = mySearch.ad;
_root.auFld.text = mySearch.au;
_root.errorMsg.text = "OK";
}
else {
_root.errorMsg.text = "BAD";
}
};
[/code]

This AS leaves the dynamic fields blanks which is satisfactory...

;) ;) ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.