quick AS vid control ?
quick AS vid control ?
- Started
- Last post
- 1 Response
- beingdevious
can you tell a mc that has an embedded flashvideo in to go to a certain frame?
im making a scrubbar
on(release){
myMc.gotoAndPlay(slider._x)
}correct? not working though
- unfittoprint0
well, I think you'll have to call the frame numerically [not through labels...]
myMc.gotoAndPlay(35)...