ActionScript 3.0 :: Make Video Stop Video When Leaving A Frame?

May 11, 2010

I know how to make a video (instanced as showreel) stop when clicking on a button that that navigates to another section/frame, since otherwise I would still listen to that video while not visible. The problem is when I'm in another frame that doesn't have that video, when clicking on the menu to go to whichever other frame, it looks for that it to stop if it's playing and it and doesn't find it, and so there's an error.
 
How can solve this? Maybe I should put an order saying something like if there exists a video in that frame instanced as sowreel, stop it, otherwise don't do anything as there is nothing to be stopped. Or assign the order to the frame (which is called motion), but I don't know how to do that, can someone help? The code I have is: 
 
import fl.video.VideoEvent;
function onClick(evt:MouseEvent):void {    if( showreel.playing ){        showreel.stop();}    gotoAndStop(evt.currentTarget.name);}
motion.addEventListener(MouseEvent.CLICK, onClick);web.addEventListener(MouseEvent.CLICK, onClick);logo.addEventListener(MouseEvent.CLICK, onClick);photo.addEventListener(MouseEvent.CLICK, onClick);

View 5 Replies


Similar Posts:


ActionScript 3.0 :: Stop A Video From Playing Once Leaving The Frame

Aug 7, 2009

It is for a portfolio for school, in the case that you wanted to know. I have created a frame in the FLT thatis for videos. I have called a net connection to load a video locally when a custom button is CLICKed, and i have made a custom button to pause said video, and play again, using togglePause

My problem is, once the video is started (using play) and if the user navigates away from this video page, (which means they are a jerk/ass for not finishing my video) the audio will continue playing, as the video has been loaded and is not through executing. I want this net connection to end once navigating away from the page, if necessary. I have tried calling an EventListener(EXIT_FRAME) but errors upon outcome follow.

View 0 Replies

Professional :: Stop Video After Leaving Page?

Jan 8, 2010

i want to stop my video once i click onto another page
 
but the video still plays in the background??

View 4 Replies

ActionScript 3.0 :: Stop Flv When Leaving A Frame?

Oct 6, 2009

i want to stop a video from playing,when leaving a framei tried to use SoundMixer.stopAll(); but it only stops the sound, i think my video is still streaming in the background because im starting to notice performance problems when i go back and open the video againthe website gets very slow.

View 5 Replies

ActionScript 3.0 :: Make A Video Class So Can Put In Src And Video Dimensions To Load Up A Video

Oct 13, 2011

Im trying to make a video class so I can put in my src and video dimensions to load up a video .. I am wishing to implement this in the following way

[Code]...

View 2 Replies

ActionScript 3.0 :: Stop FLV From Playing Upon Leaving Frame?

Apr 19, 2011

Maybe someone has some insite on this before I open an artery. I have a timeline, seperated into sections. The navigation targets frame labels. On one of those keyframes there is a flv. When you play that video and then navigate to another frame without stopping the video, it continues to play. I've tried giving it an instance name and adding a stop action to it that resides in the button functions so when it navigtaes to another frame it would stop. However, when  I click on any button and the movie is not currently playing, I  get a error message that reads TypeError: Error #1009: Cannot access a property or method of a null object reference. I assume it is looking for something that is not currently there. It has been suggested that I use the SoundMixer.stopAll() but that removes any background music currently playing.
 
Do I need some kind of conditional statement that detects if the flv is currently playing?
 
Can FLV be controlled with a simple instancename.stop() ?

View 3 Replies

ActionScript 1/2 :: Stop Attached FLV Audio When Leaving Frame?

Mar 11, 2010

I have an embedded video object in a single frame. A script attaches an external FLV file which plays upon entering the frame. When I leave the frame to go to other parts of the movie, the music from the attached FLV continues. How can I stop the audio when I leave the frame?

View 3 Replies

ActionScript 3.0 :: Video Won't Stop Using Same Command That Made Video Stop

May 7, 2011

I have a website that plays video1 when it opens. When you navigate to next page the video stops. One of the buttons on the second page plays video2. The problem is that video 2 won't stop using the same command that made video1 stop.

View 2 Replies

ActionScript 2.0 :: CuePoint To STOP Video On The Last Frame?

Dec 3, 2008

I have imported a video into Flash CS3 and I want to be able to stop the video on the last frame. If I say false to autoRewind, it goes to a black screen and if I say true to autoRewind, it goes to a white screen. I believe if I use a cuePoint on the last second to STOP then it would work.

View 3 Replies

As3 :: Professional - Stop A FLV Video On Entering The Next Frame (cs5 - AIR2.5)

