Hi

I want to load an external SWF file named photos.swf into a layer within
the main movie named "EXT" - i've tried tp figure out how to do it using
flash's own in built tutorial but i keep getting loads of errors with no
codes so i can't even look them out to try and understand what they even
mean. I've copied the error messages below...


**Error** Scene=Scene 1, layer=GUI, frame=1:Line 1: Syntax error.
target_ext.loadMovie("photos.swf");

**Error** Scene=Scene 1, layer=GUI, frame=1:Line 1: Statement must
appear within on handler
target_ext.loadMovie("photos.swf");

Total ActionScript Errors: 2 Reported Errors: 2


The guides mention relating this somehow to an instance which i have no
idea what that even is... i'm trying to use MX 2004 if thats important.

Any help is much appreciated!
Thanks in advance everyone.