Simple variable question

I’m newbie in AS, and I’m stuck in what seems to be a very simple issue.

I have a variable: var video:String wich is modified to store the name of the MC I wan’t to be played

So, I’m using video.play(); but i doesn’t work.

I’ve traced video and it’s with the correct value.

What am I doing wrong?