How do I link from one specific frame in one swf file to another specific frame in another swf file??
It should be something like…
on(release){_root.gotoAndStop(8)}
…but where I want to get linked to another file in frame 8.
Do I just simply rewrite _root to something else?
/Fredrik