PDA

View Full Version : Need to target a MC in another SWF



rudester
October 10th, 2005, 03:39 PM
I need to have a button to target a movie clip in a separate swf placed in a separate window. Any direction would be appreciated. Thanks!

//
on(release){
getURL(theotherswf.html+nameof_mc);
}

rhamej
October 10th, 2005, 04:41 PM
You will need to use javascript or the localConnection object in flash to talk to a swf in another window.