pause play rewind
- Started
- Last post
- 6 Responses
- legspin
I have demo I need to fininsh quick sharp and I need a pause play maybe rewind button. I have looked through other topics on this but this is need quickly.
Does any kind person have an example of this they are willing to share?
Cheers
- UndoUndo0
is the demo flash?
- legspin0
yeah it is, sorry.
- UndoUndo0
if its for video:
just use the playhead controls. dead easy.
to pause use this.stop()
to play use this.play()to rewind totally
this.gotoAndPlay(1)
[where 1 is the first frame of your movie?]to rewind with scrubbing
scrubbingFunc = function(){
this.onEnterFrame = function(){
this.prevFrame();
}
}
this.onPress = function(){
scrubbingFunc()
}
this.onRelease = function(){
delete this.onEnterFrame()
}where this.onEnterFrame is the MC containing the function
hope that helps
- mcmagic0
http://www.flashloaded.com/movieā¦
This might help
- legspin0
yeah I downloaded that but didn't know what to do with it. Being an idiot an all. Whats this extension manager thing? I can't import it or whatever into flash.
- legspin0
it says i need flash 6 or greater to install it. I have mx prof. the fucker!