Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
cmos2 #1
sound
Has anyonw had success getting the sound to work on an Abit IC7-G using RH9?
If so what sound module did you use. Did you have problems with make
install and how did you resolve the problem?
cmos2 Guest
-
How to override background sound with event sound ?
Hello everybody... I'm looking for a way to override background sound with event sound Any ideas ? Jean-Francois Publiconcept -
Sound problems - new instance of sound starts each time a button is clicke
Everything in my site works fine, until the navigation buttons are clicked a few times, then the background music restarts and plays over the music... -
Sound Generation/Control - Advanced Sound ...
does anybody know a way to get Director MX to generate it's own audio ... I know it can be done in visual basic, but I want to learn how to do it in... -
Mute - toggle sound - single button - streaming sound
After researching the Flash Boards for awhile and gathering info, no one (that I found) had a quick simple solution for a single button to mute and... -
kernel oops playing sound -- sound now wedged
I used gmplayer (from Christian Marillat's excellent archive) to play a video file this morning. Gmplayer froze, and I had to kill it. Now *no*... -
!!!NoOther!!! webforumsuser@macromedia.com #2
sound
Hi! i made a play/pause button:
global gKeyPL
global gAlready
----------------
on beginSprite me
gKeyPL=1
gAlready=0
end beginSprite
----------------
on exitframe
if sound(1).isBusy() then
gAlready=gAlready
else
gAlready=0
gKeyPL=1
end if
end
----------------
on mouseDown me
gKeyPL=-1*gKeyPL
if gKeyPL=-1 then
gAlready=gAlready+1
if gAlready=1 then
gSndStop=0
sound(1).play(member(1))
end if
--
if gAlready >=2 then
sound(1).play()
gAlready=1
end if
----------------
else
gSndStop=0
sound(1).pause()
end if
end mouseDown
***************************************
now, how can i make a fast forward button?
& how can i show the time of the sound file in a normal format, like: 02:33
?
thanks
!!!NoOther!!! webforumsuser@macromedia.com Guest
-
peterfsorenson webforumsuser@macromedia.com #3
Re: sound
It depends on the flavor of digital media you're using.
Are you using an xtra? Streaming or playing from a CD/Fixed Drive?
More info please.
Another great resource would be to visit mediamacros.com
PeterfSorenson
Referring URLs
[url]http://www.mediamacros.com[/url]
peterfsorenson webforumsuser@macromedia.com Guest
-
!!!NoOther!!! webforumsuser@macromedia.com #4
Re: sound
i'm playing a mp3 member from the cast... on my hardisk...
!!!NoOther!!! webforumsuser@macromedia.com Guest
-
imaginethis webforumsuser@macromedia.com #5
Sound
I was wondering if there is anyway to play a sound using action script, but then stop it at a specifc frame.
imaginethis webforumsuser@macromedia.com Guest
-
kglad webforumsuser@macromedia.com #6
Re: Sound
yes. you can start your sound at any time and you can stop your sound at any time. there are a number of ways to do both. using the flash'es sound object is pretty straightforward and allows control via actionscript.
kglad webforumsuser@macromedia.com Guest
-
-
Agustín María Rodríguez #8
Re: sound
Eduardo Dorantes wrote:
sound(yourSOundChannelHere).pause()> How i can pause a sound?
--
Agustín María Rodríguez | [email]agustin@OnWine.com.ar[/email] | [url]www.OnWine.com.ar[/url]
Agustín María Rodríguez Guest
-
Gualtero #9
Sound
Hi
How can I turn off the sound in the flashs there where is no 'Sound off' button.
Thx, Gualtero
Gualtero Guest
-
Gualtero #10
Re: Sound
I found the answer:
FlashMute
[url]http://www.chip.de/downloads/c1_downloads_18962824.html[/url]
[url]http://www.indev.no/?p=projects#flashmute[/url]
Greetz, Gualtero
Gualtero Guest



Reply With Quote

