Hi,
I have to make en interactive CD / DVD for a client. What he wants is:
[LIST]
[]Scan a folder for subfolders and files.
[]When the CD boots, display the contents of the rootfolder
[]When the user clicks on a folder, it “opens” and the contents of the subfolder appear.
[]and so on.
[]When a file is clicked (powerpoints, pdf’s, etc) it should open for viewing and/or editing.[/LIST]As I want to do it in Flash, I’ve got a MAJOR problem, i.e. file I/O.
[LIST]
[]As far as I know, you can’t access files or folders through AS, which I seriously hate right now.
[]I can scan a folder with JSFL, but then they have to have Flash.
[]fscommand() sucks, since it can’t open files.[/LIST]So if anybody knows a way to look into folders, please let me know. It’s very much appreciated.