PDA

View Full Version : flash menu + html content


krislewisjones
12-13-2007, 09:40 AM
i have a flash menu at the top of the page and html content below. how do i get the html to change from pressing the flash buttons. this is probably simple but i cant figure anything out today :(

dzedward
12-13-2007, 02:32 PM
if you use iframes, you can load HTML content into the iframe without refreshing your Flash object.

Alexus
12-14-2007, 09:08 AM
use getUrl(...) function to go to the definite url. You also can set the iframes there.
You can also take a look a the working FML Open Source (http://flashmenulabs.com/opensource)menu. It uses getUrl function. And the urls is set in the XML. iFrames are supported :)