Jan 5, 2011

I have a magazine of 40 frame. each frame is a different page. in one page (frame) i have imported an flv video from a url. but when i publish it and go to the next frame the video keeps playing, even if im not seeing it.

View 7 Replies

ActionScript 3.0 :: Stop Video Playing When Moving To Another Frame?

Mar 13, 2012

I have made a frame which contains four videos that play when the user clicks on the button relating to that video. However, when I click on another frame, the video's sound continues to play. But when I click back to the video page the FLV Componant Player has reset itself and is not playing anything, but I still hear the sound of the video that I played earlier. Any ideas as to either stop or pause the video that is playing when clicking away from that frame?

View 1 Replies

ActionScript 3.0 :: Stop Video Playing When Moving To Next Frame?

Apr 22, 2011

I can hash a flash template to make it work, changing URL's, pictures etc, so have not had a grounding in the coding side of things.

My problem is that I have a new website that I have published in CS5 from a template by flashmo. I have substituted one of the pages to play videos ( I originally wanted to have 1 video with 4 thumbnails that would play when clicked but that is above me). On that page I have imported 4 flash video files, one set to autoplay, the others using the skin to start when necessary.

The issue is that when I navigate away from the page "Examples", the sound keeps on playing and if I navigate back to "Examples" another instance of the video starts with both soundtracks playing.

I have researched and found other people with the same issue, but the solutions always seem to involve entering a stop(); function on the buttons that navigate away from the Examples page. This is where it all falls apart for me.

below is the code from the first frame of the timeline. Am I looking in the wrong place to stop the video playing. There are other lines of script later in the movie, but I am ssuming this is where it all runs from ?!

fm_button.visible = false;
var menu_label:Array = new Array("Home", "Examples", "Packages",
"Links", "About", "Contact");
var total:Number = menu_label.length;

[Code].....

View 0 Replies

ActionScript 3.0 :: Flash AS3 - Video To Stop When Navigate Off Of The Frame?

Dec 7, 2011

at the moment i have tried using booleans but this is making my code have many errors so i was wondering if there was another easier way?

View 1 Replies

ActionScript 3.0 :: Stop Video Playing When Changing Frame/page?

Nov 28, 2011

i have a video that appears when looking at my 'Other' page. But when i click onto a different page i see the new page but can still hear the videos sound. how to stop the video when you leave that page?

View 2 Replies

ActionScript 2.0 :: [Flash MX 2004] Stop Video Playback When Going To Next Frame?

Jul 8, 2007

I've put together a small website and have managed to teach myself quite a bit but there is one thing that I can't seem to find any info on,on the second page of the site I have a video, which progressively loads into the page, however I would like to make the video stop playing when you go to any of the other pages of the site. I'm sure this is a pretty straight forward piece of code but I can't work it out myself.This is the code I use to start my video playing.....

var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);

[code].....

View 1 Replies

ActionScript 2.0 :: Stop Flv Video On Frame / Rich Media Banner?

Sep 14, 2009

I'm having a rich media banner to deliver.. soon. I've imported it and set it to loop with autorewind parameters.

Now: How can i make it to loop 2 times and stop at the last frame ( seconds 00:12 / frame 370) - where it shows a still shot of the product - ?

View 1 Replies

ActionScript 3.0 :: Flash Simple Stop FLV Video Script On Certain Frame

Jan 9, 2012

I have a FLV video that I need to stop when my flash video reaches a certain frame. I named my video "SMB3video". Using AS3. I don't want something super advanced, just keep it as simple as possible. I tried to create a script which gave me no errors until it reached the frame for the timeline.

Code:
this.addEventListener(Event.ENTER_FRAME,ent_frame);
function ent_frame() {
SMB3video.stop();
}

View 1 Replies

ActionScript 3.0 :: Multi Video Player - Audio From The Last Video Remains Playing Even When Prompted To Stop??

Jun 2, 2010

I built a timeline based player with 2 menus and many videos that you can play.The buttons move the timeline to a frame label and the video plays. The back button has a stop function built in it so the video stops playing when its hit.It plays wonderfully locally but once on a server after a few clicks it boggs down and sometimes the audio from the last video remains playing even when prompted to stop. I was pointed to use the add and remove child functions to prevent this but being very new to Flash and 100% self taught i have zero idea on how to do this. The link to the player is[url]....Even if its a link to a tutorial or something.

View 3 Replies

ActionScript 3.0 :: Video / Sound Won't Stop When Clicks A Menu Button To Go To Another Frame?

Mar 19, 2010

