I have an unfinished project that I need to complete, and unfotunally I don't know Actionscript 3.0 too well.
The whole project is a DVD that autoruns the flash (exe), and what I need is a button that will just open the root directory (or a specified folder in the CD, it doesn't matter) with the windows explorer.
I've been googling it for so long now, I really hope someone can help me find the proper script for it...
(:
var request:URLRequest = new URLRequest("..//mydir");
navigateToURL(request);
But for the kind of thing you're trying to do, I'd recommend considering using Adobe AIR. It's a free extension to Flash CS3/CS4. You can read more about it here: http://www.adobe.com/devnet/air/
Finally someone pointed me to the right direction..
I already had the right code, apparently, (but of course thinking it's wrong, due to un-workingness ),
And installing some update and the tools made it all to work.
sorry for the stupid question, but i just installed flash for the first time like 2 days ago (: