Hey guys I wonder if you can help me.
I have the following A.S. assigned to a button:
on(release)
{
getURL(“http://www.nameofurl.com/somedirectory/anotherdirectory”, “_blank”,);
}
When I load the movie in my browser and click that button, it opens up www.nameofurl.com and not [URL=“http://www.nameofurl.com/somedirectory/anotherdirectory”]www[COLOR=#003366].nameofurl.com/somedirectory/anotherdirectory[/COLOR][COLOR=#003366].[/COLOR]
[COLOR=#003366]I’m also using Kirupa’s embed fix located on this website. [/COLOR]
[COLOR=#003366]What could be the problem? [/COLOR]