Hello everybody! I could use some help…
I’ve got this main movieclip, that loads external swf’s in order to save some time + i have made a newsclip that the guys i’m doing it for, can update from an admin page. The main swf loads the news-swf, but the PHP-action don’t seem to work (it works when i only play the swf). The dynamic txt-field is aaaaall empty
Can anyone help me solve this puzzle?
The news-swf loads the PHP using a loadVariableNum…thus:
NumLow = 0;
NumHigh = 10;
loadVariablesNum ("…/admin/news.php?NumLow="+NumLow+"&NumHigh="+NumHigh+"&R="+random(999), 0);
Can’t wait to hear from ya’!