This is what I have:
on (rollOver) {
//load Movie Behavior
if(this == Number(this)){
loadMovieNum(“rookwoodCommons4_FO_1P.swf”,this);
} else {
this.loadMovie(“rookwoodCommons4_FO_1P.swf”);
}
//End Behavior
}
But I would also like the swf referenced above to disappear on rollout and nothing I have tried so far has worked.