quick Q
quick Q
- Started
- Last post
- 7 Responses
- simosbarba
FLASH MX
What's the right actionscript command to give to a button to open a local file?
I need it to put on a cd
Thanx
- ********0
getUrl
- simosbarba0
getUrl
and then?
instead of getURL("http: ...
what do i need to write
- ********0
no "http", just use C:/pathname
- nuggler0
getURL won't work to open something other than a browser window. Try FSCommand - -
http://www.moock.org/webdesign/f…
- ********0
my bad
- nuggler0
http://flashdevils.com/showthrea… - - applies more than the moock link did
- simosbarba0
Sorry but it doesn'y work.
I try to explain more accurately.
I have a flash movie called start.swf (or exe). When I click on button I need to open a pdf file located in /docs/ folder inside the cd.
What's the right command?