using Flash with a presentation remote
using Flash with a presentation remote
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- ********0
you might want to command it to PAUSE as well with something like this: on(keyPress ""){
if(pauseFlag == null){
pauseFlag = 1;
};
pauseMe();}
on(press){
if(pauseFlag == null){
pauseFlag = 1;
};
pauseMe();
}