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
Post a Comment