Need Example Code

Hi, I’m trying to create a dynamic URL from within my Flash MX file.

I am passing a variable “customer_ID” to the flash as a parameter field, and I’ve verified that it is being passed and received correctly.

I have a button in the flash, which, when pushed, I want to link to

http://www.somedomain.com/customer= (whatever the customer_ID is)

I’ve tried everything I’ve seen in all the tutorials, but my URL is always either an empty string, unevaluated, or only the literal part.

Can someone please show me a piece of example code to do this seemingly simple thing?

Thanks