Complicated Movie Load....something is wrong

Hey, I need some help loaded some movies clips into my current scene. What I’m wanting to

do is load a .swf on a moving object. The moving object in its own movieclip called audio

bar. Now I have a seperate .swf called track1.swf I want to load track1.swf on top of

aubiobar. This is what my action script looks like.
on (release) {
_root.audiobar.createEmptyMovieClip(“trackholder”, 1);
_root.audiobar.trackholder.loadMovie(“track1.swf”);
_root.audiobar.trackholder._x = 225;
_root.audiobar.trackholder._y = 100;
}
Now the track1.swf does load and it does follow the motion of audio bar, but I no matter

what i set its X,Y position to be its stays in the same sport. And also track1.swf is a

digital counter and when I view it through the audiobar thing it doesn’t count right even

though it works fine when just viewing the track1.swf I know its sounds complex but email

me and I can maybe explain it better. And if anyone knows where I could get some help on controlling volume on flash that woule be great. Thanks!

I think that I’ll need to look at the FLA file to figure this one out. The counter reading improperly is just a matter of the proper paths being set in there somewhere, but the motion I’m not sure of. If you want me to look at it send it to my email address.

Ok, I emailed you the files, let me know if you have recieved them or if you need anyhelp of understanding what im trying to accomplish