Hello.
I've created a flash logo and wrote this html code:
Code:
<embed src="http://img178.imageshack.us/img178/7187/mariomg5.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="635" height="270"></embed>
The only problem is that when I click the buttons, it doesn't go to the page its supposed to. It just stays. <-That's when it's embed.
When it's not embed:
Direct link
it is linking correctly.
I've been told it has something to do with the AS I wrote?
This is what I wrote:
Code:
on (release) {
	getURL("here was the link of the page...", "_parent");
}