Adding Sound In Mx
hello. my problem is that i want to add a little sound effect on a button on its' mouse over or roll over instance. now what ive been doing is simply adding the little sound effect on the over state of the button so that when the mouse goes over the button, the sound plays. very simple indeed but now my problem is that when i preview or export the movie the sound doesnt play. ive added bg music to the site via the load movie technique and its good but when the sound is embedded in the fla it doesnt go through to the swf. any help is appreciated. thank you
somdow..aka.. aku
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 02-13-2003, 01:26 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Adding Sound Buttons, Cutting Off Prev Sound
Hi - I want to add a few audio narration clips via buttons to this page, inside each section:
http://www.chartscans.com/csalerts.swf
When the movie starts, it autoplays a bg music + narration nonlooped single track.
How can I add say a button that loads/plays an external mp3 And also shuts off the first sound that had started?
any ideas?
thx flash dudes..
Adding Sound
can anybody show me how to start a sound file when i click on a button, and stop the sound when i click on another.(play button and stop button)
Adding Sound
hey ya'll,
I'm working on a flash movie and when mario jumps I want it to make a sound. I import and it's now in my library. when mario jumps I want it to make a sound. can any of you help?
Adding Sound
How do you add sound with option of turning it off and on, selecting from tracks and making it play when the page loads?
Adding Sound
...hey ppl
im making a movie in flash and im gonna put it onto a site 4 fun =) and i was just wondering....what is better to do...add the loop directly into your movie or get the intro onto the site and just stream the loop onto the site...or am i wrong bout the streaming stuff?? :S ..im confuzzled ya well thanks in advance
jackie
Adding Sound
I want to have sounds triggered by clicking numbers 1 2 3 off. I figured out the off one with a little bit of action script. But when I add the other ones it plays from the begining. I also want the sound to play and loop all the way through. Thanks for the help!!!
heres the link http://www.riprocksclub.com/main.php The songs are in the top right corner.
Thanks!!
Adding Sound
Hi,
I have two movie clips , say for example MC1 and MC2.
whenever MC1 colide with or touches the MC2 i need to play a sound .
please help me out, if u have any tutorials or any link to tutorials will do.
Thanks & Regards
Zab
Adding Sound
How do i loop a sound clip to play continously in the background without stopping.
Pls help me
Adding Sound
Hey there,
Well I've workT with flash before but never did I have
to add sound. I know how to add sound and wot not but
the problem is that I dont know how to sync the sound
with a frame withou it looping and not following the frame.
See wot Im doing is a count down. When the number shows 7
you would here a "beep" then after that 6 then "beep" and
so on and so on. But when I do it the sound doesnt match up
to each frame when a number is shown....get me? If you dont
lemme know. If you do.....please help!
ThanX
Adding Sound
I'm trying to add an mp3 sound file to a layer and would like the layer to expand to fit the file. Is there an easy way to do this?
Adding Sound
hey, i just want to add a looping sound to my website. I have gone through the help files but havent been so sucessful Anyone give me step-by-step instructions just for a simple background sound to keep looping? Plzzz help,
Thanks Lopster
Adding Sound
hy,
how can you add a sound so that when you rollover a button you hear it?
Greetz
tnx in adv
Help Adding Sound
Hi!
I'm trying to construct a Flash Animation Movie.... but when the "snow effect" starts, the background music stops. Can anyone point me in the right direction?
I am using: http://www.flashkit.com/movies/Anima...2743/index.php
Adding Sound
How do I put a soundfx into my flash moive and how do I sort out the timing and things like that. Im a newbi and I dont know how to do it.
Thanx alot
Adding Sound Using FX To A FLa
hello everyone...i am new to this flash....(yup i can hear the s******s from here..hahahaha)
and way how do i add sound to a FLa, have tried importing to stage, but how do i get it to stop and start? any help would be mighty apreciated.
thanks
Adding A Sound
Hi folks,
I've just finished building a video conferencing facility using the Influxis FloTools components. The app is on this page while I build the rest of the web site.
However, my query is this. I would like to keep my web page open while I work and for the app to notify me when someone visits my site by playing a sound that is heard by everyone on the site. The reason for this is that I don't have my AV feed running constantly due to the high bandwidth useage, I'd only start the feed when I have a visitor.
I'm just unsure where the AS should go to support this and would like some assistance.
Thanks in advance,
Steven
Adding Sound FX
How do I add a sound effect to a flash document? Please help me by explaining all the steps, from downloading off flashkit to puting into flash and using it, and what to look for if I have to give credit to someone. Thanks.
Also what format does the sound fx have to be in for it to be used in a flash document? .wav? .mp3? Thanks
Adding Sound
I am new to flash so don't laugh.
I have made a sort of flash intro and it has two scenes.
The first scene has sound in it and it works fine,however when the second scene comes on i don't seem to have any control over where the sound starts.i.e,i want a beep halfway through the scene but it just plays the beep as soon as the second scene loads.
Its driving me crazy so please help.
Thanks
Bunkerboy
Help Adding Sound To An Mc
hello,
well i did search for this before posting this but it did not solve my problem even though i tried each and every one of them.
here is tutorial that i did
Tutorial
for the animated button.
now i wanna add a sound to this button for mouseover
i would be glad if someone can tell me exactly what do i need to do in oder to get it working?!
please be precise on where to add the code, coz i generally get that wrong
thank you for your time
Adding Sound
Hi guys,
I add sound with is 43sec long and I only want it to play once but it keeps repeating. I've set the repeat to 0 yet it still keeps playing. How can I fix this?
[F8] Adding Sound
HI, I"m practically new to flash.
I tried adding a song to my library to add it to my small intro i created but it says that the program has trouble reading the song file. What can I do to fix this? is there something i need to adjust in the preferences of my program? I tried adding the file as an .mp3, in the help files with the program they say that we can add .mp3's but yet it doesn't work, also i converted the song into a .wav file and the library could not read it either. help? lol
Adding Sound
I'm trying to add sound and this is what I have so far:
Code:
var soundOne:Sound = new Sound();
function playSounds() {
var externalSoundFile1:URLRequest = new URLRequest("./sounds/boo.mp3");
soundOne.load(externalSoundFile1);
}
I'm trying to put soundOne in an if statement, so it will play if a certain statement is true
Code:
if (relate.length == 3){ // if 3 of more numbers have been matched, win £10...
trace("Congratulations! You have won £10");
textboxWin.text = "Congratulations! You have won £10";
soundOne.play();
but I get this error:
ArgumentError: Error #2068: Invalid sound.
at flash.media::Sound/play()
at lottery3_fla::MainTimeline/changeInput()
any ideas what I'm doing wrong??
Thanks guys!!!
Adding Sound
I am trying to add sound to my flask file i have cteated a new layer for it and selected it then tried to drag and drop the sound into the layer just as the help files twll you to but it won't let me. Thr circle with a line through it keeps coming up can someone help me please
Adding Sound
i'm very new to flash. and i cant figure out how to add sound... i'm using fx pro. do you need to use actionscript or something?? i found some place that asks you to insert the htm or something.. cant remember right now what it was for sure... but if someone could help me, i would really appreciate it!
Adding Sound
Hi everyone i am a noob to Flash MX etc.. and i tried to follow the guide to add sound to a siggy im making for a forum and i got totally lost and it didnt work could any1 add me to msn or something and help me plz >.< i need help ty whoever helps really appreciate it
Adding Sound
Hi there,
We've built a chat client in flash MX and we'd like to incorporate a sound event on every new message that's received. Need help on what to do. Any suggestions.
Thanks in advance
Cheers
menon
Adding Sound
Ive gotten pretty far in making pong in MX 2004 (AS 2.0) now i need to figure out how to add sound. So i want the sound to play every time the ball touches the paddle of the computer or the player. So basically i want the sound to play everytime an if statement i have comes true.
Ive tried many ways but they dont seem to work. Any help is apreciated!
Adding A Sound
how do i dynamically add sounds from the library? i have tryed
ActionScript Code:
_root.attachMovie("sown", "sown",999)//andvar my_sound:Sound = new Sound();my_sound.loadSound("sown", false); //externaly the file is also named "sown" (no extension)
Adding Sound
ok well im trying to add background music to my game. im coding on the main timline in the .fla and i tried using this code for the sound
( the sound is a .mp3 in the library)
Code:
var music:Sound = new Sound(new URLRequest("bgMusic.mp3"));
var sc:SoundChannel;
var isPlaying:Boolean = false;
btnStopMusic.addEventListener(MouseEvent.CLICK, stopMusic);
function stopMusic(e:Event):void
{
sc.stop();
isPlaying = false;
}
btnPlayMusic.addEventListener(MouseEvent.CLICK, playMusic);
function playMusic(e:Event):void
{
if (!isPlaying)
{
sc = music.play();
isPlaying = true;
}
}
as you can see that music should start when you hit the btnPlayMusic button. but for some reason is does not. help?
Adding Sound
i'm very new to flash. and i cant figure out how to add sound... i'm using fx pro. do you need to use actionscript or something?? i found some place that asks you to insert the htm or something.. cant remember right now what it was for sure... but if someone could help me, i would really appreciate it!
Adding Sound
how do i add sounds or music to my creations ??? i need help lol
Adding Sound
Hi everyone i am a noob to Flash MX etc.. and i tried to follow the guide to add sound to a siggy im making for a forum and i got totally lost and it didnt work could any1 add me to msn or something and help me plz >.< i need help ty whoever helps really appreciate it
Adding Sound
Ive gotten pretty far in making pong in MX 2004 (AS 2.0) now i need to figure out how to add sound. So i want the sound to play every time the ball touches the paddle of the computer or the player. So basically i want the sound to play everytime an if statement i have comes true.
Ive tried many ways but they dont seem to work. Any help is apreciated!
Adding A Sound
Hi folks,
I've just finished building a video conferencing facility using the Influxis FloTools components. The app is on this page while I build the rest of the web site.
However, my query is this. I would like to keep my web page open while I work and for the app to notify me when someone visits my site by playing a sound that is heard by everyone on the site. The reason for this is that I don't have my AV feed running constantly due to the high bandwidth useage, I'd only start the feed when I have a visitor.
I'm just unsure where the AS should go to support this and would like some assistance.
Thanks in advance,
Steven
Adding A Sound
i have added a sound in the timeline of my movie.
When i play it from the library everything is ok, but when i test my movie or visualize it in Internet Explorer the "music" doesn't sounds like the original.....so when i play it from library it sounds ok ... but when i want to see my movie it doesn't sounds ok.
What should i do?
Adding A Sound
Hi folks,
I've just finished building a video conferencing facility using the Influxis FloTools components. The app is on this page while I build the rest of the web site.
However, my query is this. I would like to keep my web page open while I work and for the app to notify me when someone visits my site by playing a sound that is heard by everyone on the site. The reason for this is that I don't have my AV feed running constantly due to the high bandwidth useage, I'd only start the feed when I have a visitor.
I'm just unsure where the AS should go to support this and would like some assistance.
Thanks in advance,
Steven
Adding Sound
Im fairly new to flash and i have never used sound before.. i dont know where to start.. can somebody tell me where i could maybe see a tut on how to add sound to buttons... tweens .. etc.
thanks,
nick
Adding A Sound
Hi folks,
I've just finished building a video conferencing facility using the Influxis FloTools components. The app is on this page while I build the rest of the web site.
However, my query is this. I would like to keep my web page open while I work and for the app to notify me when someone visits my site by playing a sound that is heard by everyone on the site. The reason for this is that I don't have my AV feed running constantly due to the high bandwidth useage, I'd only start the feed when I have a visitor.
I'm just unsure where the AS should go to support this and would like some assistance.
Thanks in advance,
Steven
Adding Sound...
I've added sounds many times before...but today when i went to add a .wav file this message came up...
"One or more files were not imported because there were problems reading them"
I read in a previous thread that someone converted their sound when this message came up...but what do you use to convert it...and what do you convert it to?...
thanks in advance,
jake
Adding Sound To Movie
I was creating an MP3 player embeded in Flash 5. I figured out how to create the play, stop, pause, and volume controls on the player. The only think that I am missing is the animation. In the sound section of Flashkit, when you preview a sound, you see a number of bars moving up and down. I was wondering if anyone knows how to do this effect. Also, I was wondering if anyone knows how to make a seek bar (the bar that shows the current position in the mp3 and that you can drag to go to any location in the song. I was brainstorming and could only think of making a movie clip that that has as many frames as the length of the movie)
Thank you very much, in advance, for your suggestions
Adding Sound To Flash?
Can anyone recommend any good site where I can get some sounds for my flash buttons. I am working on a project for school where I have to create a slot machine and I was hoping to add some cool sounds to it. Thanks for any help.
Adding Sound To A Button
How do I add sound onto a button? My Using Flash help thing is not working, so I have to resort to the board for help and adding sound onto a button.
Please I need help! All I need is someone to copy and paste the stuff about putting sound onto a button from there Flash help.
Any help is greatly apreciated in advance.
Adding Sound To Flash 5
can someone advise me as to what the best file format for sound when adding them to a movie .wav? .mp3? thnx in advance - barry
Adding Sound To A Clock
I made a clock now I want to attach sound so when the user clicks the button it will say the time
So If I made 31 sound bytes for the day
and 12 for the months
24 for the hours
60 for the seconds
etc...
How would I call a sound byte that plays the sec sound byte on a button action
I am using the
onClipEvent (enterFrame) {
daynight = new Date( year, month, date, hour, min, sec, ms );
varclockhour = daynight.getHours();
varclockmin = daynight.getMinutes();
varclocksec = daynight.getSeconds();
}
for the clock simple enough
any help woulb be awsome
Thanks
Adding Sound Loops
I've done a lot of work with adding sound to a Flash file, but never added a sound loop. I can't seem to get it to loop smoothly. There always seems to be a hiccup at the end as it loops to the beginning. I've tried several ways to change this without much luck. Can anyone help me with the proper way to setup a sound loop as the background sound for a Flash mod? Thanks in advance.
Adding Sound To An Action
I'm using Flash 5.
What I want to do is add sound to an action, an example listed below.
if(mMon==24){
Play this sound
}
if(mMon==43){
Play another sound
}
if(mMon==88){
Play another sound
}
What code do I need to use to make it work? Sounds are *.wav files.
Any help would be great.
Thanks
|