Linking to external internetpages?!

Hello everyone,

For some wierd reason I’ve been having difficulties with links to other internetpages in my flash document. I myself never noticed this problem until I sent away some ‘prototypes’. It seems that whenever my .swf or .html file is loaded with a Flash Player 7 nothing is wrong. But if the content is loaded by Flash Player 9 the link doesn’t work anymore. I you know how to solve this problem please let me know!

oh, before I forget, the code for the link is the normal:

on(release){
getURL(“http://blablabla”);
}

cheers,

Willem