neilmmm
10-12-2006, 05:05 PM
i want to launch a movie projector from another movie projector - a menu at the end of the day
btn_mc.onRelease = function() {
fscommand("exec", "load.exe");
};
it is in the same folder ...
is this possible am I doing something wrong?
thanks
btn_mc.onRelease = function() {
fscommand("exec", "load.exe");
};
it is in the same folder ...
is this possible am I doing something wrong?
thanks