View Single Post
  #6 (permalink)  
Old Jul 31st, 2006, 04:46
kyk kyk is offline
New Member
Join Date: Jul 2006
Location: New Zealand
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote