Load A Movieclip Into "_root" Timeline?

Apr 21, 2008

I've been searching the forum for an answer, but I'm either not searching for the appropiate keywords, or having really really bad luck... so feel free to point me to any threads that might contain the solution to this.

Here's what I'm trying to do:

I have a site which is fully made in flash, and has one big index.swf file. Each section loads dinamically into it with a preloader (this works OK).

I didn't make a preloader for the main index.swf at first because it was really small, but as I've added more and more features to the site, the index.swf grew bigger and bigger, until I felt I need a prealoader for it as well.

However, I NEED the index.swf to load into the ROOT of the main timeline, as there are some functions in the site that call movieclips with absolute paths ("_root....") rather than relative ones ("_parent._parent...."), and I can't change that for various reasons, so I need to keep that hierarchy intact.

But there's an obvious problem if I try to do this via a MovieClipLoader:

If I tell the MovieClipLoader object to load the clip into "_root" like this[code]...

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Is _level1 The Timeline Inside A Movieclip On The _root?

Jan 21, 2004

is _root same as _level0? or is _level1 the timeline inside a movieclip on the _root?

View 5 Replies

ActionScript 2.0 :: Load An Image Into _root.pic_mc Movieclip?

Dec 29, 2004

got a problem.. if i load an image into _root.pic_mc movieclip and its loaded i try to load anotherone in the same mc.. now the pic_mc turns white and the picture disappears.. so i tried to make a duplicateMovieClip on the pic_mc but this also didn't work. any other solution on this problem?

View 2 Replies

ActionScript 2.0 :: Won't Work Unless On _root Timeline?

Feb 26, 2006

I have this actionscript with a MC._root.containerMC.loadMovie(loadswf+".swf");however, it will online work if i put this action on the _root timeline

View 2 Replies

ActionScript 2.0 :: Grab The Names Of Mc On The _root Timeline?

Aug 26, 2004

Im using a for in loop to grab the names of my mc on the _root timeline and push() them into an array named bricks. i then use a prototype function fade them in one at a time. The problem is that it only works to a piont and then stops.

I thought posible causes could be the time it takes to build the array as i do have 713 mc on my timeline.

this is my code i tried attaching the fla but its to big

