|
Re: Javascript->Flash rewind() not working on local IE drive
Thanks Bruno Aun,
so the code on release{gotoplay(1);} is this within javascript or where should it go.
my current code for rewind method is:
function rewindMovie(){
var movie=getFlashMovieObject("fileName");
if(movieIsLoaded(movie)){
movie.Rewind();
}
else{
alert("can't rewind");
}
}
I've also tried using TotalFrame()/GotoFrame(), for some reasons IE is not responding locally. Firefox is fine. Would you have any idea why that is?
Cheers
Kyk
|