Follow
the instructions in Smartclip
howto to install Macromedia Extension Manager and
Flashants smartclip in your Flash5 authoring environment.
Drag
& drop a LoadVideo smartclip into workarea and
name the instance as "myVideo"
In
the Clip Parameters window, we set the video filename
and other related video attributes accordingly.
In
the buttons actionscript, we use smartclip methods: myVideo.backward()
/ myVideo.pause() / myVideo.play() / myVideo.forward() to
control the video embeded in the smartclip.(In
the actionscripts of the first frame of LoadVideo movieclip,
you will find all the available methods(function).)
The
actionscripts in the timeline movieclip show you
how to make a slider effect.