Follow this step:
stop();
file = "http://localhost/test/flash/polling.php";
System.useCodepage = true;
myVar = new LoadVars();
myVar.load(file)
myVar.onLoad = function(){
if (this.allow = 'false'){
gotoAndStop(3);
}else{
nextFrame();
}
}
| Series this article: Flash Database: Text File Flash Database: PHP for Reading Data Flash Database: Saving Data at Server Side Flash Database: Switching Task at Server Side Flash Database: Starting Flash Flash Database: Making Flash Polling Interface Flash Database: Giving Action to Submit Polling Flash Database: Trying Submiting Vote Flash Database: Preparing Polling Result Interface Tag: flash, database, interface Category: PHP Application Post : March 24th 2008 Read: 2,353 blog comments powered by Disqus |