#1 (permalink)  
Old 07-22-2008, 11:03 PM
Junior Member
 
Join Date: Jul 2008
Posts: 6
Default loadMovie

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?

Thanks
atothek.
Reply With Quote
  #2 (permalink)  
Old 07-22-2008, 11:05 PM
Junior Member
 
Join Date: Jul 2008
Posts: 6
Default

This is the code I use to load the ticker in

var mcLoader:MovieClipLoader = new MovieClipLoader();
var myListener:Object = new Object ();
mcLoader.addListener(myListener);
mcLoader.loadClip("newsTicker.swf", _root.Home.mc_holder);
Reply With Quote
  #3 (permalink)  
Old 07-28-2008, 02:49 PM
Super Moderator
 
Join Date: May 2008
Posts: 519
Send a message via Skype™ to Adrian
Default

try adding a
Code:
_root.Home.mc_holder._lockroot=true;
before loading the ticker.
Reply With Quote
  #4 (permalink)  
Old 07-30-2008, 08:08 AM
Junior Member
 
Join Date: Jul 2008
Posts: 6
Default

Thanks, that trick worked!
Reply With Quote
  #5 (permalink)  
Old 08-29-2008, 01:17 PM
Junior Member
 
Join Date: Aug 2008
Posts: 1
Default Same isue

Hello,

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?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.