Little change in Transitions tut

Hey Kirupa, can you change a line of code on the second page of the Transitions Between External SWFs tutorial ?

_root.container.loadMovie(_root.currMovie+”.swf”);

should be changed to

_root.container.loadMovie(_root.currMovie+".swf");

The quotes seem to make a lot of difference. I’ve had a lot of people saying that it didn’t work, and the problem has practically always been those italic quotes instead of the straight quotes.

Updated :ub: