rubbersoul
IS-IT--Management
Let me try to explaining what's happening....
I have a flash movie....in that movie theres a section with some dynamic text box's.....it has the following actionscript code:
onClipEvent (load) {
loadVariablesNum(" 0, "GET");
}
I have taken that .swf and put it in a html page and called it index.html.
Now....if I go to run and type my page pops up....everything is cool...I see my dynamic text box and it has the data in it which is coming from games.php. However, as soon as I put my url....say it's I see my page again, and my dynamic text box....but no data in it??? I've changed the code above and put Code:
onClipEvent (load) {
loadVariablesNum(" 0, "GET");
}
and I get the same result.....
I have a flash movie....in that movie theres a section with some dynamic text box's.....it has the following actionscript code:
onClipEvent (load) {
loadVariablesNum(" 0, "GET");
}
I have taken that .swf and put it in a html page and called it index.html.
Now....if I go to run and type my page pops up....everything is cool...I see my dynamic text box and it has the data in it which is coming from games.php. However, as soon as I put my url....say it's I see my page again, and my dynamic text box....but no data in it??? I've changed the code above and put Code:
onClipEvent (load) {
loadVariablesNum(" 0, "GET");
}
and I get the same result.....