Old 07-22-2008, 11:03 PM   #1 (permalink)
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.
atothek is offline   Reply With Quote
Old 07-22-2008, 11:05 PM   #2 (permalink)
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);
atothek is offline   Reply With Quote
Old 07-28-2008, 02:49 PM   #3 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,981
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

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

Thanks, that trick worked!
atothek is offline   Reply With Quote
Old 08-29-2008, 01:17 PM   #5 (permalink)
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?
thinkit is offline   Reply With Quote
Old 05-20-2009, 01:33 PM   #6 (permalink)
Junior Member
 
Join Date: Nov 2008
Posts: 8
Default load movie

i have the some problem as the last person
ludica is offline   Reply With Quote
Reply

Bookmarks

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



All times are GMT. The time now is 07:59 PM.