ActionScript 2.0 :: Loading And Activating Music Into Another File
Nov 30, 2010
I'm trying to load music into a another file using the loadMovie method. This is my script:
ActionScript Code:
stop();
this.createEmptyMovieClip("musicContainer",20);
audioStatus = false;
trace(audioStatus);
[Code].....
As you can see, first I created an empty clip. Next step was to create a variable named "audioStatus" to know if the button has been pressed or not. It seems I'm doing something wrong because the movie is not loading the music and it-s not detecting my var.
View 3 Replies
Similar Posts:
Oct 11, 2009
I want a site to have background music, but when I attach the music to the file it makes it quite large ...3 meg and the site is slow to load. Is there any way of having the music separate from the flash file and still have start stop music buttons?
View 2 Replies
Mar 30, 2009
I downloaded a flash template and have modified it to suit our company but there is something that I can't do. When the file loads in the browser, music immediately plays and loops until you click a button to stop the music. On our video page, we have video
that we need to play that has sound in it. How do I get the background music to stop when my video plays without having to go up and stop the music manually. The videos are loaded via an external XML document and there are no buttons in the FLA file to link code to. the website is [URL]
View 4 Replies
Jan 7, 2009
Am working on a flash AS 2.0 project where am loading movies from the same folder. my code goes like
on (release) {
loadMovie("HAD.swf",2);
}
problem is the swf loads infront of the main movie but the main movie's links are still active.
View 4 Replies
Mar 9, 2009
I want to create some AS to disable and enable a button.Let's call this ButtonX. I want this button to appear disabled at first, and then allow the user the option of enabling this button(ButtonX) by clicking another button. Let's call this ButtonY. I cannot get this to work. I am attaching the code I am trying. I have this AS added to ButtonY and ButtonX is the instance name for the button I want to de-activate-activate.
View 7 Replies
Dec 1, 2011
What is technical difference between buffering and loading ? Say, i have a video, which is showing loader bar in progress. Then what's happening exactly ? Buffering or Loading ?
View 1 Replies
Mar 19, 2009
I have a class file which prints a flash object. I don't want the print job to activate until a button is clicked. The print activation is a package and referenced by the document class. How would I code this to activate only when a button is pressed/ Currently it activates when the movie is played.
View 14 Replies
May 1, 2009
Using Macromedia Flash Professional 8.
I have a website banner made in Flash. I have added a music file to it and Play and Stop buttons. I also have a Replay button to replay the banner animation once it stops.
I have put the music on a separate frame so that it will not play automatically when the banner loads. I have made the Play button direct to the frame the music is located at so that when clicked, it will go to that frame and play the music file.
The problem I am currently having is that if I click the Play button more than once, it will play the music file again on top of the current play-through.
So if I click Play, the music will play. Then if I click it again, the music will play again, but on top of the first instance of the music, so two instances of it will now be playing and it sounds horrible.
I would like to make it so that if you click Play when the music is playing, it will not play the music again until the music has stopped.
View 6 Replies
Aug 1, 2011
I have a game that has different music files for different levels. It doesn't make sense to load the music for level 2 in frame one and I don't want to load the music for level 3 until level 2 has commenced. Is there anyway to control how the music is loaded? The music is in the library.
View 2 Replies
Jun 26, 2009
add a couple of music files to a CD presentation using actionscript. I know how to load one track but how do I unload a tack when it's finished and load another after that? Here is the code I have so far:
myMusic = new Sound(myMusic_Mc);
myMusic.loadSound("Doin It.mp3");
myMusic.start(0,5);
View 0 Replies
Jul 15, 2002
Basically I have a remote with forward, play, stop, and rewind. There are 5 songs. The mc, called player is within the main timeline. First thing I want it is to load the nomusic animation... which is a mc within the player mc. then when the music loads it'll play the workign animation when the song loads.also i'm trying to avoid going to different keyframes and states. so when song 1 is played, and if the forward button is pressed i want it to go the next song. etc...
View 2 Replies
Sep 4, 2010
I am working on a photo gallery with music and everything works good except I can not seem to load multiple music files one right after another. This is the code I have that works with one music file.
View 1 Replies
May 27, 2011
I have an external preloader that plays music while the main swf is loading. Everything works fine but it sounds a little abrupt when the music just stops as soon as the swf is loaded. Is there a way to start fading out the music when the progress bar gets to, say, 80%, so that by the time the main swf opens, the music is completely faded out?
View 9 Replies
Sep 12, 2011
I looked over some cool examples of media scripts such as sound manager and other music player plugins for websites. I find that they are running the music file from a .swf file. So as I'm not aware of any website from where I can learn to code this?
View 2 Replies
Apr 21, 2004
I've been messing with this for almost six hours now and am at the end of my wits. I need a flash mp3 player that follows the following guidelines:
*all encased within its own movie clip
*loads four different songs, one after the other (event)
*each song displays its own loader
*user scrolls through song selection and plays available (loaded) ones
*first song plays when loaded and continues to the others
any tips on where to go with this? do I create four different sound objects since later songs are loading while the first are playing?
View 5 Replies
Sep 21, 2010
just created a slideshow that loops because I want it to continuously play. I added another timeline layer and inserted my music file which is 4:03 minutes long which I set to loop as well. However after it has been playing for about 15-20 seconds it sounds like it is layering another music file on top of the existing one and so on and so forth, so a couple of minutes
View 20 Replies
Feb 10, 2009
The SWF is defaultly about 1 meg. The music file is about 3 megs as well (total 4 megs).Once the SWF has finished loading, I would like the music file to play, and then loop indefinitely.I don't want to embed the music,because that will bloat the load time so much.Streaming seems like the obvious answer, but I am having trouble then with the music starting immediately after the load has finished. Additionally when you are streaming music you can't specify how many times to loop the sound?
View 0 Replies
Apr 30, 2011
I'm working on an animation where I have my "dog" fighting the evil vacuum cleaner. I got most of it to work the way I want it to.
1) I have movie clips entitled pepper_mc (where my dog is supposed to be walking), swirl (where a swirly-type symbol is supposed to spin over the dead vacuum's head), and vacuum_mc (where the evil vacuum is supposed to have a swinging arm (called vacuumarm_mc) that I created using the bone tool). When I add them to the stage and test them, the animations within the movie clips don't happen.
2) I have background music that I'd like to stop playing at the end of the animation, but I'm not sure how to do that. (using the stop(); actionscript doesn't help).Where am I going wrong? I'm using Flash Pro CS5.
Here's the file --> Pepper and the Vacuum of DOOM!
View 1 Replies
Dec 13, 2005
When the movies performs the getURL action, I want the music to continue playing, but the getURL function seems to stop the music at frame 152 (where the getURL action is placed), when I wanted the music to continue to frame 257 (the end of the movie). I hope I've explained this clearly
View 3 Replies
May 8, 2011
What action/script do write to make only the music stop looping?[URL]... Im using AS2 . Im kinda new to flash so can you please explain thoroghly.
View 7 Replies
Mar 19, 2004
I want to load music through a text file with actions:
Code:
<a href="asfunction:_global.loadSound.myMusic.mp3"><font color="#FF0000">play</a></font>
It doesn't work though.
View 12 Replies
Nov 23, 2009
I'm developing a band site and currently have all the song clips playing and stopping via start/stop buttons. The issue is that all of the songs can be playing at the same time if you don't manually stop the other songs. The idea would be to have a song stop automatically if a user pushed play for another song.This is all the AS I have on the button right now:
Code:
on (release)
{
[code].....
View 1 Replies
Nov 9, 2010
I am trying to create a music animator. It will have bars that move up and down do the beat of the music. This is like windows media player where the music animations play. I want it to be verticle bars, where some are in sync with like the base and others are in sync with the tempo. Does anyone know of a tutorial for this? I am trying to emplement it within my website so that whatever music I am playing will auto control the bars and sync.
View 5 Replies
Feb 21, 2007
I am streaming music from my site using flash, but after the 3rd music is done, it just stops. Do i have to flush something or create a new music object for each 3 songs?
View 6 Replies
Apr 5, 2005
I have 'Sound On' and 'Sound Off' buttons on mutiple scenes and I am playing the music loop in my flash movie by loading an external swf. When I move to the next scene the sound reloads which I do not want. How do I use an if-statement that checks whether or not the music.swf, that needs to be loaded is found and when it is found, go to a frame?
View 1 Replies
Apr 16, 2009
I've made a a music player in as3 that loads an external file:
var music:Sound = new Sound(new URLRequest("walk.mp3"));
var sc:SoundChannel;
var isPlaying:Boolean = false;[code]............
But i wanted the music to start as soon as you open the movie... how do i do it?
View 1 Replies
Nov 30, 2009
I have a website that reloads same flash swf on different pages. It has music attached to the swf file. My question is how to make people turn off music on a single page and when they look at other pages, the pages remain 0 volume, and when they turn on the music on a single page, it globally turn on all other swf files music.
View 2 Replies
Apr 28, 2006
i am looking to use a fair amount of music in a project that a user has dynamic control over. because file size is an issue i was wondering the best way in which to optimise file size and performance? i have noticed the loadSound command for retrieving it from a server and also considered using a linkage and not exporting in the first frame (if i do this how do i export it afterwards?).
View 3 Replies
Mar 19, 2004
I want to load music through a text file with actions:
Code:
<a href="asfunction:_global.loadSound.myMusic.mp3"><font color="#FF0000">play</a></font>
It doesn't work though. Does anyone know how to do this?
View 12 Replies
Jun 18, 2009
Everything works perfect but i need to change the way the MP3 file is called on. I'm brand new with AS3 and XML but have a PHP background so I attempted to understand the script and have not had any luck. The index.htm file displays a very simple music player which calls on the button_mp3_player SWF. The FLA has a portion of code that calls on an XML file to load a particular song. What I need to do is remove the XML file completely and define the MP3 file name in the index.htm. I assume some AS3 code needs to be altered so that it does not call on the XML and also that the index.htm code needs to be altered to define the MP3.
[Code]...
View 4 Replies