slow flash playback
slow flash playback
Out of context: Reply #6
- Started
- Last post
- 7 Responses
- ok_not_ok0
do this:
this.onEnterFrame =
function(){
if (true){
//some actions
}else{
delete this.onEnterFrame;
}
}
do this:
this.onEnterFrame =
function(){
if (true){
//some actions
}else{
delete this.onEnterFrame;
}
}