Hi

Can anyone bale me out please?

I can quite happily create buttons that will call an external swf and
load it into a target area.

Wishing to expand on this I now have a sequence of buttons placed into
a movieclip symbol which is input into a scroller by using the linkage
when setting the properties of the movieclip.

This loads into my scroller fine but then my problem starts -

The extrenal swf called by each but fails to load in the target area

Do I need to change the path to locate the swfs, is so to what??

The swfs were called by the buttons as follows:

on (release) {
loadMovie("load_swfs/a1.swf", "load_area");
loadMovie("load_swfs/a1text.swf", "text_box");
}


I do not have the movieclip which is input into the scroller on the
stage only in the library...does it need to actually be placed on the
stage somehow?

thanks