Dot syntax absolute paths

This feels like a stupid question, but it’s driving me nuts: How exactly can I create an aboslute path from “_root”?

I’m trying to use one movie clip as a controller to play and pause another. I want to play a movieclip called “content” that’s sitting in the main timeline. I’m trying - _root.content.play(); - but that’s just not working. What gives?