What the hey? attachSound quits working when the movie is used in loadMovie?

s1 = new Sound();
s1.attachSound("sound1");
s1.start(0,1);

Works fine on it's own, not a peep out of it when loaded as an external to a clip. What's wrong?