Flash button: Jump to anchor tag in iframe.
Hi there...
I have a problem with flash button when linking to named anchor in html - iframe. I used the code below:
on (release) {
getURL ("calculator.html#goldvalue", "main");
}
"main" is name of an iframe in index.html, that opens with calculator.html.
<iframe id="main" src="calculator.html" width="1024" height="500" frameborder="0" scrolling="no" name="main"><p>Your browser doesn't support iframes.</p></iframe>
Any idea how to fix this?
Tnx, A.