I am in frame 20 which is playing a video, How do I get it to stop sound and video when some clicks a menu button to go to another frame? Where do I put the code?0

View 3 Replies

ActionScript 3.0 :: Playing Video - Unable To Stop Audio After Moving To The Next Frame?

May 3, 2011

I'm having the problem that my video, which sits in a movie clip, does not stop the audio after moving to the next frame, even though the video instance is removed. Here is the code from the main timeline:
 
import flash.events.MouseEvent;
next1_btn.addEventListener(MouseEvent.CLICK, ongoPage2);
function ongoPage2(Event:MouseEvent):void {[code]....

View 4 Replies

Actionscript 3 :: Stop Sound And Video When Clicking A Menu Button To Go To Another Frame?

Mar 28, 2010

I have a problem with my slideshow script. I have embedding a flash video file into my website with this slideshow called monoslideshow, and everything seems to work perfectly. Trouble is, when I am clicking on another menu button that should jump to another frame, it still keeps playing the video and sound while displaying the new menu data.So I will probably need some code that stops the video instantly, when another menu button is clicked. But how do I write it and where do I put it?

Here is my actionscript for the video file to show:

var loaderSlide:Loader = new Loader();
var monoslideshow:Object;
loaderSlide.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoadComplete);
addChild(loaderSlide);

[Code]...

It would be great to get a solution to this problem, otherwise my website will be kinda messy ;)

View 1 Replies

Add Video Play / Stop / Pause Button To Flash Video

Dec 7, 2009

I have created my first flash video and wish to allow the visitors to play the movie themselves instead of having the movie play automatically also have a stop or pause button too.

View 2 Replies

Professional :: Tell One Flash Video Component To Make Another Stop?

Nov 5, 2010

So I have a website... [URL]

If you go there and click on the "Corporate Videos" section, you will see me pop up and start talking.

But... if you click on one of the videos below... I keep talking over the top of the new video.
 
Is there a way to "tell target" the one video to stop playing from the action of clicking play on the other video so I stop talking the minute any button on the page is pressed?
 
I am using AS3 with the FLV Playback component for all these videos.

View 8 Replies

ActionScript 3.0 :: Stop The Video Buffering When Video Is Paused?

Jan 11, 2012

I am developing the video player with custom video controls and I want to stop the video buffering when my video is paused. As sson as I play the video the buffering starts from the last bufferring point.

View 8 Replies

Professional :: Playing An External Video File And Upon Video Being Played, Move Onto Next Frame?

Dec 16, 2011

I suppose the title says it all.  I can load an external video file (FLV) and I can have it play.  I also have the custom buttons made to control the clip.  The only thing I have left to do is to have the main timeline move onto frame 2 once the external video reaches its end.  I am using actionscript 3 and flash cs 5.5. 

View 7 Replies

ActionScript 2.0 :: Make A Movie Clip Play When Leaving A Frame?

Jan 27, 2010

I have a series of buttons that when clicked go to certain frames which all display different content. I have a unique movie clip on each one of these frames that has an initial play in, followed by a looping animation (the character walks in, then loops waving or something of that nature), I would like the movie clip to have a play out animation (character walks off) when the user leaves that frame so that when they go to the next frame the new movie clip can play in (new character walks on screen). [code]...

View 0 Replies

ActionScript 3.0 :: Importing The Video In The First Frame While Navigating The Video Sound?

Mar 9, 2010

I attached the code here. The problem is after importing the video in the first frame while navigating the video sound is heard which means the video is still playing. How can I stop it when moving to other section. Here is code

[Code]...

View 2 Replies

Actionscript :: Make A Flash Video Start Playing On MouseOver, And Stop On MouseOut

Jul 6, 2010

I'm wondering how I can make a Flash start playing a video on MouseOver, and stop playing on MouseOut.

View 1 Replies

ActionScript 3.0 :: Make A Poster Frame In A Flash 8 Video Player

Sep 6, 2009

I want to make a poster frame (a simple jpg)to display before the FLV video plays.So first the user to click the play button or on this poster frame.The code below does exactly what I need, but it is in Flash CS4.How could I do the same with Flash 8 Pro (ActionScript 2.0)?

[Code].....

View 1 Replies

Actionscript :: Flash Video: Only Make Video Full Screen, Not Entire Stage

Nov 2, 2011

I have a FLV playing in Flash with a full screen button. The problem is I want only the video to be shown full screen, not the entire stage. This is the code I'm using to make the video fullscreen.

function fullScreenUP(event:MouseEvent):void {
if (screenCheck == false) {
stage.displayState = StageDisplayState.FULL_SCREEN;

[Code].....

View 3 Replies







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