ActionScript 3.0 :: Stop A Video From Playing?

Dec 8, 2009

i have a simple website i'm building. 4 sections/nav buttons. on the main homepage a video automatically starts playing, but when you click on another nav button which takes you to another frame in the site that displays another section - the video from the first homepage section is still playing.here's the code i'm using on the buttons that go from one section to the next:

Quote:

home.addEventListener(MouseEvent.MOUSE_DOWN, homeNav);
function homeNav(event:MouseEvent):void {
gotoAndPlay("home");
}

[code]....

what do i need to do so that the video stops playing when you go to another section from the homepage/section?

View 5 Replies


Similar Posts:


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

AS3 - Stop Video Playing In Same Timeline?

Dec 8, 2009

I've just posted a reply in the ActionScript3 Forum as someone else has had the same problem, but I can't find a solution so posting again here as it's taken me about 5 hours of getting nowhere and I'm sure this is really easy... have one frame on my time line called "theatre" and another called "Video" the buttons between the two work but the video continues to play in the background when I go back to the "theatre" frame on the same time line and I can't find a stop function that will work A button on my main page links to Video on the timeline with following AS3

btnVid.addEventListener(MouseEvent.CLICK, clickbtnVid);
function clickbtnVid(event:Event) :void {
gotoAndStop("Video");

[code]....

View 2 Replies

My Video Refuses To Stop Playing

May 25, 2009

1) I'm on the portfolio page, and I click a button to load a video.

2) Let's say I change my mind and press "back" button BEFORE the video has a chance to load completely.

3) I am back at the portfolio page. Everything looks okay BUT the video eventually loads. I can't get rid of it if I remain on the portfolio page.

View 7 Replies

ActionScript 3.0 :: How To Stop Video From Playing

Sep 18, 2009

i have a problem that i've already see that is pretty usual, the videoplayer that i have works fine but when i click in a button to go to another page the videoplayer doesn't stop,the audio continues playing even when i'm not on the videoplayer page.I've already found some solutions in the web but none of them worked,probably because i didn't put them in the right place

The code is a little long:
// ###############################// ############# CONSTANTS// ###############################

[code]........

View 7 Replies

ActionScript 3.0 :: Stop Video From Playing In XML?

Jul 14, 2009

I have some navigational buttons and one being a video player using XML to load the videos. When I click to navigate to another section, the page comes in however I can still hear the video.

Here's my code for the button sequence:

