IDE :: Movie Won't Play When Loaded?

Apr 24, 2009

I have a simple landing page here: www.epistage.sgIt simply reFUSES to play unless the user refreshes their browser....what to do?? My other flash sites have no problem and execute the functions I order them to as soon as its loaded?

View 2 Replies


Similar Posts:


Preloader Bar Fully Loaded But Movie Does Not Play

Jun 8, 2009

I built a pretty simple Flash movie for a client and put a preloader on frame 1. The preloader works fine then the movie plays. What is happening is if you go to another page on the site and then go back to the home page all you see is the preloader bar fully loaded but the movie doesn't play. You have to refresh the page for the swf to play again. It is doing it to me in Firefox but not IE 8 and it is doing it in IE8 on my clients computer...

Here is the code.
stop();
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress);this.loaderInfo.addEventListener(Event.COMPLETE, onComplete);
function onProgress(e:ProgressEvent):void{ var loaded:Number = e.target.bytesLoaded; var total:Number = e.target.bytesTotal; var pct:Number = loaded/total; loader_mc.scaleX = pct; loaded_txt.text="Loading..." + (Math.round(pct * 100)) + "%";}function onComplete(e:Event):void { gotoAndPlay(2);}

Here is a screen cap of what is happening. After you go back to the homepage all you see is the rpeloader bar fully loaded without the load text.

View 10 Replies

ActionScript 1/2 :: Play A Loaded Movie Clip Swf?

Feb 16, 2010

I've got loadMovie working and it loads a movie clip that has a stop(); on the first frame.At a certain frame within my main movie, I want to tell the loaded clip to play();My symbol is called "load1" without the quotes of course. It's an empty MC and on frame two my movie gets loaded into it. On frame three after a few seconds I have load1.play(); which I figure should work, but it doesn't!

View 1 Replies

ActionScript 1/2 :: Pause/Play Loaded Movie?

Mar 29, 2012

I have a slideshow done in Flash. I have a main movie that has a slide on each frame of the movie, with navigation buttons. On each frame, I have AS2 that loads a different SWF per frame. The AS I'm using is:
 
loadMovie("Data/2.swf", "container");
stop();
 
The number "2" goes up/down based on the slide. I want a hard-wired number versus the frame number because my client is deleting/adding slides and it's easier to keep track of it hard-wired.
 
Right now, each slide I'm loading has its own play/pause toggle button that is this AS2:
 
on(release){
play();
}
 
So what I'd like to do is put the play/pause toggle in the main SWF (and put a graphic footer under all the buttons). So how do I tell the play/pause buttons to play/pause the MC that is containing the slide SWFs?

View 1 Replies

ActionScript 2.0 :: Telling Loaded Movie To Play();

Feb 28, 2007

I have a main movie(main.swf). I've loaded a movie into it(loaded.swf). I need the loaded movie to finish playing once a button is clicked in the main.swf. So basically i need something like

when a button in the main.swf is pressed, finish playing "loaded.swf"

View 6 Replies

LoadMovie Works But Sounds Don't Play When New Movie Loaded In Next Level?

Jan 10, 2010

Im using loadMovie within a .swf on level 1 to load an external movie into level 2. But when this happens the sound function doesnt work. The 2nd movie being loaded has the newsound defined and everything within itself. It plays if i run that swf seperately or using ctrl+enter. Yet when the 1st movie calls the 2nd movie onto level 1 at runtime.The sound in the 2nd movie doesnt play. But its button sounds all seem to be working.

View 1 Replies

ActionScript 2.0 :: [FMX] Play And Stop Controls For Dynamically Loaded Movie

Mar 31, 2004

i got a swf, which i've dynamically loaded into an mc called pitch_mc . After loading it want flash to stop the file from automatically playing, then have play and stop buttons that trigger the movie.

I can load movies fine, but i havent used transport buttons yet :S

View 5 Replies

ActionScript 2.0 :: Play Frame 30 If 30% Is Loaded Form The Rest Of The Movie

Jan 18, 2005

I have an animation

[Code]....

Now the animation is loaded and i need to play frame 30 if 30% is loaded form the rest of the movie.

View 9 Replies

ActionScript 2.0 :: [FMX] Play And Stop Controls For Dynamically Loaded Movie?

Mar 31, 2004

i got a swf, which i've dynamically loaded into an mc called pitch_mc . After loading it want flash to stop the file from automatically playing, then have play and stop buttons that trigger the movie.

View 5 Replies

ActionScript 3.0 :: Play Partially Loaded Flash Movie While Loading Is Still In Progress?

