category      articles    
 
Adsense
Adwords
Article
Blog
CMS
CSS Style
Datacenter
Design Graphics
Flash Animation
Internet Radio
Messenger
Programming
Provider
Search Engine
Security
Security Web
SEF
SEO
Software
Software Web
Load variable from PHP to Flash

Just create a simple php file with name: a.php
And the a.php contains like this:

<?php
$FileName = "test name";
$TotalFiles = 7;
$Dummy = "bloody marys'";
FileName=myValue&TotalFiles=myOtherValue&Dummy=Another Value

print "FileName=$FileName\n";
print "TotalFiles=$TotalFiles\n";
print "Dummy=$Dummy\n";
?>


The flash piece then loads them using
"loadVariablesNum("a.php?RND="+random(999), 0);"


OTHER ARTICLES

Load Images In Flash From PHP

Flash Animation

Flash animation

Pass value to HTML or PHP