ActionScript 1/2 :: Pause Button Goes Back To Beginning Of Movie?

Oct 9, 2010

Actionscript 2.0I have a play and stop button in a movie clip. The actual button works great but does not pause the movie and then resume playback where it left off. Instead the movie goes back to the very beginning and stop/starts there. I need the button to resume playback where the movie was stoppedlike a pause and resume button. The videos load exernally through an FLVPlayback component (myVideo).The code is on the main time line in Actions layer.Here's the code for the button:

_root.StopNGo_mc.onRelease = function() {  if (_root.StopNGo_mc._currentFrame == 1) {  _root.StopNGo_mc.gotoAndStop(2);  _root.myVideo.stop();  } else {  _root.StopNGo_mc.gotoAndStop(1);  _root.myVideo.play();  }}

[code]......

View 3 Replies


Similar Posts:


ActionScript 3.0 :: Click A Button So It Restarts Going Back To The Beginning?

Nov 27, 2009

What code would I need so that once I get to the end of an application, you can click a button so it restarts going back to the beginning?

The button in question is called retryButton

View 6 Replies

ActionScript 3.0 :: Keeping Sound Turned Off When Movie Loops Back To Beginning?

Nov 30, 2010

I'm working on a Flash movie that includes a simple on/off audio player. At the end of the movie it loops back to the beginning and plays again. if the viewer hits the sound off button it will turn the sound off untill the movie loops and then the audio automatically starts again. The viewer would then have to hit play again and then stop to stop it. Is it possible to fix this? I think that I ned to put a piece of code at the beginning of the movie to check if the sound is off or not and then to continue to keep it off if needed?Here is the code for the sound player I am using...

var mySound:Sound = new Sound();
var myChannel:SoundChannel = new SoundChannel();
var lastPosition:Number = 0;
mySound.load(new URLRequest("GlidingOnAir.mp3"));

[code]....

View 2 Replies

IDE :: Play / Pause And Return To Beginning - Streaming MP3

Apr 20, 2009

I have just a play and pause button on a website I'm creating for a client that streams one mp3 song. It works great with the code below, but the problem is that when it reaches the end, it doesn't loop back to the beginning. I would like for the user to be able to press the play button at the end to hear the song again, or include another button that rewinds back to the beginning.

Code:
this.createEmptyMovieClip("sound_mc", 10);
music = new Sound(sound_mc);
music.loadSound("[URL]", true);
music.start();
active_button = "play";
[Code] .....

View 1 Replies

ActionScript 3.0 :: Sound - When Press Stop Then Play It Only Plays From The Last Pause And Not The Beginning

Apr 26, 2009

i'm habing abit of problem with this code, its supposed to play pause and stop, the problem being that when i press stop then play it only plays from the last pause and not the beggining how to get it to play from the start after the stop button is pressed

[Code]...

View 1 Replies

Professional :: Compiled Swfs Jump Back To Beginning

Mar 29, 2010

I compiled two swfs into a single exe using a converter. Both swfs have the same 5 tabs for the 5 sections of my presentation. Swf A has all the stuff for the first 4 tabs, Swf B has the stuff for tab 5. When I start the exe & navigate all around in the first 4 tabs & their sub-sections, everything's fine. I can also click on tab 5 & the Swf B stuff starts playing right away & I can navigate all around in there.

BUT... After I've been clicking on the tab 5 stuff, if I click on any of the 4 tabs from Swf A it kicks me all the way back to the intro animation at the start of Swf A. What I need is to have it go to the first frame for each of those tabbed sections. (e.g. frame 5, 38, 93,...) I did gotoMovie & then gotoAndPlay & the frame number, but it sends me back to frame 1 anyway. How do I get it to go to the frame I want? This is in AS 2, by the way...

View 1 Replies

ActionScript 3.0 :: Papervison - Video Material - Pause - Videos To Be Stopped At The Beginning When It Appears

Feb 16, 2009

I have a cube built in papervision. It has a video on each side. I want the videos to be stopped at the beginning when it appears. I thought I could just use pause on the stream. ncStream2.pause(); no luck. When I do that I just get a black box. There is no black at the beginning of the videos. I do not think the papervision part is really a big deal. It's probably just a straight forward AS3 and video problem.

[Code]....

View 3 Replies

ActionScript 2.0 :: Scroller - Reset The Position Of The Thumbnails Back To The Beginning

Apr 3, 2008

I've got 3 pages each with their own portfolio loaded dynamically from an XML file. Everything is working great with the thumbnails i added using the "adding thumbnail" tutorial. There's only one quirk I can't figure out. If you've scrolled to the end of the thumbnails on the first portfolio, the scroller stays in the same place when you go to the next portfolio rather than reloading back at the beginning. I hope that makes sense because it's hard to explain, but the site is [URL] here's the partial code for the thumbnails...

[Code]...

View 1 Replies

ActionScript 3.0 :: Flash At End Of Video, Loop Back To Beginning But Don't Play

Sep 23, 2011

