Playing external SWF

[color=#003399]Your contents clip has no instance name.[/color]

yeah joe is correct, here’s a working verking version, easy stuffz, u just didnt give it a instance name, though you gave it a title instance, small mistake, your coding is working, you just named it in the wrong place :stuck_out_tongue:

thanks. much appreciated!

should be an easy answer, but if I wanted to get contents mc to fade in and out as I load more images into the contents mc, what do I need to do.

on (release) {
_root.contents.fadeIn(5)
}

this already works, of course there is some more AS on the first frame that allows it to work but as soon as I try

on (release) {
_root.contents.fadeIn(5)
_root.contents.loadMovie(“services.swf”,1);
}

I lose the fading part.

ahhhhh
the movie must be loaded first so the above obviuosly won’t work