yo guys,
Ive tried on many php forums for help on this, but i aint got very far π.
Here's the prob. I am trying to use flash and php together, i already read the article onit on this site but it dont work for me π
So what i want to do is have my flash movie simply to display a bunch of text vars which i get out of the Mysql DB. the now i have in the script is :
while ($view = mysql_fetch_array($result))
{
$hist1=($view['history']);
}
echo "count=$hist1";
Oviously thats not all of it but thats the var so in my flash movie i have a dynamic text field with the var name count and the action i have on frame 1 is:
stop();
loadVariablesNum("view.php?count=", 0);
you can find my files at:
view.php :
http://neo.tribalscribble.co.uk/chat/view.php
view.swf :
http://neo.tribalscribble.co.uk/chat/view.swf
as you can see nothing appears (the test below: is part of the movie not the var i want to load in and view)
I hope someone can help me, ive been trying to fix this prob for 2 weeks now, and if i can get this working i can then go ahead and start developing a VERY large projecti have planned π
ok hope to hear from someone soon
Laters
JoeF