Link to home
Start Free TrialLog in
Avatar of Yoda_
Yoda_

asked on

Sound "scratch" when adding wav files to flash

I´m having trouble adding sound i.e wav files to a presentation made in flash 5. When recording I make sure that every sound clip is ending in complete silence. When im playing the sound clip i MS mediaplayer, real audio, Quicktime and other players the sound clip is normal.

After importing it in flash, the program adds a small scratch, similar to vinyl records pickup-scratching.... the scratching is also visible when viewing the sound clip in the library.

I´m using the technique
MySound = new Sound();
MySound.attachSound("TheClip");
MySound.start(0, 1);

The only way I can eliminate the scratch is through adding tha command: stopAllSounds (); after the clip has run for the correct number of frames... but this method sux... since I then have to publish and check my work correct the frame where I call stopAllSounds (); over and over again.... and I have about 200 soundclips.... *sigh*

Can anybody help me?
ASKER CERTIFIED SOLUTION
Avatar of MoonCalf
MoonCalf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Yoda_
Yoda_

ASKER

The scratches are just before the sound stops at the end.

Ok, so I can get flash to fade in and out again.... hmmm... gotta check the manual for this...