pause and play buttons for external swf?

  • eberline
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Sep 29, 2004
  • Posts: 5
  • Status: Offline

Post October 4th, 2004, 8:45 am

Is it possible to create pause and play buttons for an external swf in flash?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 4th, 2004, 8:45 am

  • Aspirin99
  • Novice
  • Novice
  • No Avatar
  • Joined: Sep 18, 2004
  • Posts: 23
  • Loc: Minneapolis
  • Status: Offline

Post October 4th, 2004, 2:53 pm

If you have an external swf that loads into your main movie into a container mc called holderMc (for example) - In other words, you used:

_root.holderMc.loadMovie("myFile.swf");

------ Your pause button.

on(press) {

_root.holderMc.stop();
}

Your play button is the same with _root.holderMc.play();
  • eberline
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Sep 29, 2004
  • Posts: 5
  • Status: Offline

Post October 4th, 2004, 3:11 pm

What do you mean by loading the movie into a container?

I've created an empty movie clip, so as to position my swf's and called loadMovie to load all of my swf's.

thanks man
  • eberline
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Sep 29, 2004
  • Posts: 5
  • Status: Offline

Post October 4th, 2004, 3:23 pm

Sorry, what I did was created a movie clip ("mc")and inserted it into a new layer called "viewer". I then created a new frame each time I called my next movie with LoadMovie (for example loadMovie("1.swf", "mc")from withing the "viewer" layer.

Thanks for you help
  • eberline
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Sep 29, 2004
  • Posts: 5
  • Status: Offline

Post October 5th, 2004, 9:25 am

Thanks for your help dude. The pause button works. However, I need the pause button to also pause the timeline at the same time. Is this possible?

Post Information

  • Total Posts in this topic: 5 posts
  • Users browsing this forum: No registered users and 27 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.