I want a typing sound to embed in my flash video when I type.........how do I create it?

  • Thread starter Thread starter Adi
  • Start date Start date
A

Adi

Guest
I don't want it permanently,I just want to make the typing sound in a Flash video I am working on.
 
You will need to use actionscript for this. Add a new layer to your .fla file. Then you will add a function to the first frame that says something like
me.onKeyPress playSound('sound.ext');

My code is wrong because I don't know the code for actionscript well, but I know this is the process you will use.
 
Back
Top