bpdp
1
Hello,
I want my menu and my main swf’s to be in separate files. How do you control the playhead of main.swf with menu.swf?
To clarify I will NOT be loading menu.swf into main.swf – they will be two separate files on one HTML page.
Any help would be great. Thanks
You can do this using LocalConnection object.
More help can be found in flash documentation.
bpdp
3
Thanks,
I was wondering if someone could look at my files and see what i’m doing wrong. This is all new to me.
Find the solution in attached zip file.
You made two mistakes.
-
used btn2 to send the information to informing.swf
You should be using the localConnection object.
-
added EventListner to button.
Flash button object have by default event listeners like onRelease.
No need to attach it using addEventListener.
Hope you are clear now.
bpdp
5
:beam: Oh my god thank you so much.