i have 2 swf files & need to open one contact.swf file index.swf file
on aa button click
i have given the below code on a button on index.swf page
on (release)
{
loadMovie("contact.swf","mc_contents","GET");
}
where mc_contents is a movieclip in index.swf file where contact.swf will get displayed
but when i click the button nothing happens
both the swf files arein same folder




Bookmarks