# Controlling sound from other levels

**URL:** https://forum.kirupa.com/t/controlling-sound-from-other-levels/287195
**Category:** Uncategorized
**Created:** [April 27, 2009, 9:27pm UTC](https://forum.kirupa.com/t/controlling-sound-from-other-levels/287195 "2009-04-27T21:27:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![oh\_elle](https://avatars.discourse-cdn.com/v4/letter/o/d2c977/32.png) [@oh\_elle](https://forum.kirupa.com/u/oh_elle)
#### Post date: [April 27, 2009, 9:27pm UTC](https://forum.kirupa.com/t/controlling-sound-from-other-levels/287195/1 "2009-04-27T21:27:33Z")

</div>

(Almost there with my website, will stop asking questions after this one!)

I now have my sound clip working in a container swf (level0)…  
**Can I control this sound clip from other levels that have been loaded into level 1 from the container swf?**  
Would it be something like

```php
_level0.mysound.setVolume(30);

```

If so, where do I name the music ‘mysound’? I have simply dragged the music into the main timeline. Would it be better if I loaded it externally?

Thanks!