Nov 1, 2011

Is there any way to play my partially loaded flash movie while loading is still in progress ?like progressive video download.My app is not video based.I have only animations and interactive coding.

View 1 Replies

Actionscript 2.0 :: Movie Clip Play, Stop And Play On Mouse Event?

Sep 1, 2010

I want a movie clip (let's call it homecontent_MC) with 100 frames play to frame 80 and stop.Then when someone clicks a button on the navigation bar (home, about, services, contact, etc...) homecontent_MC would then begin playing from it's position (frame 80) til it reaches 100, at which point it wouldn't be on screen, and the movie clip that corresponds to the navigation button press (say services_MC...) would start from frame 1 and continue til it stops at it's frame 80...

View 7 Replies

ActionScript 1/2 :: Button Sounds In Play Scenes But Not In Play Movie

Oct 11, 2009

I have five different scenes all including three different buttons. When I test the buttons in "play scene" - all buttons sounds correctly in all scenes. But when I play movie, there is sound only with one button (the same button in every scene). I have looked for differences, but this button seem to have all the same parameters as the others.

View 10 Replies

ActionScript 2.0 :: Release Play Frame Then Play Movie?

Jul 23, 2004

I am creating a site, and it has a animation that it has to play before loading the next section. What I cant figure out is what function I need to create so that when a user clicks on the vision button it will play the frame after stop(); which will close that section, then have it load the frame for the section that the person clicked on. The only way I can think of doing this is creating 3 different close animations for the three sections. But I figure there has to be a way to have it play the one close animation and then goto the frame which is the portfolio section or vision section (depending on the button clicked).

View 1 Replies

ActionScript 2.0 :: On Release, Play Frame, Then Play Movie?

Jul 23, 2004

I am creating a site, and it has a animation that it has to play before loading the next section. What I cant figure out is what function I need to create so that when a user clicks on the vision button it will play the frame after stop(); which will close that section, then have it load the frame for the section that the person clicked on. The only way I can think of doing this is creating 3 different close animations for the three sections. But I figure there has to be a way to have it play the one close animation and then goto the frame which is the portfolio section or vision section (depending on the button clicked).

View 1 Replies

ActionScript 3.0 :: Play Flv In Loaded Swf?

Oct 26, 2009

I load and play an flv file in child.swf with the following code(it works, where vidDisplay is a Video and strSource is the .flv):

ActionScript Code:
var ncConnection:NetConnection;
var nsStream:NetStream;

[Code].....

View 0 Replies

ActionScript 2.0 :: Get The .swf To Play Once Loaded?

Sep 15, 2004

I used the LoadMovieNum command to load an external .swf, however I am unsure how to make it play. I tried a "play" action and a "gotoandplay(1)" action, but no luck.

Can anyone let me know how to -

1.) get the .swf to play once loaded? my current script is -

on (release) {loadMovieNum("walls.swf", 1),2.) tell the .swf that is loaded to stop on a specific frame?

View 4 Replies

ActionScript 1/2 :: Pausing-play Movie With An Option To Totally Stop The Movie?

Apr 5, 2010

im using this code for my movie to pause for a certain time and then it play every after 5 seconds

stop();
var nInterval = setInterval(Play, 5000);
function Play() {  clearInterval(nInterval);  gotoAndPlay(_currentframe+1);}

[code].....

View 8 Replies

Actionscript :: Play Movie Clip, Have It Wait Until End Of Main Movie Then Restart

Nov 17, 2011

I have a flash banner that includes a movie clip of the logo being animated. I want the logo animation to only run at the beginning of the main "movie". Currently I have to find the length of the entire movie (for ex. 500 frames) then put a key frame in at the 500th frame of the logo movie clip. I know there has to be a correct way to do this...Do I add a frame name at the end of the main timeline and somehow in AS in the logo movie clip say "when you reach X goToAndPlay(1);"?

View 1 Replies

ActionScript 2.0 :: Continuous Play Of Several Movie Clips From One Main Movie Clip?

Jun 20, 2006

i'm trying to play several movie clips, one after the other from one main movie clip.i've got 8 movie clips, "m1.swf", "m2.swf", etc. "m8.swf", and one main movie clip, "play.swf".i've tried using loadMovie, but it only plays the last movie clip. this is what i've got. in the main movie clip, i've put a play button, and the actionscript i have in the button is:

