# Thing won't work when loaded dynamically

**URL:** https://forum.kirupa.com/t/thing-wont-work-when-loaded-dynamically/105519
**Category:** Uncategorized
**Created:** [March 26, 2004, 10:13pm UTC](https://forum.kirupa.com/t/thing-wont-work-when-loaded-dynamically/105519 "2004-03-26T22:13:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ballerina](https://avatars.discourse-cdn.com/v4/letter/b/ee7513/32.png) [@ballerina](https://forum.kirupa.com/u/ballerina)
#### Post date: [March 26, 2004, 10:13pm UTC](https://forum.kirupa.com/t/thing-wont-work-when-loaded-dynamically/105519/1 "2004-03-26T22:13:14Z")

</div>

I want to use this magnifying glass as a feature in a slideshow I’m making.  
[magnifying glass](http://www.peterjoel.com/Samples/magnifier.fla)

I am loading swfs into an empty mc using

on (release) {  
loadMovie(“3.swf”, “\_root.textframe”);  
}

The magnifying swf works just fine by itself, but when loaded into the mc in my main swf, it doesn’t work. I figure it has something to do with parent/child relationships in the code…and I tried a few permutations…to no avail.

I am NO GOOD at AS at all. Can anyone help me? Thanks.
