Germaris Posted October 23, 2006 Author Share Posted October 23, 2006 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... ;) ;) ;) Link to comment https://forums.phpfreaks.com/topic/24652-setting-actionscript-variables-from-php/page/2/#findComment-113248 Share on other sites More sharing options...
obsidian Posted October 23, 2006 Share Posted October 23, 2006 Excellent. Glad you got it working! ;) Link to comment https://forums.phpfreaks.com/topic/24652-setting-actionscript-variables-from-php/page/2/#findComment-113258 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.