Forum Moderators: open
I have an index.html page. The left Table has Flash button components (navigation). The right Table has an embedded iFrame. I want to know how to have the flash buttons populate the iframe (load content).
any idea?
button.onPress = function(){ getURL("LoadedPage.html", "iFrameName"); }
Where LoadedPage.html is the page you want to load, and iFrameName is the name of the iFrame you want to load it in.