hello people!

would i be right in thinking getURL wont work if the swf is running locally or from a CD?
And if this is the case is there a work around?

just to make sure i'm not being a big thicky this is what i'm using on my button...

Code:
on(release) {getURL("http://www.google.co.uk", "_blank");
}
The swf will be running locally on machines but needs to provide working links to web pages...

thanks!