ActionScript 3.0 :: Second Scene Not Auto-playing After Preloader (only In IE)

Oct 2, 2009

Reference Site: [URL] Also see attached source file.
 
I've just built my first preloader, and the first time loading it, it works great in Internet Explorer 8 (with latest flash player), but on reload or on reopen of browser, it doesn't autoplay the second scene (main scene). Works great in Firefox and Chrome.
 
I've searched the internet up and down with no luck on solving this problem.
 
Here is my ActionScript 3.0 for the preloader:

[Code].....

View 2 Replies


Similar Posts:


ActionScript 2.0 :: [CS3] Playing Scene For (x) Seconds Before Playing Next Scene?

Feb 9, 2009

I want a scene to play for 10 seconds before playing the next scene and have no idea how to do this using script (action script 2). I know I can just extend the timeline out so it takes 10 seconds for the scene to play through, but I'd prefer to do it with script.

View 5 Replies

Sound Plays From Next Scene, While Playing In Current Scene?

Mar 27, 2001

i am making an animation, i have about 8 scenes. for some reason it starts playing the sound from the next scene in the middle of the current scene. why?? i checked movie explorer and the sound is in another scene. does that sound like a flash bug, or just me? it is a big file, could that be it.

View 4 Replies

ActionScript 1/2 :: Preloader Scene With Main Movie Scene

May 7, 2009

I can get by and make nice flash sites, but I'm still learning what goes where and am still borrowing code to get by.I've laid the problem out in some detail as I am sure that will save a lot of questions later on, but feel free to ask if you want more info.Problem is as follows: I've built a two scene flash site using open source code for the preloader scene:[code]The main scrolling menu scene works great when it's a one scene movie and the preloader code works fine with a load of other sites I've built, but when I put them together on this site (the code for the scrolling menu precludes the addition of a preloader directly into that scene so separate scenes are a necessity) everything goes to pot.When testing the site (both as a standalone SWF file and when embedded in an HTML file) the preloader works fine and the main scene appears correctly, but when you click on any button to move back or forth along the menu/timeline it jumps and jerks along very roughly and stops short of its designated point.

This causes the whole scene to fail as the designated timeframe for each button contains a movie instance that won't function until the specific timeframe is reached.It's odd behavior and I'm stumped as both chunks of code work fine separately.I've even tried a much simpler preloader that doesn't display percentage or anything, it just cycles between frame one and two until the movie loads and then plays it (just like this one, but with no bells or whistles).Unfortunately my lack of actionscript knowledge prevents me from even finding a simple term to sum up the problem so I've failed to find any similar issues on any forums or Google.

View 3 Replies

CS3 Auto Go To New Scene After Mc Is Played?

Sep 24, 2009

I have a mc on 'scene 2.9' which i want to play out in full and then automatically redirect (without a button link) user to 'scene 3'.

View 2 Replies

Sound Auto-playing In Videos?

May 6, 2009

I'm making a project in Flash at college and when I view my project and click on a few tabs the sound from the videos starts playing and I can't get it to stop. The video doesn't play though but it's always the sound and if I press pause the video will pause but the sound keeps on playing.

View 2 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 2.0 :: Stop Auto-playing In Mp3 Player

Dec 8, 2010

I am using a free flash music player. It will be found here URL...When the player open, it starts music autoplay. But I do not want that. I want stoping auto play and when I will push PLAY button it will play music one after one.Optional: Is it possible to add an dancing Equalizer Bars during play time?[code]

View 5 Replies

ActionScript 2.0 :: MP3 Player - How To Prevent Auto Playing

Feb 19, 2010

So I did the tutorial and it works fantastically. However I don't want it to auto start and obviously it does, I thought if I took out playSong(); it would cease the autoplay but that doesn't work, and I took out playSong();} and that made the whole thing stop working, so what I'm wondering is how do I keep the mp3 player from auto playing, and also the variables in the tutorial were url, artist & track. What would be the proper procedure to add a 4th variable ?

Code:
Select all// Setup sound object
var s:Sound = new Sound();
s.onSoundComplete = playSong;
s.setVolume(75);
// Array of songs
var sa:Array = new Array();
// Currently playing song
var cps:Number = -1;
[Code] .....

View 4 Replies

IDE :: Auto Slide Show+XML+AS3+UILoader+Preloader?

Jul 4, 2008

All the data are coming from XML. It is developed in AS3.If you need the .as file just mail me to [url]..

View 4 Replies

ActionScript 3.0 :: Auto-run/swf File To Quit When Video Done Playing?

Oct 18, 2011

I have this problem, I'm creating an autorun cd content that it will autorun by itself when the the cd is inserted into the drive....The external video ( link using FLVplayback component) is suppose to play at the beginning and close by itself when when done
 
