Netstream Seek Stopped Working


hello

 

a few years ago developed 'movie player' our client's intranet site contained seekbar control. these movie players known 'sliders' , designed users interact movies explore how engineering mechanisms worked. create movies @ 1 frame per second every frame keyframe. movies controlled using netstream seek method. popular.

 

all of sudden stopped working correctly , appear coincided update web browser flash plug-in. user can drag seekbar movie updates when mouse button released. nothing happens while drag seekbar now.

 

function scrubit(event:timerevent):void{           scrubtime = math.floor(loader.scrub.x/scrublength*duration);           ns.seek(scrubtime); } 

 

can suggest how ensure movie on screen updated seekbar dragged mouse button still down.

 

thank you.

 

regards

 

 

 

chris

try replacing ns.seek ns.play

 

ns.play(scrubtime);



More discussions in ActionScript 3


adobe

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?