Code:
on(release){
fscommand("PLAY")
};
this would do as a regular "PLAY" button does. one thing that you can do to make changes, is to use an ExecTBL.ini in your skin as well,
so if you have in your ExecTBL.ini a defined command called
and in your flash object you use
Code:
on(release){
fscommand("BUTTON1")
};
when you use the button audio will be launched, if you change your mind and want to use "BUTTON1" for video you don't have to adjust the flash object, just the ExecTBL can be changed.