Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Music Still Plays Even When I Unload Swf?



I have a swf that pulls music from a xml file. It works fine. Problem is when I click on another button to load pop.swf with different music it unloads the original rock.swf from level 5 and the new pop.swf loads but I still hear the music from rock.swf

I thought it would be simple as unloading the movie?



FlashKit > Flash Help > Flash ActionScript
Posted on: 08-12-2007, 04:29 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Can I Loop A Specific Section Of Music In Flash After The Music Intro Plays?
Hi! My question involves looping audio in flash. I already know how to make a section of audio in an audio-editing program that loops and make it loop continuosly in Flash. What I would like to do now is take an audio clip that has an intro section and a "body" section and after the intro has played, loop back to the beginning of the "body" section continously. I assume it would involve sending it back to a specific millisecond?

Anyway, can anyone help me out with this one? Or is it even possible?

Thanks,
aswhitehead

Can't Unload Movie, Still Plays In The Bg. Please Help
Okay, so first off let me thank you in advance to whoever will help me with my dilemma.

Here is the site that i am currently working on http://www.luis-am.com/site_main/index.htm

Now, what i can seem to get working is the unload movie, like for example clicking one of the menu items, the next swf will load on-top of the main swf but the main swf will still be accessible in the background.(i like the way the new movie fades in, so i would like to keep that effect if possible) ( i have 3 separate swfs, the 1st one is the content loader swf which will load the main.swf and that main.swf is suppose to load any corresponding swf when the user is to click on any of the menu items)I haven't been able to figure it out and i've run out of ideas on how to do it. Can anyone please be so kind to point me in the right direction or to just give me an example of how it should be done.

Thanks!

Music Plays Twice...or More
Any assistance is appreciated.

I have a new site. The first set of frames are the preloader, the next loads the head of the page which includes a music on/off button, which includes the music file.

The next set of frames load each button and goto frame names for the individual pages within the site.

The problem I'm having is when you click on a button that progresses forward in the movie everything is fine. When I click on a button that goes back in frames the music plays again...and again so I end up with the same music playing three or four times simultaneously in the background.

Cheers

Music Plays On Pc But Not When Uploaded
Thank you for your assistance.
I am new to Flash and my first project has been to build a simple 'mp3 player' in Flash8 that plays a song when the website is loaded with a button that will either stop or start the music depending on whether it is playing or not when the mouse is released.
This seems to work fine when I test it on my machine.....even when I import the swf file and play it through Dreamweaver but when I upload it to the net, the music doesn't play.
This is a test page of the website with the flash player:http://www.marcogalli.net/index2.html

This is the actionscript code I have in the file.


Code:
var musicPlays:Boolean = false;
var loopTune:Sound = new Sound();
loopTune.onLoad = function(success:Boolean) {
if (success) {
loopTune.start(0, 999);
musicPlays = true;
_root.gotoAndStop("playing");
}
};
loopTune.loadSound("cooltune.mp3", false);
musicPlayer.playStop.onPress = function ():Void {
if (musicPlays) {
this.gotoAndStop("stopped");
loopTune.stop();
musicPlays = false;
} else {
this.gotoAndStop("playing");
loopTune.start(0, 999);
musicPlays = true;
}
};
Am I missing something obvious???
Thanking you in anticipation

Music Plays Thru Navigation
hi

how can i get my flash player to keep playing music when a user navigates to other parts of the site?

Whats The Actionscript That Plays Music ?
read ^subject, the music starts playing and i set the stopALLsounds action on one of my buttons, it stoped. and the other button i set the play action, when i click it, nothing happens. can anyone help me on this one ?

( is it because i put button, music, and script on all one frame ? )

Muting Music While A Video Plays
Hi,

I have a Flash8 ActionScript 2.0 project that is currently programmed with a mute button that mutes EVERYTHING. There is music playing in the BG of everything, but when I have a FLV video play, I don't want the music playing. Of course if I hit the mute button, it also mutes the video. Here's the code for the music control:


onClipEvent(load)
{
_root.mySound = new Sound(_level0);
_root.mySound2 = new Sound(_level1);
_root.mySound3 = new Sound(_level2);
_root.mySound4 = new Sound(_level3);
_root.mySound5 = new Sound(_level4);
maxvolume=100;
minvolume=0;
}

