Results 1 to 2 of 2
-
April 25th, 2012, 10:20 AM #11Registered User
postsget in swf any documents from a folder without specific doc name.
I have a lot of documents in a folder like jpeg, movie, swf. I wanna load all of the document in a swf without the doc names. The AS3 program can be read all of the docs and loaded in the swf from specific Folder. Can I do this? if I do with AS3 can someone help me please?
-
April 28th, 2012, 01:55 AM #2881zzz
postsI would guess that this would be out of the security sandbox in as3.0, I have used php to get the array of files in a folder using a script similar to this:
http://www.brightcherry.co.uk/scribb...n-a-directory/
so you would first need to call php which would return a list of files, then once you have the list of files just load them in to your holder since you will already know the location.

Reply With Quote

Bookmarks