wrighty18
06-05-2003, 11:57 AM
how do i open mpegs or wmv on flash 5? is it using the following code ;
filename = "rooney.wmv";
fscommand ("exec", "start\t"+filename);
fscommand ("exec", "cmd\t/c\t"+filename);
}
("rooney.wmv is the correct file name which is within the same file as the flash 5 document!!)
could u help me?
filename = "rooney.wmv";
fscommand ("exec", "start\t"+filename);
fscommand ("exec", "cmd\t/c\t"+filename);
}
("rooney.wmv is the correct file name which is within the same file as the flash 5 document!!)
could u help me?