I am guessing the code might look like this...

 

feedbackM#modNUM#S#secNUM#P#pageNUM#_btn._visible = true;
feedbackM#modNUM#S#secNUM#P#pageNUM#_btn.onRelease = function() { getURL("www.bottomlineperformance.com/feedback/feedback.cfm?feedback.cfm?pageID=#pageID#","_blank"); };

This is what I am trying to achieve... I would simple cut and paste this right out of the browser and into Flash and my code would be ready.

 

feedbackM1S1P1_btn._visible = true;
feedbackM1S1P1_btn.onRelease = function() { getURL("www.bottomlineperformance.com/feedback/feedback.cfm?feedback.cfm?pageID=7","_blank"); };