import com.Rectangle; var initObj : Object = { width : 150, height : 80, color : 0xFF0000 }; attachMovie (Rectangle.symbolName, "rect_mc", 1, initObj);