hello
can anyone direct me in the right direction what i would like to do is fade in the contents of an external swf
i use the following on a button to load my external swf
on (release) {
_root.news.loadMovie(“news.swf”)
}
what i then have is the external swf has a pre-loader before it shows the contents but i dont get how i can then fade in the contents of the swf once it has finished loading, as it contains static txt fields and a scroller section and a movie clip, im well and truly stuck in the mud.
could someone please help
i have looked at the transitions between external swf’s tut that helps with if i was animating between clips but i just dont know how to fade the stuff in
thanks in advance