onClipEvent(enterFrame)
{
if(_root.soundstatus=="on") {step=5}
if(_root.soundstatus=="off") {step=-5}

maxvolume+=step;

if (maxvolume>100) {maxvolume=100;}
if (maxvolume<0) {maxvolume=0;}

_root.mySound.setVolume(maxvolume);
_root.mySound2.setVolume(maxvolume);
_root.mySound3.setVolume(maxvolume);
_root.mySound4.setVolume(maxvolume);
_root.mySound5.setVolume(maxvolume);
}



--------------------------
And the Mute button:

on (release) {
gotoAndPlay(2);
}
on (release) {
_root.soundstatus="off"
}

-----
on (release) {
gotoAndPlay(2);
}
on (release) {
_root.soundstatus="off"
}

Plays Music From Previous Scene
ok, this has been irritating me all day. I'm making a dress-up game featuring all four of my comic's characters. Naturally. I have the character selection as scene1 and each character's room is scene 2 through 5. Now to the problem. I have it set up so that a different background music plays in each room (with a little mute, un-mute button in the corner). When I tested the game by going from scene1 to scene2, if worked fine. But when I went from scene1 to scene 3, it played both the music from scene2 and scene3 at the same time. If it helps any, this is the tutorial where I learned how to do the mute button http://www.tutorialized.com/tutorial...ff-Button/5056

Music Plays Before Video Has Even Opened
Hello,

Ive been having trouble getting the sound track ive added to my video to wait until the actual file opens, before it plays (befor flash player has even opened physically) ive tried to add a loader and various AS's but to no evail. Any input on this would be great.

All the best. -2k-

Music Still Plays When Flash Player Is Closed
Hello,

I noticed that the audio in my flash movie will still play even when I close the flash player window and the browser. Does anyone know why that is?
Thank you all in advance.

Music Plays Fine Once, But Does Not Play Second Time Around
Hi

I have a preloader, intro and menu system in the same file.

When I play the file, everything works fine, preloading, intro plays with music and then the menu system comes up.

Thing is, when I return to view the intro again (if anyone was that interested), the movie plays, but the sound doesn't come up.

The sound is in a movieclip on the _root timeline, and I have tried many things to try and reset the clip, ready for the next play request (including onClipEvent(enterframe) and resetting the moveclip with a goto(1); when the menu system appears)

but no joy.

Anyone have any experience with this problem. I can't be the first.

Music Player That Plays All Songs In A Folder.
I need a flash music player that plays all songs in a folder e.g. <embed src="player.swf?dir=media/mp3"></embed>
Can anybody help me, either with a code to help me make it, or a premade player?
Thanks.

Music Plays From The Swf Directly, But Not From An External Site... How Do I Fix It?
ok. with this link, the music plays. http://3hobbits.com/myspace/audioplayer4.swf

with this link, it doesn't play. http://3hobbits.com/myspace/test.php

i am trying to put the code onto my myspace (yeah i know), but the music wont play for some reason. i think it is because it is loading it from an external server (3hobbits.com), but there has to be a way to get it to work...

Music With Flash Equalizer Only Plays When On-screen?
Music with flash equalizer only plays when on-screen? When it's off-screen (i.e. on longer pages, and below the bottom of the browser window) it doesn't start playing until you scroll down so it's on-screen - and then it starts playing. I don't know how I didn't notice it before - Hmmm? IE is the only one that plays it regardless if it's on or off-screen - FX, Opera, and Safari do not. Is this just a trait of Flash/Music or is there a fix for this? Thanks for any thoughts!

Here is the site in question. See how it plays on the home page? But then go to the "How To page" for instance and you'll see that it does not! http://www.ericwwatson.com

Simple Flash Music Player That Dynamically Plays MP3s...
I'm working on a project where MP3s will be uploaded to a site. What I need is a completely free Flash player that will allow me to play them uploaded MP3s with ease. I'm pretty good a PHP coding... Do these things exist? Is it possible to send the Flash player a filename of the MP3 and then the Flash player can then start streaming that MP3?

The main reason why I wanted this over straight downloading, was the use of bandwidth on my servers.

Music Player Plays Sound But The Action Buttons Don't Work.
Hi,

I'm trying to get this music player to work all I want is the play, fast forward and rewind to work properly.

Can someone tell me what needs to be changed?
Thanks


Code:

