# MP3 issues

**URL:** https://forum.kirupa.com/t/mp3-issues/306237
**Category:** flash
**Created:** [March 11, 2010, 3:20pm UTC](https://forum.kirupa.com/t/mp3-issues/306237 "2010-03-11T15:20:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![PDidee](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/pdidee/32/3438_2.png) [@PDidee](https://forum.kirupa.com/u/PDidee)
#### Post date: [March 11, 2010, 3:20pm UTC](https://forum.kirupa.com/t/mp3-issues/306237/1 "2010-03-11T15:20:47Z")

</div>

Hey Everyone!,

I have a site I’m building that imports an MP3 from an external file and plays.

var my\_sound:Sound = new Sound();  
my\_sound.loadSound(“audio/Music.mp3”, true);

I’d like to be able to fade the mp3 out and fade in on a button release. The issue I’m running into however is that the site has video content with sound. I’d like to be able to fade **ONLY** the MP3 not **ALL** of the sound. Is this possible? Or does the MP3 have to be embedded into the swf file?

Thanks  
PDidee
