ssjogus
12-23-2002, 04:56 AM
can we change the properties of any loaded movie or control that movie through button?
Like:
Through "loadmovie" i loaded a movie(swf file) on the first frame. and now can i give a command to a button to stop/play the movie clip in that swf file? or can i change any properties of the movie clip in that file ?
on frame i gave--
loadMovieNum ("blBall.swf", 1);
on button i want to give---
on (press)
{
"blBall.swf/mv1".stop();
}
---------------------------------------
so please help me out.
ssjogus.
Like:
Through "loadmovie" i loaded a movie(swf file) on the first frame. and now can i give a command to a button to stop/play the movie clip in that swf file? or can i change any properties of the movie clip in that file ?
on frame i gave--
loadMovieNum ("blBall.swf", 1);
on button i want to give---
on (press)
{
"blBall.swf/mv1".stop();
}
---------------------------------------
so please help me out.
ssjogus.