asstgm.addEventListener(MouseEvent.CLICK, asstClick);
function asstgmOver(event:MouseEvent):void
{
asstgm.gotoAndPlay("_over");

[Code].....

Is there a way to just disable the video player (xmlPlayer1_mc) from working once I click out of that section?

View 0 Replies

ActionScript 3.0 :: Stop Video From Playing?

Jul 20, 2009

I have a micro site that is really one large flash file with labels driving the navigation. I have a couple of videos in certain sections, but when I click onto another button while the video is playing, you can still hear the audio.I want to disable the player once you "click" away.The code I have for the button(s) on the page is as follows:

servicesBtn.addEventListener(MouseEvent.CLICK, serviceClick);

//Back to the Main stage for navigation

function serviceClick(event:MouseEvent)[code]....

View 3 Replies

Video Won't Stop Playing When Change Page?

Dec 2, 2009

Im using flash4 with action script 3.0, for a website promoting the xbox games Ive worked on.

[URL]

as you will see the videos wont stop playing when I change pages, and I cant work it out at all, Im more than willing to give you a mention on my site . Im more than willing to supply you with the flash file...

View 3 Replies

ActionScript 3.0 :: Video Audio Won't Stop Playing

Jul 8, 2008

I'm trying to build a simple portfolio website, which displays images and videos. I imported a video, and got it to play when a certain button is pressed. But when I press another button (to go look at an image, for example) the video's audio keeps playing. How do I make the audio stop whenever another button is pressed?

View 2 Replies

ActionScript 3.0 :: Stop Video From Playing After You Use Removechild?

Apr 14, 2009

I am new to flash and asc3.I am currently developing a website using cs3.I have the main swf that calls in other swfs using the add child.The swfs that I am calling in, have video using the standard flvplayer.The problem that I am encountering (and is driving me nuts) is when I use the remove child, you can still hear the audio from the video that was just removed.

View 2 Replies

Professional :: Stop Video From Playing Automatically?

Apr 29, 2011

I imported a video in my "about me" section of my website with a skin chosen from within flash. However, when I click within another section of my website, for example "Home" and go back to the "about me" section, the video starts playing automaticly. If your speakers are turned all the way up, you will jump.

What is the code I need to add to my video's actions layer to stop the video from playing automaticly and give the the user the ability to play the video themselves?
 
And what would be the code if I wanted to reduce the volume at 50% for example but have the video play automaticly?

View 5 Replies

ActionScript 3.0 :: Video Playing Auto / How To Stop

Aug 1, 2011

1. in this script Video playing auto. how to stop that.2. now playing video auto. suppose i click pause/play then video stating first. what is the problem in script?[code]

View 7 Replies

ActionScript 3.0 :: How To Stop Playing Video In Videogallery

Sep 2, 2010

I have created a video gallery that loads video(flv) files from XML. When you first select any video, it loads works ok, but when you select/load second time it is playing second video with fist video voice at the background. I can't let first video remove from custom video player.

[Code]...

View 8 Replies

ActionScript 3.0 :: How To Stop Flvplayback From Playing A Video Until Its Told To Do So

Oct 18, 2009

Look at this code,
 
// display ContainerFourvar containerFour:MovieClip = new container4();var bjwC = new bjwContainer();var timer6:Timer = new Timer(39000, 1);timer6.addEventListener(TimerEvent.TIMER, displayContainerFour);timer6.start();
function displayContainerFour(e:TimerEvent):void{ addChild(containerFour); containerFour.x = 192.0; containerFour.y = 108.0; TransitionManager.start(containerFour, {type:Photo, direction:Transition.IN, duration:2, easing:

[code]....
 
I am using As3 to add to the stage dynamically, now what seems to be happening is the video is playing before I add the containerFour - how can I code this, so that the video only begins to play when I add containerFour, and not before it?

View 2 Replies

ActionScript 3.0 :: Get An Flv Video To Stop Playing When Exit The Page It's On?

Sep 13, 2011

The audio continues to play no matter where I navigate on the site.

View 6 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 2.0 :: Stop Audio Sound When Video Is Playing?

Jan 19, 2009

I want to stop my background music(audio) from playing when i click on a button which loads video[code]...

View 0 Replies

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

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 :: Stop A Video Playing When Frames Changed?

Dec 30, 2011

I have a website.fla and when i change page i want the video to stop playing because at the moment it continues to play in the background even when on a different page.

View 5 Replies

Actionscript 3.0 :: Stop The Audio Playing From A Video When You Navigate Somewhere Else?

Apr 11, 2010

how to stop the audio playing from a video when you navigate somewhere else. However none of these solutions seem to work for me.I have my buttons on the root timeline, and all my pages are seperate movie clips which are added to the timeline with labels. I tried the

Code: Select allimport flash.media.SoundMixer;
SoundMixer.stopAll();

but i also have audio streaming on the whole site so when i navigate to a page the audio stops.

View 2 Replies

Stop Video From Playing Until User Clicks The Play Button?

Mar 27, 2009

I am using flash 8 professional.

I have a custom video player that loads videos from an external xml file. It uses all actionscript to control the video using the attatchVideo(ns).

At present the video starts playing as soon as the video opens, I would like the video to only start playing after the user clicks the play button.

What is the actionscript I need to achieve this?

* all the actionscript for all buttons etc. is on one layer called actions. Videos are external not on layers.

View 3 Replies

Flash :: Stop A Youtube Video Playing Through The ShockwaveFlash Interface?

Apr 5, 2011

I am playing youtube videos with the TShockwaveFlash component in Delphi 2007.The component has many options such as play, stop, rewind, gotoFrame, etc and they work on a normal flash file.However if I try to use them on a youtube video it doesn't work.

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 3.0 :: Flash Video Not Stop Playing When Goto Another Page

Jun 25, 2009

I am having a problem with the video on my website. I put a couple of videos on there and I have them working. But if I click on another page, the sound is still playing on the video until it is over. I found a temporary solution by putting in the code to STOP ALL. This make it work how it should. But the thing is I want background music, and with the code I have know the music would shut off every time I go to another page. Is there any code where I could just shut the sound off for that video when I click on something else and not ALL sound?

View 8 Replies

ActionScript 3.0 :: Getting A Video To Stop Playing When User Clicks On Another Button To Navigate

Jan 17, 2010

I am trying to create a little website in flash.. I have some video that plays automatically once the user goes to that section (I am using frame labels to navigate from section to section of the site). But, when the user clicks another button to go to a different page, the video is still playing because I hear it..How can I stop the video from playing once another button gets clicked?

View 20 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.0 :: EventDispatcher Class To Dispatch A Custom Event To Stop A Video From Playing

Nov 11, 2009

I am trying to work with the EventDispatcher class to dispatch a custom event to stop a video from playing. The video plays inside a MovieClip with an attached class file called PlayerProfile. I want the video in the PlayerProfile MovieClip to stop playing when the user clicks on another MovieClip called ScrollBox. I'm getting no compile or runtime erros, but the code is not stopping the video. I have seen use of a public static constant to represent the custom event. Is that what I am missing here.

[Code]...

View 1 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

Professional :: Playing Scenes In Test Movie Animations Stop Playing?

Dec 4, 2011

I am using AS2 in CS5.5.I am creating a project for a class that introduced me to adobe flash.  The issue is I have gotten to a certain point about 15 scenes.  During say the 15th scene scrolling through the timeline animations works fine, playing it on test scene works fine.  When I go to play it on test movie it stops at a certain point.  At first I thought it might have been a misplaced stop action but there is none to be found.  The weird part is every other scene I create after that continues to freeze as well, the images are there, but the animations won't play.  All my previous animations play before those with the issue, it's justThese new ones won't play for some reason in test movie, but work completely fine in test scene and the timeline.

View 4 Replies







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