Hi there

I am adding streaming to my website and have received a link from the streaming company for a popup media player.

I have a text button created in KoolMoves called Dial Up

Where do I insert this code to get the popup player to show up when clicked?

actionscript (AS 2.0)


on (release) {

var jscommand:String = "window.open('http://v2.player.abacast.com/player/player.php?pid=kojmam','kojmam','height=380,width= 480,toolbar=no,scrollbars=no');"; getURL("javascript:" + jscommand + " void(0);");

}

thanks for your help ..Rob