Hi there!
I have a director presentation, which will be supplied to on CD-rom. What needs to happen is this:
The user puts the CD-rom into their CD drive.
Then a copy of the said presentation is automatically made to their their hard drive.
I've download Buddy API, but haven't had much success as yet. I've begun by making a small auto start in director file with the following script as a global script:
on startMovie
set OK = baCopyFile("d:\foundations_with_audio.exe", "c:\foundations_with_audio.exe", "IfNotExist"
end
but all this does is on auto launch is bring up a director player error.
Hope I've made myself clear
Thanks
Proust
I have a director presentation, which will be supplied to on CD-rom. What needs to happen is this:
The user puts the CD-rom into their CD drive.
Then a copy of the said presentation is automatically made to their their hard drive.
I've download Buddy API, but haven't had much success as yet. I've begun by making a small auto start in director file with the following script as a global script:
on startMovie
set OK = baCopyFile("d:\foundations_with_audio.exe", "c:\foundations_with_audio.exe", "IfNotExist"
end
but all this does is on auto launch is bring up a director player error.
Hope I've made myself clear
Thanks
Proust