Any method to add a slider to control the timeline of a imported video?

Any method to add a slider to control the timeline of a imported video???

Here is a example website, click on the picture at the middle to open a browser to see the video.

http://pctv.netvigator.com/pctv/estore/mediahl

depends what you mean by control. You can change frames using a slider but you wont be able to change the framerate. If you want a slider that you slode to go through the movie 1 frame at a time that can be done.

How do you do that ?

um… there would be a bit of code nvolved. here is a basic breakdown:
say yo have 50 frames in your movie. make a slider bar of width 50. Have an AS event with the enterFrame handler that says gotoAndPlay(slideBar._x). That should do it. if you need a better explanation i can try and make a fla

Ok let me try tonite see if it works, if not, i will need to beg for your fla, thx

ever get it?