PDA

View Full Version : Opening A Local Folder With A Button


billscottbob
08-26-2007, 09:51 PM
I'm trying to create a little application to put on my desktop to make accessing important links easier. When I've done something similar in the past with HTML I could just put the folder URL (e.g. "C:/system/") in an <a> tag and it would display the folder and its contents in Windows Explorer. In Flash when I do the same thing with both Goto Webpage Behavior and getURL in ActionScript, clicking on the button does not display anything.

Help would be much appreciated.

Thanks