Hi Chris, Yes, you can link to a file in the hard drive BUT: - the link will work only when the application is run from that particular machine - appropriate permissions are set in Flash Player's Security Sandbox to load the file on the local disk - Any change to the file or folder name in the entire path will make it stop working.
This is highly discouraged and should never be done unless absolutely necessary. You can link it using file:///D:/localfolder/folder1/file.html and then using URLRequest class and navigateToURL command to load the link. Regards, Venkat www.venkatv.com On Tue, Dec 23, 2008 at 3:05 PM, chris <[email protected]> wrote: > > hai am just starting with adobe flex and am not so sure about this > platform. i got a small question is it possible to connect or link a > button with a html page. which is in the local hard drive. can you plz > sent me a reply ..........in this stuff ........ny thanx > advance ...... > cheers > chris. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

