I dont know if somebody knew it already. But there are no hints about it in any tutorial that I have seen:
Suppose you have a menu made in flash, an html page with frames. The top one called “menu” and the lower one called “content” (names to be replaced by your owns).
Did you know that you can load any thing in the “content” frame with this simple code?:
getURL(“myPage.html”,“content”).
Simply replacing _blank, _parent, etc by the name of the frame!
¨
If everybody knew that, I’m sorry to be so silly.
Alfredo