Flash question of the day
Flash question of the day
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- st33d0
Have flash load into an XML object a .php file on your server. That .php file in question is a script that scans said directory and builds an XML representation of it.
http://uk.php.net/manual/en/func…
the url leading to your .php file would likely have a cgi format of
http://mysite.com/script.php?fol…
You would read the folder variable in the url from $_GET['folder']