fadespeed = 9;
function init(){
brick = new Array();

[Code].....

View 2 Replies

ActionScript 1/2 :: _root.stop() In The Flash Player - Stopped The Main Timeline But Not The Other Ones

Jul 12, 2010

Have a question about the _root.stop(). I have a pause and play feature in a flash player so the user can stop the presentation along with all the voiceover that streams with the presentation. I used the _root.stop() in the flash player hoping it will stop the main timeline, but also other embedded movieclip timelines. It stopped the main timeline, but not the other ones. How do I stop both timelines at the same time? the _root.stop() was not working for me.

View 3 Replies

ActionScript 2.0 :: Buttons - Target Movie Clip Effect From The _root Timeline?

Aug 14, 2007

I'm using this complex rollover button on my site i found here --> [URL] What i'm looking to do is have this effect trigered when a second button is rolled over as well. Is there a way to target this movie clip effect from the _root timeline? I was able to achieve this halfway by using labels but I am not able to reverse the animation on roll out with this method.

View 2 Replies

ActionScript 3.0 :: Load External SWF Into MovieClip On Timeline?

Apr 15, 2012

I have a flash Project, and I have external SWF's that are loading and unloading into my project. However I need the external SWF's to be under certain layers. What I would love to be able to do is load my external SWF's into a MovieClip that is already residing on the layer underneath those items. However I have no idea how to do this.

I have the files here. Pretty straight forward, the main SWF("mod_loading_2.swf"), loads and unloads the other two SWF's("m-1_intro.swf", and "m-2_WIB.swf"). There is a layer named loader layer, and I would like to load the external SWF's into a movieClip on that layer. The load and upload code are in the main SWF

How do I load these SWF's into a MovieClip on the timeline?

View 14 Replies

ActionScript 2.0 :: Flash 8: Assign To The Buttons What News.swf To Load Into The Other Movieclip On The Main Timeline

Feb 20, 2006

I got one movieclip with several buttons and another movieclip where i use: this.loadMovie("news1.swf"); What Id like to do is, if its possible, to do, on the main timeline, assign, to the buttons what news.swf to load into the other movieclip where i load it. So i can assign one button to load news1.swf and another load news2.swf.

View 5 Replies

ActionScript 2.0 :: Change The _root.broj And _root.logo Variables Inside The Function?

Jan 14, 2010

In the code below i want to change the _root.broj and _root.logo variables inside the function which returns values from .php file. Inside the function everything works fine and all values are correct but when i trace var broj outside the function it's still 0.

var result_lv:LoadVars = new LoadVars();
var send_lv:LoadVars = new LoadVars();
var broj:Number=0;
var logo = new Array();

[Code].....

View 1 Replies

LoadMovie Will Load To _root, But Not An Instance?

Apr 6, 2009

When I try to use loadMovie, it will not load to an instance (unless it's something that's in the same directory). I figured this was some sort of security thing, but I was able to load the movie into _root just fine.

View 1 Replies

ActionScript 2.0 :: Load Movie Into _root?

Jul 31, 2008

I want to load my movie into _root.I have preload.swf which all it is is the preloader and I want to load home_page.swf. If I loadclip into a movieClip its fine, but not if I do _root...or alternatively, 'this'The reason I want to do _root, is the site I am working on, the previous developer on it used _root everywhere and I dont want to have to go and change everything that has _root in it.

View 3 Replies

ActionScript 2.0 :: _root.cargo Are Multipled By 10 And Added To _root.totalscore?

Feb 27, 2003

im lookin to make this so that the points taken from the _root.cargo are multipled by 10 and added to _root.totalscore

[Code]...

View 2 Replies

ActionScript 2.0 :: Where To Reference _root To Load A Swf Into An Empty Mc Using An Asfunction

Mar 21, 2006

I just need to know where to reference _root to load a swf into an empty mc using an asfunction. Canadian out with this previous question, and the trace seems to be working, however my clips aren't loading. There needs to be a reference to root somewhere right? Everywhere I try to add it yields the same lack of result. Here's Canadian's code:

[Code]...

View 1 Replies

ActionScript 2.0 :: Targeting A MovieClip Without Using _root?

Jul 28, 2007

Im trying to target a movieClip one level up... i could use _root but its not doable in this case?

View 7 Replies

ActionScript 2.0 :: _root._root[eelmine].nextFrame()?

Sep 14, 2004

if a condition is true, then:_root.(MC with instance name that is the value of "_root.eelmine").nextFrame(); is this correct?_root._root[eelmine].nextFrame();

View 16 Replies

ActionScript 2.0 :: Copy/Move A Movieclip From _root To Inside A MC?

Jan 18, 2008

If I have a movieclip on the main timeline, is there a way to put this movieclip inside another movieclip on stage (ofcourse during runtime) ? I know that one of the methods of doing this is using bitmapdata class to capture an image of the movieclip (draw method), then attaching the object it to another movieclip that can be anywhere, but this will make the movieclip lose it's interactivity behaviour, and vector quality.

View 5 Replies

ActionScript 2.0 :: Flash8 MovieClip Recognition - Change A _root.mc.speed Property

Dec 30, 2009

I have two movie clips on stage, each with the same code, I have another movie clip that comes along and interacts with the two of them and changes properties to its speed and such. The problem is, it only seems to work one at a time, for instance I can't have both of the movie clips changing its speed, it works with one and then ignores the others code. *EDIT* I just ran a trace on the two mcs, I can confirm both of them know when the main one hits it, but because I'm trying to change a _root.mc.speed property in each one, it only accepts one of them and ignores the other for some reason :S If I use different properties in each it allows that.

View 5 Replies

ActionScript 2.0 :: Changing Color Of Movieclip Depending On The Current Url _root._url.indexOf

Jun 22, 2008

I`m trying to set-up a script that changes the color of a movie clip, depending on the current url of the page... My code is:

Code:
var link = "http://localhost/v-v/indexSRP.php?kategorija=";
var link2 = "http://localhost/v-v/index.php?kategorija=";
if (_root._url.indexOf(link + "3") == 0) {

[Code].....

View 5 Replies

ActionScript 3.0 :: No Longer Move The "_root" By Changing The _x And _y Positions Of The _root?

Jan 26, 2009

I just recently began migrating from AS2 to AS3, and I have of course realized that I can no longer move the "_root" by changing the _x and _y positions of the _root (which no longer exists in AS3). How can I do this in AS3 (specifying _x, _y, _z possibly of the "_root")?

View 2 Replies

ActionScript 2.0 :: [Flash8] Assign A Variable To The Current Frame Of The Main Timeline (not Movieclip Timeline)?

Mar 16, 2007

I simply want to assign a variable to the current frame of the main timeline (not movieclip timeline) I already know about _currentframe and it doesn't help in this case.

View 4 Replies

Professional :: Moving To A Frame In Movieclip Timeline From The Main Timeline

Apr 26, 2011

I am in the learning process. Working with FlashCS5 and AS3. if the issue appears to be too simple for you. Placed a movieclip(mcassessJohn) on the main timeline and moved to the frame labelled "johnFeedback" in the movieclip timeline using the following actionscript code.

[Code]...

View 1 Replies

IDE :: Child Movieclip Timeline Changes Don't Show In Parent Timeline?

May 21, 2009

Why does a child movieclip only show the first frame within the IDE, regardless of where you are in the parent timeline?If you throw a movieclip with 25 frames onto the main timeline, which also has 25 frame, you don't see the nested movieclip's frame-progress while you scroll through the main timeline.Is there a setting somewhere in preferences or somewhere that will enable you to see a nested movieclip's frame position from the main timeline?  Like you do with After Effects composites?

View 3 Replies

ActionScript 2.0 :: _root - Load Swf Into Another With "loadmovie" With An Empty MC The Pages Stop Working

Nov 14, 2004

Im new in actionsript and I have a problem with _root. I have a swf. with two MC en the main stage: Mc_menu and Mc_pages. The Mc_menu has several buttons with the code "_root.pages=2" which moves the different pages that are in the Mc_pages. If I publish the fla. it works perfectly. Now, when I wanted to load this swf into another with "loadmovie" with an empty MC the pages stop working... I guess is because of the rutes, but i don�t know how to refer them correctly. What I have right now is: in the main stage an empty MC and a button with the code:

[Code]...

View 2 Replies

ActionScript 3.0 :: Unload Not Unloading - Unload An External SWF On _root To Load A New One Instead

Jul 23, 2009

I'm trying to unload an external SWF on _root to load a new one instead. I've tried (almost) everything but can't figure it out... I get this error : "Error #1010: A term is undefined and has no properties."

[Code]....

View 3 Replies

ActionScript 2.0 :: Tell _root To Goto Frame And Then Play Certain Frame Of Movieclip?

May 7, 2006

When you click a button I want my flash to go to the frame label where the movie clip is located, and then play a certain frame of that movie clip.

View 5 Replies

Flash - Tell The Root Timeline To Root.gotoAndStop(2); From The Timeline Of A MovieClip Added Using AddChild?

Nov 7, 2011

How do you tell the root timeline to root.gotoAndStop(2); from the timeline of a movieClip added using addChild?In the maintime line I have

addChild(fade_eng);

and in fade_eng I have the following on frame 20

root.gotoAndStop(2);
this.gotoAndStop(1);

But I am getting 1061: Call to a possibly undefined method gotoAndStop through a reference with static type flash.display:Stage.

View 1 Replies

ActionScript 2.0 :: Button Inside Movieclip To Control Another Movieclip's Timeline?

Oct 23, 2009

I have a button inside a movieclip, to which I would like to apply a rollover function. When rolled over, this button (inside MOVIECLIP 1) would make (MOVIECLIP 2) jump to second frame. I'm using Flash 8.This is turning onto a real headache for me, since i've searched every single forum and thread concerning this matter, and nothing seems to work.

View 7 Replies

ActionScript 2.0 :: [CS3] : Getting GotoAndStop From Main Timeline To Movieclip Within Movieclip?

Nov 20, 2008

I have a main timeline with a button. I need the action for this button to gotoAndStop to a frame within a movieclip, within another movieclip. I have tried on the main timeline setting the actions of the button to:

on (release){
clip1.clip2.gotoAndStop("frame1");
}

and tried:

on (release){
_root.clip1.clip2.gotoAndStop("frame1");
}

lastly:

on (release){
_parent.clip1.clip2.gotoAndStop("frame1");
}

If I double-click on the movie clip (clip1) and then double-click on the movie clip (clip2), I have several frames labeled "frame1", "frame2", etc.The button doesn't work.

View 7 Replies

ActionScript 2.0 :: Using A Movieclip Rollover To Change Another Movieclip Timeline?

Jan 7, 2010

Using a movieclip rollover to change another movieclip timeline?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved