Hi, i have a movie (home.swf) that has a loadVars() call on it to load news into the home.swf. when viewed normally it loads the news into the home.swf.
BUT, when i load the home.swf into another movie, the loadVars() stop working?
any ideas??
also: if i have my php code as:
it loads it into the flash movie but displays as:
news=something
news=someting?
why is it doing that and if i add a '&' before the news (&news) it only returns one result?
please help me!
Regards,
Martin
Gaming Help And Info:
BUT, when i load the home.swf into another movie, the loadVars() stop working?
any ideas??
also: if i have my php code as:
Code:
$q = mysql_query("SELECT title, news, subDate FROM gr_news WHERE view = 'yes'") or die("news=".mysql_error());
while(list($t,$n,$sd) = mysql_fetch_row($q)){
echo "news=<font color='#99FF00'><b>$t</b><br>-$sd</font><br><br>$n<br><br>";
}
it loads it into the flash movie but displays as:
news=something
news=someting?
why is it doing that and if i add a '&' before the news (&news) it only returns one result?
please help me!
Regards,
Martin
Gaming Help And Info: