I need or will build a component to browse a local filesystem in order to find JPGs for my photo app. This would be for an app that runs in a local-trusted sandbox. Does anyone know of an existing component that does this?
If not, can anyone suggest the general approach/architecture to build this? Right now, I'm having problems accessing the local filesystem from Flex via the Scripting.FileSystemObject ActiveX component (embedded in the containing locally-loaded webpage.) I can get to Javascript using the External Interface, but not to ActiveX. Any suggestions?