At the end of my SWF video (FLV + XML for closed captions), I want to go back to the beginning of the video, but not replay it...so that when users have finished watching it they have the title page to look at instead of a big black box.

View 1 Replies

ActionScript 2.0 :: Mc - Reloads Back To The Beginning When You Mouse Over The Corner Of The Page?

Mar 7, 2005

I'm working on an ezine, using the pageflip v2.11 from [url].... I can't get it to flip the covers unless they aren't hardcovers. It's killing me. All they do is show the shadow mask flipping, and not the page. I also have trouble with playing an mc, while it is located on the page. It reloads back to the beginning when you mouse over the corner of the page.

View 2 Replies

ActionScript 2.0 :: XML Photo Gallery - Go Back To The Beginning Image & Start All Over Again?

May 18, 2005

I've used kirupa's 'Photo Gallery Using XML and Flash' tutorial & modified to make my gallery, you can view it here: ZedMedia.org by clicking on the photos section in the main page. what i want to do is, instead of reaching the end of all my photos and it stopping, i want it to go back to the beginning image & start all over again. i want the opposite to appen at the start. when the previous_btn is pressed i want it to go to the end of the gallery.

View 3 Replies

ActionScript 3.0 :: Making Movie Play Or Pause By Clicking Button

Jul 18, 2011

