Is there a way to create a button in flash(publish either in html or
projector)that can make it install a spesific program to the user’s
harddisk using a CD? I have seen some done before but what’s
the command they use?
Thanx for ur concern!
You can use fscommand to do it.
For example,
on(release){
fscommand(“exec”,“installer_name”);
}
You have to make a folder named “fscommand” under your master projector file and put the installer in it.