mitcho
12-29-2005, 03:59 AM
i, i have a flash file in a html page with an iframe called 'iiFrame', and when the user clicks a button in the flash file i have a getURL statement to load a new page into the iFrame.
here is the getURL statement i use where i try to load blank_white.html into the iframe 'iiFrame':
getURL("blank_white.html","_iiFrame");
however this does not work !! and im not sure why. the iframe page does not change. i have heard this may have to be done with javascript call... anyhelp would be great!
here is how i declare the iFrame in the html page
Attach Code
<IFRAME ID="iiFrame" src="blank_black.html" width="446" height="331"
scrolling="auto" frameborder="0">
[Your user agent does not support frames or is currently configured
not to display frames. However, you may visit
<A href="help.html">Cannot see this page?</A>]
</IFRAME>
here is the getURL statement i use where i try to load blank_white.html into the iframe 'iiFrame':
getURL("blank_white.html","_iiFrame");
however this does not work !! and im not sure why. the iframe page does not change. i have heard this may have to be done with javascript call... anyhelp would be great!
here is how i declare the iFrame in the html page
Attach Code
<IFRAME ID="iiFrame" src="blank_black.html" width="446" height="331"
scrolling="auto" frameborder="0">
[Your user agent does not support frames or is currently configured
not to display frames. However, you may visit
<A href="help.html">Cannot see this page?</A>]
</IFRAME>