Hello,
I’m a designer struggling to learn advanced actionscript. It’s quite a challenge,
One of the challenge i’m having right now is:
I have my main timeline(swf). i’m loading in 2 separate swfs into two separate holders on the main stage/timeline/swf. whatever it’s normally called.
One of the loaded swfs is a menu and the other is a page. Basically i’m designing a learning application. The menu alllows you to jump to a specific place in the course rather than a next button of sorts which is also in the course.
When a different page is loaded i need for a button(movieclip) that’s located in the menu swf to swith out with a new button that’s located off the stage somewhere.(these buttons are located in the menu swf off stage) so i need the loaded page swf, to talk to the other loaded swf(menu) everytime it or another page is loaded.
I’ve seen simular references to having a loaded swf talk to the main timeline swf but i haven’t been able to find a reference for two loaded swfs thats loaded inside holders, to talk to each other.
Any help would be greatly appreciated.
ww.