Couple questions

first of all…

how to put a jpg from a web server into flash w/o importing into flash
and how do i make a flash movie target another movie to goto and play a certain frame??

to load an external jpg, create an empty mc in flash and give it the instance name photo. then AS on main timeline:[AS]photo.loadMovie(“image.jpg”);[/AS]. can you explain the other question more (are you having multiple flash movies on one html page or are you going to load the 2nd movie inside the first movie?)