flash/xml question
flash/xml question
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- nadnerb0
pastebin.org/8062
acescence
(Nov 13 07, 17:29)nice, that will probably work after some poking around. . . so I assume in $handle = opendir('./');
the "./" is the path? So i could say
$handle = opendir('media/audio/');
for instance?