Help with XML menu and transition

I’m having a slight problem with triggering a transition using an xml menu. When the first movie loads in the content_mc it works fine… but when you click on a menu item it just loads the content_mc without playing the transition and preloader… in the FLA attached there is a line of code

item.onRelease = function() {
loadMovie(this.myUrl, “content”);
};

I’m sure it has something to do with that, not sure how to fix that… the first movie loads using an action handle but i cant seem to call the action when the menu item is clicked…

help if you can :wink: hopefully i was clear enough