on(release)
{
this.loadMovie("m1.swf",play);
//this.unloadMovie("m1.swf");[code]....

is this wrong? how can i get this to work correctly.

View 4 Replies

ActionScript 3.0 :: Play Movie Clips Embedded Inside A Movie Clip On The Main Timeline?

Dec 6, 2009

I have my flash document set up in the following way: On the main timeline I have my buttons that I want to play movie clips embedded inside a movie clip on the main timeline.However, when I click each different button, the current movie clip stops playing and then the movie clip corresponding to the button plays.

I want them all to be able to play at once. So for example you push button 1 and the alien plays, but half way through you could click button 2 and the alien clip would keep playing, but also the helicopter clip would begin to play as well.Here is the code I have so far:

building_btn1.addEventListener(MouseEvent.CLICK, alien);
building_btn2.addEventListener(MouseEvent.CLICK, helicopter);
function helicopter(e:MouseEvent):void {[code]......

View 1 Replies

ActionScript 3.0 :: Flash - Play Movie Clip With The Button Click Without Playing All The Movie Clips On The Main Timeline

Apr 26, 2009

I'm trying to make a flash website that has clickable buttons that will play different movie clips. But I dont know how to make it to just play the movie clip with the button you click without playing all the movie clips on the main timeline.

View 1 Replies

Play Sound When Flash Is Loaded?

Jul 17, 2009

I have buttons with sound attached in over state and that works just fine, but this means that you are going to hear sounds only when you move cursor over button, how can i make some background sound to play from the moment flash is loaded, even when buttons are inactive, my background image looks like some electrical equipment and and i want to make it sound realistic (sound clip must to be set to loop) and must to start at the moment flash is loaded?

View 3 Replies

SWF Will Load Once But Won't Play Again When Page Is Loaded

Jan 9, 2010

my swf will only load once in internet explorer.. When you navigate out of that page and come back to it it won't play automatically anymore...

I'm using FLASH CS4 and use the google swf code 2.2...

here's the page [URL]

it used to be so easy just inserting it in Dreamweaver =/ but that wouldn't work either

View 1 Replies

FLV Play Options Not Working Once Loaded To Web

Oct 30, 2009

On my website: www.iferanart.com under the animations tab I have several animations that I embeded using Flash's premade option: "SkinOverPlay SeekStop.swf" player. The only change made to it was the color.My problem is that, as you can see when you go to the website and click on an animation, there are no play options at all.I have no idea what to do to fix this because when I publish preview they are there...but once I loaded the website to the server..nothing. The website is coded in AS3, built with Flash CS4.

View 3 Replies

SWF Will Load Once But Won't Play Again When Page Is Loaded?

Jan 9, 2010

my swf will only load once in internet explorer.. When you navigate out of that page and come back to it it won't play automatically anymore...I'm using FLASH CS4 and use the google swf code 2.2...here's the pageit used to be so easy just inserting it in Dreamweaver =/ but that wouldn't work either

View 1 Replies

ActionScript 2.0 :: Music In Loaded Swf Can't Play

Jul 22, 2008

I have music (.mp3) in a .swf file that I'm loading into another .swf. When I play the .swf containing the music alone the music plays, but when I load the same .swf into another .swf there is no music.[code]...

View 6 Replies

Actionscript 3.0 :: Make A Swf Play Off Before The New Swf Is Loaded?

Jun 30, 2009

I want to have a 1.swf load into a container and when the user clicks a main nav button to load a new 2.swf into container I want the first 1.swf to play off and then the new swf to play on so it looks seemless. I have the code to do this with AS2, but it doesn't work with AS3.

View 1 Replies

ActionScript 2.0 :: Play Out 1 Loaded SWF B4 Load Another?

Nov 20, 2003

I have a Nav MENU with the usual about, services, portfolio buttons on press of those buttons a seperate SWF file is loaded into a empty movie clip named "container" what i want to happen is

e.g. on press of portfolio button it plays out the home SWF which is already loaded into empty movie clip,and then when the home.SWF has reached the end frame it will then load the new portfolio SWF into the same lets say the first 10frames of any of the external SWF are the unraveling of the movie then there is a stop(); function then the next ten frames are the re-packing (sorry for terminology) of the movie

View 1 Replies

ActionScript 2.0 :: Embedded Flv Play At 12 Fps But It's Loaded Into Another?

Mar 18, 2008

swf that is at 30fps. So by default, it plays at 30fps. Is there any way using code I can slow down this subswf to play at 12fps...and not automatically go to the default of the root swf's fps?

View 2 Replies

IDE :: Play Movieclip Once FLV Is Completely Loaded?

Mar 23, 2009

Play movieclip once FLV is completely loaded?

View 2 Replies







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