all groups > flash (macromedia) > february 2005 >
You're in the

flash (macromedia)

group:

Sound Button issue


Sound Button issue speed2436
2/13/2005 9:03:50 PM
flash (macromedia):
I have created a button that plays a sound. My issue is that I want the sound
to play only 1 time, until it is completed. right now, if I press the button
twice, it will play the sound over itself.

How can I fix this?

Thank you
Re: Sound Button issue speed2436
2/14/2005 2:03:12 AM
Re: Sound Button issue speed2436
2/14/2005 3:45:29 AM
Re: Sound Button issue urami_
2/14/2005 9:32:29 AM


[quoted text, click to view]

set the sound to START , not event and not stream.



--
Regards

Urami

--


<valent>
http://www.flashfugitive.com/ang-zhang/valent/
</valent>

<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
Re: Sound Button issue urami_
2/14/2005 10:14:16 AM


[quoted text, click to view]

Open the button in edit mode - right click - edit in place
Select the state on which you want the sound to play and hit CTRL F3
to open properties panel, select the sound from the SOund drop down list.
Than you will see SYNC options, one of them is START

--
Regards

Urami

--


<valent>
http://www.flashfugitive.com/ang-zhang/valent/
</valent>

<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
Re: Sound Button issue basichromatic
9/26/2005 1:01:32 AM
Hi I'm using this tutorial http://www.tutorialized.com/tutorial/Flash-Sound/7470
to make a stop and play button, but instead of having 3 buttons, I only want a
single button. How would I go upon making that?
Re: Sound Button issue Motion Maker
9/26/2005 10:22:11 AM
Place the button in three keyframes on a MovieClip.
Say frame 1 is play, frame 2 is pause and frame 3 is rewind.
Frame 1 of the movie clip has a stop action.
Each button's on release handler on the movie clip will do a
_root.soundMovieClip_mc._____ where soundMovieClip_mc is the movie clip with
and embedded stream sync sound and the _______ is play(), stop(), etc. or
what ever action you are using to control the sound. Each button will also
have a corresponding gotoAndStop(____) action where _____ is 1 for showing
the play button, 2 for stop button and so on.

--
Lon Hosford
http://www.lonhosford.com
May many happy bits flow your way!
[quoted text, click to view]
Hi I'm using this tutorial
http://www.tutorialized.com/tutorial/Flash-Sound/7470
to make a stop and play button, but instead of having 3 buttons, I only
want a
single button. How would I go upon making that?

AddThis Social Bookmark Button