home *** CD-ROM | disk | FTP | other *** search
- function setPath(path)
- {
- myPath = path;
- }
- stop();
- var myPath = "";
- this.onRelease = function()
- {
- plat = System.capabilities.os;
- if(plat.toLowerCase().indexOf("win") != -1)
- {
- mdm.System.exec(_root.rootOpenFolderPath);
- }
- };
- this.onRollOver = function()
- {
- gotoAndStop(2);
- };
- this.onRollOut = function()
- {
- gotoAndStop(1);
- };
-