var vLevel:Number = 50;
var pLevel:Number = 0;
var pLevel_display:String = "center";
var playlist:XML = new XML();
playlist.ignoreWhite = true;
playlist.load("songs.xml");
playlist.onLoad = function(success) {
if (success == true) {
var rootNode = playlist.firstChild;
var total = rootNode.childNodes.length;
var i:Number = 0;
var song:Array = new Array();
var trackinf:Array = new Array();
var art:Array = new Array();
var tit:Array = new Array();
var dur:Array = new Array();
var xnum = 0;
var cont:Boolean = false;
var cursong:Sound = new Sound();
_root["trackttl"]._visible = false;
for (i; i<total; i++) {
song[i] = rootNode.childNodes[i].attributes.file;
art[i] = rootNode.childNodes[i].attributes.artistname;
tit[i] = rootNode.childNodes[i].attributes.songtitle;
duplicateMovieClip(trackttl, "trackttl"+i, i);
_root["trackttl"+i].xloader._width = 0;
_root["trackttl"+i]._visible = false;
_root["trackttl"+i].xmarq.tit.text = (i+1)+") "+art[i]+" - "+tit[i];
_root["trackttl"+i].xmarq._width = (_root["trackttl"+i].xmarq.tit.textWidth)+5;
}
startCount = function (xnum) {
var seconds:Number;
var addIt:Number;
var sbar:Number;
var tbar:Number;
var dur:Number = cursong.duration;
tbar = _root["trackttl"+xnum].ttlbg._width;
sbar = _root["trackttl"+xnum].xloader._width;
seconds = Math.floor(dur/1000);
addIt = tbar/seconds;
_root["trackttl"+xnum].xloader._width += addIt;
};
loadTrack = function () {
clearInterval(tmr);
var g = 0;
for (g; g<=total; g++) {
_root["trackttl"+g].xloader._width = 0;
_root["trackttl"+g].xmarq._x = 0;
_root["trackttl"+g]._visible = false;
}
_root["trackttl"+xnum]._visible = true;
trno.text = xnum+1;
tmr = setInterval(startCount, 1000, xnum);
cursong.loadSound(song[xnum],false);
cursong.start();
_root["trackttl"+xnum].xmarq.onEnterFrame = function() {
_root["trackttl"+xnum].xmarq._x--;
if (_root["trackttl"+xnum].xmarq._x<0-_root["trackttl"+xnum].xmarq._width) {
this._root["trackttl"+xnum].xmarq._x = 120;
}
};
};
loadTrack();
_root.vslider.onEnterFrame = function() {
cursong.setVolume(_root.vLevel);
};
_root.pslider.onEnterFrame = function() {
cursong.setPan(_root.pLevel);
if (pLevel == 0) {
pLevel_display = "center";
} else if (pLevel>0) {
pLevel_display = "left";
} else if (pLevel<0) {
pLevel_display = "right";
}
};
cursong.onSoundComplete = function() {
if (xnum<(total-1)) {
xnum++;
} else {
xnum = xnum-(total-1);
}
loadTrack();
};
}
_root.btfw.onPress = function() {
cursong.stop();
if (xnum<(total-1)) {
xnum++;
} else {
xnum = 0;
}
loadTrack();
};
_root.btrw.onPress = function() {
cursong.stop();
if (xnum>0) {
xnum--;
} else {
xnum = xnum+(total-1);
}
loadTrack();
};
_root.ply.onPress = function() {
if (cont == true) {
loadTrack();
cont = false;
}
};
_root.stp.onPress = function() {
cursong.stop();
cont = true;
clearInterval(tmr);
g = 0;
for (g; g<=total; g++) {
_root["trackttl"+g].xloader._width = 0;
}
};
_root.launcher.onRollOver = function() {
_root.launcher.gotoAndPlay(2);
};
_root.launcher.onRollOut = function() {
_root.launcher.gotoAndPlay(1);
};
_root.launcher.onPress = function() {
getURL("http://graficus.net", _blank);
};
};

MP3 Player On Website-Plays Approx. 5-10 Seconds Of Song Then Restarts And Plays Thru
Hello,

I have an MP3 player that I have tweaked and modified on a website of mine for a friend.
Everything works fine--but it seems it will load a song and start playing 5-10 seconds of the song then restarts the song and plays it in full. Anyone have any idea why this would be happening?
The MP3 player is at www.peeler.ca and will start as soon as you get inside the website.
Could someone have a look and listen and see if you have any ideas?
I imagine it is some redundant code or something small. It is very annoying....

