Hi,
Is it possible to load an external swf and target a specific label within that swf?
Ive tried this:
on (press) {
_root.container.loadMovie(“design.swf”,“commercial”);
}
Just loads the the movie from the beginning, not the frame labelled “commercial”, which is what I would like.
Any ideas?
Thanks