URL hyperlink problem

Hi,

I was trying to add in a hyperlink onto a button that a question mark in the url path (ex: /directory/filename.dll?=HELLO) <-That’s not what it really is, but it will give you an idea on what it looks like.

Flash seems to be cutting off the url right before the ‘?’ in the url, so what shows up in the browser is /directory/filename.dll

Does anyone know a work around for this??

Thanks.
Brett

try setting a variable to your url, as in
locaton = “/directory/filename.dll?=HELLO”;
then try
getURL(location);
…might do it…