Thanks in advance...

MP3 Player On Website-Plays Approx. 5-10 Seconds Of Song Then Restarts And Plays Thru
anyone have any ideas as to why my player would play like 5 seconds of a tune....then restart it and play thru completely?
I was told maybe interval coding....but not sure what I am looking for....nothing appears to jump out at me.

I will upload the .fla source code and maybe someone will see something I dont- Or you can check out what it is doing on the website www.peeler.ca the player will start on its own as soon as you get in the main page of the website.

Any help is appreciated...I am stumped!

[MX04] Rollover One Movie Clip Plays It, And Plays Another. How?
Alright, so I've got two movie clips.
I have one, called fade_mc, which will play on rollover, and then play in reverse on rollout.
Here's the code for that, placed on a separate layer in the MC.

PHP Code:



stop();

this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}

this.onRollOver = function(){
rewind = false;
play();
}

this.onRollOut = function(){
rewind = true;
}




What I would like to do is add to this so that, upon rollover of this MC, other movie clips will play in a similar fashion, and play backwards upon rollout.
In this case it is a MC called dark_mc that I would like to have play.


Posted this in the newbie section to no avail, please help!

Rollover Plays Frames 1-5 Of Movieclip, Rollout Plays 6-10
Need help on this, i'm sure it's the most basic thing, but haven't found my answer thru the help files, etc !

I have a button which on rollover i need to play one of my movie clip animations from frame 1-5 (i have a stop action on frame 5), and on rollout i need it to play the rest of the animation (6-10).

at this point, i simply dropped the animation onto the 'over' state of the button, but don 't know where to go from here, if not back to the drawing board.

the button is called 'button1' and the movie clip is 'animation'.

if it's better to do this with an external movie clip, i'd be cool with that, too.

thanks for the help

ROLL_OVER Plays A MC And ON_CLICK Plays A MC?
I would like to have a series of buttons that onrollover play a MC on
stage and onclick play another MC on stage. I am currently using the
following code provided in another thread to make the movie clip play
onrollover:


function showGraphic(event:MouseEvent):void {
mSymbol.visible = true;
}

function hideGraphic(event:MouseEvent):void {
mSymbol.visible = false;
}

btn.addEventListener(MouseEvent.ROLL_OVER, showGraphic);

btn.addEventListener(MouseEvent.ROLL_OUT, hideGraphic);



I am also using the following code to hide the movie clip on load:

mSymbol.visible = false;


How can I modify this code to allow a user to also click on the button
and play a MC?

Thanks!!!!!

Clik Btn1,plays Some MC,Clik Btn2,hides & Plays MC
I'm trying to create a website with flash, and it has buttons and movie clips. What i want is, when i click on button1, it plays some movie clips, and when i click on button2, it hides the old movie clips and plays new movie clips.

