I was wondering if there is a simple way to check if a file of a certain type (specifically, FLV) exists within a folder, using AS3. What I want to do is something along these lines…
if(an FLV file exists within a certain folder){
//Do something!
}
Any help would be much appreciated. Thanks in advance!
Thanks for your help, guys. I’ll definitely look into the server-side script. I remember you can do file checking easily with PHP, so I’ll give that a try.