Forum Moderators: open

Message Too Old, No Replies

Flash buttons populating html iframe?

can flash control an html iframe?

         

drnknblackcoffee

4:32 pm on Sep 14, 2004 (gmt 0)

10+ Year Member



Hello everybody,

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?

bakedjake

7:05 am on Sep 15, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Hi drnknblackcoffee, welcome to WebmasterWorld!

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.

drnknblackcoffee

10:18 pm on Sep 15, 2004 (gmt 0)

10+ Year Member



thank you very much, that was a huge help