im new to the world of director and im trying to open an mpg.
in flash i have the following script on a button:
on (release) {
getURL ("lingo: mci \"play\" && the pathname & \"sas.mpg\""
}
the mpg runs fine when imported into director, then i split up the swf and use a button within director with the following script:
on mouseUp
mci "play" && the pathname & "sas.mpg"
end
the mpg is witihn the same folder as the .dir and yet the old boy doesnt want to play,
any help would be ace, cheers dan
in flash i have the following script on a button:
on (release) {
getURL ("lingo: mci \"play\" && the pathname & \"sas.mpg\""
}
the mpg runs fine when imported into director, then i split up the swf and use a button within director with the following script:
on mouseUp
mci "play" && the pathname & "sas.mpg"
end
the mpg is witihn the same folder as the .dir and yet the old boy doesnt want to play,
any help would be ace, cheers dan