Skip to main content
Participating Frequently
June 8, 2007
Question

Targeting a loadedMovie

  • June 8, 2007
  • 1 reply
  • 205 views
im designing a presentation and i have an swf playing when the pres starts, the thing is i want a way to stop the movie when i click the button to start the pres. the movie was loaded inside of an EmptyMovieClip that i created.. something like:

bgrndHolder.loadMovie("bgrnd.swf")

now i need to target the bgrnd.swf
This topic has been closed for replies.

1 reply

Inspiring
June 8, 2007
bgrndHolder.stop();

when you load a .swf into an mc, that original mc is what you'll reverence.

HmcH