Hi,
I am making flash mp3 player. I am using [COLOR="#ff8c00"]FileReference[/COLOR] to browse for files. I won’t get the file path and later realized that it is a security concern. But I tried using HTML.
I used ExternalInterface to trigger flash function from HTML which opens file selection box using [COLOR=“DarkOrange”]FileReference.browse()[/COLOR] option.
So, as the flash file is in the HTML form, can i track the file path in HTML and send it to flash. :q:
If you know any other method to retrieve file path, pls let me know…
Thnx in advance
pandu…