Groups | Blog | Home
all groups > macromedia flash sitedesign > december 2003 >

macromedia flash sitedesign : Button Sound quiet and not correct.


vnekic
12/24/2003 11:11:48 PM
I created a button and inserted a sound (WAV) into a keyframe in OVER area. The sound is VERY quite and it doesn't even sound correct. My preview in the library sounds correct.

I created a movie symbol and added a layer for sound..... same thing. What gives?
Is this a bug?

any help appreciated....thanx

ilti
12/25/2003 10:25:49 AM
I always think that just dropping a sound on the authoring time is not good
in terms of everything. instead you can pretty do ;

buttonSound = new Sound();
buttonSound.attachSound("idname")
// open library, right click, linkage, this should be same name in the
quotes, idname.

then you can pretty add events to the sound like

mybutton.onRelease = function() {
buttonSound.setVolume = 100
buttonSound.play();
}

all these actions goes to the frame that your button resides FYI.

apart from that I am not sure how to setVolume of a sound that created on
authoring time.
anyone ?

ilt
[quoted text, click to view]
area. The sound is VERY quite and it doesn't even sound correct. My
preview in the library sounds correct.
[quoted text, click to view]

Laiverd.COM
12/26/2003 6:15:19 PM
Check sound compression on export. And maybe start defining "doesn't sound
correct'.

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

vnekic
12/27/2003 5:48:38 PM
John.... your right! Damn your good!

That's what it was... the sound compression destroyed the small "tweets" on export.
I adjusted the compression and it sounds good again.

Thanx a bunch !

Laiverd.COM
12/28/2003 11:06:01 AM
You're welcome.

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

AddThis Social Bookmark Button