I have a skip button that will quit when the user click on it using:
fscommand("quit");
 
My main concern now is how do I ask action script to close by itself when the video is done playing?

View 2 Replies

ActionScript 3.0 :: Auto Navigation - Playing Video Clips One After Another

Nov 25, 2011

I wanna control 4 or 5 video clips by AS3, here video clips are separates on files/frame, how can play this one by one.............!

View 1 Replies

ActionScript 3.0 :: Playing Sound (MP3 Or WAV Format) Auto Silence Added?

Apr 3, 2010

When using sound in flash you can also do this with loading an external sound.
my sound.load(new URLRequest("audio/mysound.wav"));
But when you load an .mp3 file the effect of the sounds keeps playing too late. So I discovered that when you save a audio file to mp3 format there is automatically with any sound editor an insert of 1/2 to 1 second of silence. So i read on the web that this does not happen when you save it to .wav formatBut when saving it to wav format i don't hear the sound in flash anymore, only when i save the wav file, with a compression of MPG,but then there is also silence added automatically. What compression technique you should use when saving it to wav format?

View 5 Replies

ActionScript 3.0 :: Go To 2nd Scene After Playing Intro

Sep 4, 2009

I have two scenes on my movie. My first scene is just an introduction animation. At the end of that scene I just want it to go to the next scene. I thought it would do this automatically but I get this error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at InteractiveCDAnimation_fla::MainTimeline/__setProp___id0__Scene2_content_0() at InteractiveCDAnimation_fla::MainTimeline/frame1()

I tried putting a this.gotoAndPlay(1, "Scene2") <- My scene is name Scene2. It does not work. I even tried creating a function and seeing if it would listen to an enterframe event listener. I do not want a button to click at the end, I just want it to automatically go to the next frame. Why I am getting this error above, and why I cannot get this thing to go to the next scene.

View 1 Replies

ActionScript 3.0 :: Stop A Scene From Playing?

May 6, 2010

How can I stop a scene from playing until I tell it so?

View 4 Replies

ActionScript 1/2 :: Put In A Preloader In The 1st Scene Of Site

Jun 27, 2011

Adobe Flash CS3Action Script 1.0 & 2.0 Im just almost done with my site. Just put in a preloader in the 1st scene of my site, and this is the script I put in:

[Code]...

View 11 Replies

Get Sound / Music To Keep Playing Through A Scene Transition?

Feb 1, 2010

I'm trying to build a sort of flash based portfolio that will allow the user to control what they view. I want some background music to play under all of this, but when the user goes to a particular scene or frame of animation the music will stop or skip as they move.

Is there a way to get the music to just play in the background in an endless loop regardless of which scene or frame they jump to or another way to get a similar effect? I'd really like it to be interactive rather than just a preset slide show.

View 4 Replies

ActionScript 1/2 :: Swf Files Will Not Stop Playing When I Go To Next Scene

Jun 11, 2009

I dynamically loaded swf files through loadmovie, into a main movie which has six scenes. I made a button to go from scene 1 to scene 2, and when I go to scene 2, the swf continues to play from scene 1. How can I stop the swf from playing before it goes go to the next scene. I need to stop the swf when it exits scene. What's the easiest way this can be done. I'm using Actionscript 2.0.

View 3 Replies

ActionScript 3.0 :: Stopping An FLV From Playing After Clicking To Another Scene?

Aug 8, 2009

I am a High school teacher working on a students work in CS4 flash Actionscript 3 and we are trying to stop the flv from playing when you click on the navigate to scene button. I can get the flv to stop but it is displaying in the background of the next scene.here is the code that i am using

import fl.video.*;
var myVideo:FLVPlayback = new FLVPlayback();
myVideo.source = "1LEO_1 00-31-54.flv";

[code]......

View 3 Replies

Playing FLV Files On The Timeline In Secondary Scene?

Nov 2, 2009

I'm currently working on a project where I mix animation sequences with short videos. My project also has two scenes and the FLV will be placed on the main time line of the second scene. The problem I am having is, if the movie is previewed from the first scene, or exported, the FLV on scene 2 won't load. the timeline on the playhead will just spin. I'm currently using "Load external video with playback component" as the method for importing the flv file.I have already worked with this video multiple times in other flash files and have never had a problem loading the video. Is there a limitation to FLV playback in multiple scene movies?

View 5 Replies

ActionScript 3.0 :: Finish Playing Movieclip Before Going To Particular Scene?

Jun 27, 2010