i was trying variables and the "if" thing. but it wont work. hope you guys can help out. i've set the button1 with ' btn="album" ' and set some actions like ' if (btn="album) {play} ' but it wont work. please help me. maybe you guys can upload the flash file so i can understand easier.

(using flash 8)

Help - Flash Movie Plays Fast By Itself, But Plays Slow When Loaded Within Another Flash Movie
I have a flash website which I tried to update recently. In particular, I am updating my photo gallery which I load within another flash using loadMovie. Before updating it, everything worked fine. The update is not completed yet, but I notice that my photo gallery is playing extremely slow compared to before. I did add some new graphics such as fading in and stuff like that, but nothing serious. If I played the clip by itself, ie. typing in the actual photogallery.swf, it plays at full speed. When I run the photogallery through my regular website, meaning loading it through loadMovie, it plays very slow. The photogallery.swf is only 58k in size, so download speed shouldn't be the case. Nevertheless, I tried adding a IfFrameLoaded just in case but that didn't solve my problem. Anybody has any ideas why it might be playing slow when I'm using the loadmovie function and plays fine when I just reference it directly?

Left Click Plays NEXT Frame, Right Click Plays PREVIOUS Frame?
Dear all,

I'm writing a simple presentation in Flash MX for the Mac. How do I get the "left click" on the mouse to play NEXT frame, and teh "right click" to play the PREVIOUS frame?

My scripting isn't so good, so please make it simple!

Thanks a lot in advance

How To Change Buttons On Music Player Depending On Whether Music Is Playing Or Stoppe
When my music is playing, I want my play button to be blackened in. When the music is stopped, I want my stop button to be blackened but my play button to go back to it's original state.

Right now, when my cursor is over the button, it will change the rollover state. That's easy to do.

How can this be accomplished...do i need multiple layers?

How To Make MC Clip Play When Music Starts, Stop MC When Music Stops
Hey,

I've got a audio player on my flash website and I want to have a audio spectrum analyser (those little squares that move up and down randomly) start playing when the user starts playing music and then stop when they stop the music.

Is there a simple way to do this?

Cheers

Max

Unload A Movie Clip Instance? Not Unload Movie
I'm new to this so probably doing it totally wrong, anyway....

I've go 4 buttons with 4 movie clip instances behind them. They are menu buttons eg About Us, contact Us, Products and Departments. When I click on "aboutus" it sets the mc "aboutus" playing which opens a tv screen graphic and then added the text for the profile of the company. This is fine. However, I now want to click on the "contactus" button which should unload or made the "aboutus" mc disappear and load the "contactus" tv screen and text contained in the "contactus" mc instance. Currently whenever I click on another button then just load on top of each other.

Any help appreciated.

Links Of Bg Music Or Intro Music For Flash
Can anyone give me links of websites where they supply music background whether they are Royal free or i have to purchase it. Thanks a lot!!!

Display Music's Details As The Music Playing?
Hi

I saw something similiar at Flashkit - Sound FX, when you click on it, you would be able to play the music yet at the same time, display the music "detail", when the it high tone, the display go up high when the tone is low, the display go down?(Hope im not wrong in describing it)

http://www.flashkit.com/soundfx/Interfaces/

Can someone teach me how it work? Thanks

Preload Music And Fade In Music
Hi, i'm looking for a script that preloads my music. once it's loaded it should start playing the music with a fade in.

Anybody can help me with this. My actionscript-skills are very poor.

This is the code that i'm using for the moment, without preload and fadein. It uses a random of 3 tracks.

Loops = new Array("track01.mp3","track02.mp3","track03.mp3");
choice = random(Loops.length);
mySound = new Sound();
mySound.loadSound(Loops[choice], true);

thx
scarlac

Q On Music Array And Preloading Music
is there a way in flash where i have the play , next track , stop , and they load the music dynamically when pressed??? Using an array?

Same SWF, Plays Different On PC Vs MAC
I'm being told that this SWF plays different on a PC vs a MAC. I don't have a MAC so I can't test it.

http://www.marketthismedia.com/smoothjazz/share.html

What SHOULD happen is... as soon as the SWF is loaded, a song starts playing and a CD cover appears.

If you click on any of the song titles, you will see where the CD cover should appear and you will hear another song play.

The only issue at hand is: does the song start to play and the CD cover appear as soon as the SWF is loaded. It works on a PC, I need someone to test it on a MAC.

If it doesn't work on a MAC, but does on a PC, are there any thoughts as to why, and how to fix it?

Thanks.

Fla Plays Ok But Swf Does Not
I am using Flash8 pro to work on a fla file generated in Flash MX. There is some text with a mask that fades in. When I use the play command everything works as it is supposed to. When I test the movie, the text is not visible at all. The original swf plays OK but I have to modify the text. When I open the original fla and publish a swf the text is not visible. Can anyone help? I am a first time forum poster. I have a windows xp pro system.

After One MC Plays, The Next Plays....
so i have 2 movie clips, and i want one to be in frame 1 of the main timeline, and the other mc in frame 2. i want the 2nd MC to play when the first MC is finished playing. i tried putting a stop in frame 1 of the main timeline and a level0.gotoAndPlay(2); at the end of the first MC so it would go to frame 2 of the main timeline after it was done playing. It is not working for me, maybe im doing something wrong, any ideas?

After One MC Plays, The Next Plays....
so i have 2 movie clips, and i want one to be in frame 1 of the main timeline, and the other mc in frame 2. i want the 2nd MC to play when the first MC is finished playing. i tried putting a stop in frame 1 of the main timeline and a level0.gotoAndPlay(2); at the end of the first MC so it would go to frame 2 of the main timeline after it was done playing. It is not working for me, maybe im doing something wrong, any ideas?

Movie Only Plays Once When.....
When this action script is executed from a button:

on (release) {
gotoAndStop (56);
}

It plays the movie on frame 56. The movie plays and stops. But when I click on the same button again, it wont play the movie again. Any hints??? Thanx in advance!

Loading A Swf While Another Plays
Ok heres the situation, i have a preloader, and i want it to load the intro, which it does then have the intro play when done, and while the intro is playing i want to start loading the main site and then after the intro plays and they click enter, check to see if the site has loaded and if it has just go to the site and if it hasnt completly loaded go to a new preloader and show what has already been loaded and start from there. I would really apreciate your help, as i believe this is an advanced topic. - Jeff

MC Only Plays Right In 1st Scene? HELP
I have a text movie clip that on rollover fades in a highlight box
around the text.

On rollout, it goes back to frame 1 (which is just blank) and stops.
Everything works fine in the first scene.

If I use it in another scene, the MC has a light residual ring, still
around the text, like it never really went back to 1 and stopped.
What's going on here? It's very frustrating.

Thanks for ideas.

I tried searching the board but it kept timing out on me.

HELP Projector Plays On Mac But Not Pc
I have two rather large files that will be used as presentations and will be run off of a very well equipped pc laptop. When I make mac projectors (I work on a mac) to test they work fine but when I make .exe projectors and the client puts them on their pc they don't run at all. Somtimes nothing happens, sometimes a white box appears, sometimes a window says "movie not loaded."

One of the .exe files is 5 megs and the other is 19 megs. Is this a memory issue? i don't know much about pcs but I was always under the impression that pc projectors tended to run even better than mac projectors.

Does anybody have any ideas?

Plays Too Early
Hoi

this is give me problems
code:
holder.loadMovie("http://www.mysite.nl/Home.swf");
stop();
this.onEnterFrame = function() {
percent = int(holder.getBytesLoaded()/holder.getBytesTotal()*100);
if (percent == 100) {
play();
delete this.onEnterFrame;
}
};
When it starts loading it does not know the total bytes yet so is says that it is 0 and the load bytes is 0 too so if you 0/0*100 = 100 so than it enters the frame first the percentage is 100% and than my Mc plays too early.

Please help

Plays On Mac, Only Partly On PC
Hi Yall,

I made a new site in Flash MX, but when I publish it and put it online it plays only on Mac (also made on Mac). On PC only the preloader works and then it just kinda stops...

Any ideas ?

this is the site:

www.nomad-design.be

There's a preloading script in scene one, jumps to scene two when loaded, but like I said only seems to work on Mac...

Thanks for helpng out

marc

Load All Before It Plays?
How do I get the movie to load before it starts playing??

ie it says LOADING... and when it's loaded it plays?

Preload One Swf While Other Plays
Hi:

I have several small movies to be played in order.

Can I preload one swf while the other plays in the BG..

Can someone please help me with the code here..

Thanks

My Loop Plays Over Itself
I made a movie, when I open it in a browser the sound loop plays twice over it, how do i solve this?

Thank you

MC Plays On RollOver
Hi all!
I have a MC on stage, which I'd like to play when the moues rolls over some button, to disappear when the mouse rolls out etc... So I have an empty first frame in the MC with stop() AS on it and a stop() AS on the last keyframe. The button has the following AS:
code: on (rollOver) {
gotoAndPlay("_root.NewSuzukiMC", 2);
}
on (rollOut) {
gotoAndPlay("_root.NewSuzukiMC", 1);
}

NewSuzukiMC is the instant name of the MC.
From some reason it doesn't work, the MC not playing... Any ideas how to fix it? How to make it play on roll over and disappear on roll out?
Thanks in advance!

MC Plays Then Needs To Go To Next Frame Outside MC
So Frame one is a preloader
Frame 2 is an MC - inside the main flash - in which an image - fades away

At the end of that MC how would you have the over all flash Movie move on to

Frame 3 and contiue with the flash.

Thanks for you time and help
JT

Preload One Swf While Other Plays
Hi:

I have an swf file a.swf with 12 frames. When this movie completes playing I want it to play b.swf. However when a.swf is playing I want it to preload b.swf.

Can this be done.. if so can someone please help me with the code.

Thanks

The SWF Downloads Instead Of Plays?
Any idea why I have this problem?

When people go to view my website, instead of the flash movie playing, a window pops up and asked them if they want to save the swf file to their computer.

Any ideas?

Copyright © 2005-08 www.BigResource.com, All rights reserved