all groups > flash actionscript > july 2006 >
You're in the

flash actionscript

group:

link button to local folder


link button to local folder sachavaca
7/31/2006 11:28:11 PM
flash actionscript: I am trying figure out how to create a flash button (part of CD-ROM
presentation) that opens a file folder in windows explorer. I have found that
I can use the ?get url? behavior to open file folders in the default web
browser using the absolute pathname, but I need to be able to use a relative
pathname and for the file folder to open in windows explorer, not an internet
application. Any help would be very much appreciated.

Thanks

Re: link button to local folder McWeeney
8/1/2006 12:00:00 AM
I think I can help with the relative path bit. Use:
getURL(".\\SomeDirectory")
AddThis Social Bookmark Button