Asfunction help

I’m having a hard time workin on this one… I’ve got some code:


//this establishes the function hyperlink
multicam_fold.blue_txt.intro_blue_txt.htmlText = ("<a href='asfunction:_root.container_1.var_swap,EF1'>EF-1</a>");

//this is the variable
var_swap = function(output){
	tester = ""+output+"";
	intro_popup.gotoAndPlay(out);
}

EDIT: I’m a retard.

intro_popup.gotoAndPlay(out);

---->

intro_popup.gotoAndPlay([COLOR=Red]"[/COLOR]out[COLOR=Red]"[/COLOR]);

two hours of mayhem for TWO FREAKING QUOTES. ARG