I know this seems pretty basic.
I cant seem to find a tute that fits what Im trying to do.
I know how to make a movie load using a button to have it load but what if I just want in on the MC on the first frame and when that frame is entered the swf will load in the MC.
all I really need to know is
On(what)
loadMovie("255ser.swf","broke1");
pause:
I got it!
loadMovie("255ser","broke1");
broke1 was a frame label in the swf I wanted to load.
I just figured out it needed to be the name of the mc instance.