Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Swf communication

Status
Not open for further replies.

bubu

Programmer
Mar 3, 2002
463
RO
Hello guys!
I have 2 swf's: "menu" and "movie".

When i press a button from "menu" swf i want the appropriate text to appear in the "movie" swf...so how can i link the 2 movies? Regards,
Dragos.


 
if as i suspect movie is loading into an empty clip in menu
then you just target the text

on (release){
_root.clipname.textbox.htmltext = whatever;
)

if it aint that simple then you need to use a localconnection

let me know which it is...either way its straightforward.
 
Hello Bill...:) it's not the easy way...there are 2 sepparate swf's in the same html, just like here:

...but i have solved the problem thanks to DianaCL's help...and yes you were right you have to use a local connection.

I will post the files in case somebody will have the same problem.

Thanks a lot for your reply Bill! [wink] Regards,
Dragos.
 
Hi!
I nearly have the same problem can you maybe tell me how you have solved the problem of controlling one movie from another?

Thanks,
Stef
 
Hi Dragos! Regards,

oldman3.gif


Don't worry, if my reply is wrong, BillWatson will clean it up for me!
 
Hello François! [peace] Regards,
Dragos.


 
The links are not working...i will fix them in a minute... Regards,
Dragos.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top