I'm trying to get the relative or full path from a FileReference object after its browsed but I think I'm bashing my head up against a wall (It's begining to hurt) anybody got a way of getting a file's path from the user.
Asked
Active
Viewed 2,922 times
0
-
Stop hurting yourself. You cannot get the full path in flash - the file name is accessible though. – Amarghosh Sep 22 '09 at 06:52
-
Amarghosh is absolutely correct, Adobe took measures to prevent such :(. – Brian Hodge Sep 26 '09 at 15:49
1 Answers
0
I think you'll have to switch to AIR and the flash.filesystem.File class to get the "nativePath".

John Lemberger
- 2,689
- 26
- 25