I'm making a project, So I've got several questions..
-How do I make the Movie play or pause by the click of a keyboard or a mouse button?
-How do I Open another SWF within the SWF (loadMovieNum doesn't work anymore )
And last question is How do I move the "video app" I actionscript'd and make it larger . Here's the code I used to put the "video app".

Code:
var camera:Camera = Camera.getCamera();
camera.setMode(550,400,60,true);
// setMode(videoWidth, videoHeight, video fps, favor area)
// Now attach the webcam stream to a video object.
var video:Video = new Video();
video.attachCamera(camera);
addChild(video);

View 1 Replies

ActionScript 2.0 :: Create A Play/pause Button To Control Movie Animation?

Apr 21, 2009

how to create a play/pause button to control my movie animation?

View 2 Replies

ActionScript 3.0 :: Play Pause Button On Main Timeline In Flash Movie

Jan 28, 2011

I have been trying to create a play/pause button for the main timeline in my flash movie. Created a movie clip with 1st frame - a pause graphic, then on 2nd frame - play graphic, labelled the frames 'pause' and 'play' consecutively and put a stop action on the first frame of the movieclip. Then put the following code in the actions layer of the main timeline (and gave instance name of 'ppBtn' to the movieclip):

var pp:Boolean = true;
function ppState(event:MouseEvent) {
if(pp) {
stop();
event.target.gotoAndStop('pause');
[Code] ....

It works in stopping and starting the movie but the actual movieclip doesn't toggle between the pause and the play graphics (just stays on the 'pause' state - 1st frame).

View 5 Replies

ActionScript 2.0 :: Make The Movie Ask For The Users Name At The Beginning And Then Display The Name Later In Movie

Sep 27, 2004

I've been searching high and low for a tutorial for your Flash movie that will show you how to make the movie ask for the users name at the begining and then it'll disply the name later on in the movie.

View 2 Replies

ActionScript 2.0 :: Create A Pause Button That Will Pause Everything On The Screen Including Movieclips/audio?

Mar 26, 2007

I am trying to create a pause button that will pause everything on the screen including movieclips/audio. Right now I can't figure out how to pause the movieclips.

View 2 Replies

ActionScript 2.0 :: Play / Pause Button To Control Movie Clip (file Attached)?

May 27, 2010

I am using CS3 with Actionscript 2.0I am trying to get a play / pause button to control a movie clip.I have placed the MC on one layer and the button on another layer.The button works great.All I need is the AS to control the timeline of the movie clip.

View 1 Replies

ActionScript 2.0 :: Create A Back Button Within A Flash Movie?

May 18, 2009

I would like to create a back button within a Flash movie that remembers the last Scene the user came from. I have about 12 scenes in my Flash movie.

I am using Flash MX 2004.

View 2 Replies

ActionScript 2.0 :: Using Back Button In Flash Like A Browser Back Button?

Oct 30, 2006

basically this code will work like a browser back button its very simple but "could end up very long" basically it will act "similiar to the browser back button"

Code:

on (release) {
if(page1 = _currentframe){
_root.gotoAndStop("quiz");
} else if (page0 = _currentframe){

[code]....

it works when the (page1 = _currentframe){ is rotated with the first if statement...because for somereason it seems to not recognise the "else if's"

View 2 Replies

ActionScript 3.0 :: Close Window When Back Button Is Clicked On Movie Presentation

Jul 1, 2009

I have a .swf movie that is accessed through a link on a website. At the end of the movie are two buttons: one for "Back" and the other for "Replay." I have the buttons working so the Back button goes to the previous URL and the Replay button, well, replays. However, the Back button opens a new window. Is there a piece of Action Script 3 that I can add to the following to close the window in my .fla Action Script Window to close the window as it jumps to the URL? Here is the script.

[Code]...

View 2 Replies

ActionScript 2.0 :: Direct That Movie To Go Back To Frame 299 Once It Is Finished Playing / Can Choose Different Button?

Nov 3, 2009

what happens is I have a movie that play out to a lets say frame 299 then 3 buttons will show up on the stage. now when I press button 1 it will start playing a movie starting on frame 300. How can I direct that movie to go back to frame 299 once it is finished playing so I can choose a different button?I know I can add another button at the final frame to do that but I'm not sure if I want to go that route.

View 1 Replies

ActionScript 3.0 :: Movie To Play The Tween That Spans From 25 To 35, Then Stop UNLESS A Button Has Been Clicked Back On Frame 24?

Jan 8, 2010

Normally, I want the movie to play the tween that spans from 25 to 35, then stop UNLESS a button has been clicked back on frame 24 - then I want the tween played from 25 to 35 then jump to 46.Problem is, in the button function code, if I have...gotoAndPlay(25); gotoAndPlay(46);the timeline jumps straight to 46 - it doesn't play 25-35. Why?I tried putting a timer in between the two gotoAndPlays, but itignored that too and jumped to 46.o how do I tell it - 'play from 25-35 and stop, unless but_a was pressed back on Frame 24 - then play 25-35, and then play 46' ?

View 7 Replies

ActionScript 3.0 :: Flash Browser Back Button Reloads Entire Movie - Shared Object?

Dec 10, 2010

I have trailed through endless forums and tried adding all the various codes.I have a movie that is embedded within a php page. The movie starts with an animation and at the end, an image emerges with buttons. The image that emerges is actually an xml run slideshow but I don't want to complicate it with this bit of information if it is not relevant. So the film stops there and the buttons remain with a changing background.

I would like to make it skip to the end frame if it has been played before, if someone returns to the page, so that the user doesn't have to watch the entire movie to get to the buttons.I have tried adding this to the first scene however it is pretty temperamental:

var myCookie:SharedObject = SharedObject.getLocal("checkFirstVisit");

if (_root.getBytesLoaded() == _root.getBytesTotal()) {
// Flash Cookie[code].....

View 1 Replies

Professional :: Back Button On Web Browser Goes Back To First Frame Instead Of Actual Last Page?

Oct 21, 2010

I have a Flash website with 3 interfaces( 3 frames with movie clips inside). they have a button that goes to different loaded .html page(text). But once the back button is pushed on the web browser, it always goes back to the first frame instead of the actual last page, which might have been frame 2 or 3.

View 1 Replies

ActionScript 2.0 :: Line Becomes Alpha From Very Beginning Of Movie

Oct 22, 2002

I have one line that is going down 500 pixels with the instance called 'vertical'. I also have a line set next to it with aplha = 0. When the vertical line going down reaches 300 pixels, I want the line which is set to 0 to set the alpha = 100. The code I am trying does not work.. Here is what I am putting in
onClipEvent (enterFrame) {
if (vertical._height = 300) {
this._alpha = 100}
}
Seems simple enough, but the line becomes 100% alpha from the very beginning of the movie. Do I have to do anything with _root or what?

View 4 Replies

ActionScript 2.0 :: Zoom Out And Every Thing Has To Be Like The Beginning When Click On The Button Once

Mar 29, 2009

I have a movie clip(a large image that has the same size as the stage) and a button in a square that is small (150x150) . The zoom has to be like this: I click on the button once and I have to zoom in (only once) exactly where the square is (in the center of it). When I click the zoom button again I have to zoom out and every thing has to be like like the beginning. This is the code I have:

[Code]...

View 6 Replies

Create Smooth Transition From End Of Movie Clip To Beginning Of It?

Apr 8, 2012

I have a motion tween that is 180 frames in length. When the tween ends on the last frame and returns to the first frame to replay there is a slight jump in the tween. Is there anyway to stop the tween from jumping from last frame to the first?

View 3 Replies

IDE :: Make Back Button In Flash To Go Back To Page?

Feb 27, 2010

i want to know how we can make back button in flash to go back to page same like browser back button.

View 1 Replies

ActionScript 3.0 :: Starting Video To Play From Beginning On Button Click

May 26, 2011

I have three buttons, which starts three separate videos...click on button starts video, that's ok, but then video is not over, if to click again,it's not starts video from beginning. I'm talking about one video. I must push on other button and then on that again to start it from beginning.

ActionScript Code:
import flash.events.MouseEvent;
import fl.video.FLVPlayback;
vidPlayer.stop();
Object(this).1btn.addEventListener(MouseEvent.CLICK, button1);
function button1 (e:MouseEvent):void{
[Code] .....

View 0 Replies

ActionScript 2.0 :: Use Flash In A Game So That The Players Can Chose A Button In The Beginning?

Nov 25, 2003

I need to know if it�s possible to use flash in a game so that the players can chose a button in the beginning and then connect this button to a movieclip which this button should control?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved