okay, so i dont think the title is really clear, but here it goes. I want to do a site where most of it is Flash, but my content area is html. then when someone clicks a like, for example Profile, can i just load the html part, or does the entire thing have to reload? thanks.
u should be able to. you would need to use javascript and the fscommand i believe. to get from flash to HTML
you may be able to do it without javascript. getUrl has a second parameter -getUrl(βhttp://somethingβ,"_blank"); - where you can specify the name of the window to open the link in. If you change β_blankβ to the name of your content frame it might work.
you can also load html formatted text into a textfield in flash