How to use a variable as a link

Hi there!

I spent the whole morning to figure out, how I can use a variable as a hyperlink in Flash.

The variable itself is added to Flash as an URL-praramter. I know that Flash gets the variable, because I can show its content in a dynamic textfield.

My first thought was something like this:

on (release) {
getURL(my_var);
}

But that doesn’t work… :frowning:

Thanks for your help in advance!

Greetings

LapisInfernalis