on (release) {
doorknobpage.nextFrame () ;
}
And now you're done, and you've managed to create your own simple media player with basic playback controls, thus enhancing the user experience when viewing video through your website. Now you know the trick--and it's not nearly as complicated as it would seem to be on first thought. The only thing you need to remember is that you have to reference the instance name of your movie clip before the controlling command, or the command will act upon the entire scene timeline instead of the movie clip timeline.
If you're a little lost, have a look at my page-in-progress, under the Video section, for a few cues as to how it should work.