Basically I'm doing a flash website for my 3D animations. Once my intro animation ends my menu comes up which is within a main movieclip called menustage_mc and within that movieclip is a bunch of movieclips acting as buttons to navigate through the site and their animation.When you press on a button it will move to a particular scene. I'm using multiple scenes so i don't clutter the main timeline for myself. I've read a couple of posts saying that i shouldn't use multiple scenes but there is no explanation as to why. I'm assuming i should add and remove movieclips but i'm very new to actionscript and in particular as3 but that's a different question somewhere down the line.

My problem is that when i click on a button for example sketches, i want to finish playing the menustage_mc animation and then go to the sketches scene. However i'm trying different variations and am not getting any success. There are instances where the animation plays but then doesn't go to the next scene. Another instance is that it goes straight to the selected scene but doesn't finish playing the menustage_mc.So all I really want to do is finish playing the menustage_mc animation before it goes to the correct scene? I have seen things where I can go the menustage_mc and put nextScene(); on the final frame but it's not what i am really aiming to do.

View 0 Replies

Preloader Not Working - Next Scene Doesn't Play It

Jun 30, 2009

Using CS4 Actionscript 2.0


[Code]...

Check out what happens after percentage loaded. It just goes to Frame 1 of next scene but doesn't play it.... although if you right click and click PLAY it will indeed play it.. How to get it to start upon 100% loaded?? I SHOULD NOTE that the scene that won't play has an embedded FLV in timeline

View 2 Replies

Professional :: Preloader Loads And Loops Scene?

Feb 12, 2010

I am using flash cs3. I created my preloader in a separate scene. calling the scene I want. what I wanted was the preloader to load and play the all next scene, where I have my core website running.
 
it works fine till one point! here is my drama it loads the scene I want, but it gets stuck in a loop.

[Code]...

View 1 Replies

ActionScript 2.0 :: Preloader Fails To Advance Scene

Nov 18, 2009

I have my game on Scene 1, and my preloader on a separate frame. The preloader loads, but it doesn't advance to the game when it's complete. Where to look for my error?

Code:
class preloader extends MovieClip {
var amount;
function onEnterFrame() {
amount = ((this.getBytesLoaded() / this.getBytesTotal()) * 100);
this._xscale = amount;
if (amount == 100) {
_root.gotoAndPlay("Scene 1");
}}}

View 5 Replies

ActionScript 3.0 :: Preloader - Reference To 'WholeSite' Scene

Dec 2, 2009

I have a preloader on a 'Preloader' Scene and want it to load my site on another scene called 'WholeSite' when it reaches 100%. My WholeSite has 184 frames. I am really getting confused with the script here.

[Code]....

View 0 Replies

ActionScript 2.0 :: Preloader In Separate Scene Not Preloading

Aug 15, 2010

I made a little slideshow with a few images in a seperate scene in my site and I exported each image/mc in the first frame and it still waits till everything loads till it plays

View 3 Replies

ActionScript 2.0 :: Load Sounds In Second Scene To Preloader?

Jul 6, 2002

i'm trying to build my preloader, my flash movie has large sounds to make a selection of music but the sounds loads in the first scene even if they are attached in the second one.

My flash size is about 762 kb and some 756 kb are in the first scene(such as sounds), this is the problem because my preloader starts function when they are 756 kb loaded and only works for the final 6 kb.

[Code].....

View 2 Replies

Pause And Continue Playing Scene With RollOver / RollOut

Oct 26, 2010

I've just started get the hang of Flash, but am not too skilled with AS2 yet apparently. I was wondering how I would go about if I want the scene to pause when I roll the mouse over it, and then continue playing when I roll out.

I figured it would be something like this:
on(rollOver){
stop();
} on(rollOut) {
???
}

View 2 Replies

Actionscript 2.0 :: Music To Stop Playing When Entering A New Scene?

Jan 3, 2009

here is a slightly modified version of a mp3 player that i want to stop playing when you go to another scene. i tried making the back button call the same function that pauses the music when you hit the pause button butp.s. the code for the back button is on the button

var s:Sound = new Sound();
s.onSoundComplete = playSong;
s.setVolume(75);

[code]....

View 1 Replies

ActionScript 2.0 :: Preloader In Separate Scene In Flash Movie

Feb 15, 2005

i am putting a preloader in a seperate scene in my flash movie.for some goofy reason, it will go to the preloader and get to lik 99% and stop, and will not proceed to the next frame. i have tired EVERYTHING that i know to make it work, but it will not.[code]it is placed on a moive clip that retains all the text and graphics for the preloader.like i said the only thing that won't work is that it will not proceed to the next frame.i have replaced the _parent, to _root. i have used frame labels instead of ("Scene 2", 16). i have no idea what else to do.

View 14 Replies







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