LoadMovie in a switch statement

Can you introduce a load movie into a case within a switch statement?
its adding some textfield strings for case 6;
bizzare
:cross-eye


case 6:
        state=7;
        _root.text_field="text that appears after the get sring";
    
        break;

        case 7:
        state=8;
        loadMovie("zooming.swf", _root.load_area, "GET");
  break;