Hi, Just bought your file from flashden and got some troubles loading it into my flash movie.
In my main movie, I have a MC with instance name Home inside that MC I have a MC called mc_holder. Inside that holder I load newsTicker.swf. But it is only displaying Loading.... nothing more. The newsTicker.swf, news.xml and my own movie are all located in the root of my site. When I run newsTicker.swf alone all works fine.
Can you plz tell me how to load this movie correctly?
var mcLoader:MovieClipLoader = new MovieClipLoader();
var myListener:Object = new Object ();
mcLoader.addListener(myListener);
mcLoader.loadClip("newsTicker.swf", _root.Home.mc_holder);
I have the same issue, meaning but rootlock didn't work for me, the ticker loads, thru the MC,and it tells me the ticker has started and XML loaded, however its not working, no data is displayed, any other sugestions?