i have a video which i converted to swf format using sorensons. i dynamically load this video into an empty movie clip in my main movie. I also have additional playback controls like play, pause etc. As soon as i load the movie clip, it starts playing. This is not acceptable. I want it to pause when it loads and only play when i click the play button. To make this happen i tried giving the command
this._parent.empty.stop();
in the button which i used to load the movie. (note: 'empty' is the name of my empty movie clip) But this didin't help either.
would be grateful if somenone tells me how to do it. remember i am a newbie so less jargon please...
