I'm trying to figure out how to modify a path to a movie clip without altering the path reference.
For example I have a movieclip called myMc on stage but there are references in my class file to
owner.content.myMC.

Instead of deleting owner.content I would like to set the path of owner.content to be what I thought was this but
owner.content = this;

does not work.
Any help would be appreciated!


Thanks,
Al