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.
"goldvalue" is na anchor name in calculator.html, it's not a function or anything... I'd like flash button to scroll or in another words to jump to middle of the html page. All links do work - except the ones with anchor names. As the matter of fact even calculator.html#goldvalue works as a link, it just doesn't jumps to the #goldvalue.
North America
Europe, Middle East and Africa
Asia Pacific