# Accessing sound objects from external swf?

**URL:** https://forum.kirupa.com/t/accessing-sound-objects-from-external-swf/70249
**Category:** Uncategorized
**Created:** [November 11, 2004, 10:02pm UTC](https://forum.kirupa.com/t/accessing-sound-objects-from-external-swf/70249 "2004-11-11T22:02:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dj\_dsmooth](https://avatars.discourse-cdn.com/v4/letter/d/e480ec/32.png) [@dj\_dsmooth](https://forum.kirupa.com/u/dj_dsmooth)
#### Post date: [November 11, 2004, 10:02pm UTC](https://forum.kirupa.com/t/accessing-sound-objects-from-external-swf/70249/1 "2004-11-11T22:02:04Z")

</div>

how’s it goin’?

I’ve been having trouble accessing sound objects that are located in an external swf. Essentially I’ve generated the sound objects in actionscript so that I don’t have to link and create movie clips etc - the sound objects are now loaded into an associative array… The code is similar to

[http://www.sonify.org/home/feature/…tesoundobjects/](http://www.sonify.org/home/feature/remixology/018_generatesoundobjects/)

It plays fine in it’s own swf, but as soon as I loadMovie() this swf into another one, my sounds are not playing - nor can I refer to them. How would I go about and access these sounds?? If ya’ll have any suggestions please let me know. Thanks

d
