ActionScript 2.0 :: Get A Targeted Mc To Communicate With The Parent Timeline?

Nov 6, 2004

How do I get a targeted mc to communicate with the parent timeline? I'm not using levels but targeted mc.

I need the playback head to go from the targeted movie clip (this is called nested, correct?) to the parent timeline and stop at a particular movie instance or frame label. I have been unsucessfully using this:

gotoAndPlay(_parent.instancename);

View 5 Replies


Similar Posts:


ActionScript 2.0 :: Get Mc To Communicate With Parent?

Nov 6, 2004

How do I get a targeted mc to communicate with the parent timeline? I'm not using levels but targeted mc.

I need the playback head to go from the targeted movie clip (this is called nested, correct?) to the parent timeline and stop at a particular movie instance or frame label. I have been unsucessfully using this:

gotoAndPlay(_parent.instancename);

View 5 Replies

Communicate Between Loaded And Parent Swf?

Mar 8, 2009

I started learning the basics of as3.0 a year ago by doing a lot of experiments.. I never read a book or took lessons or something.. I guess i'm still missing important logics when i'm programming. I'm creating my personal flash imagegallery but I can't figure out how to communicate between a loaded swf and its parent swf.

I have a main.swf file with document class main.as which loads external swf files into a movie container. I am also loading a background sound like[code]...

The only work around I was thinking about would be to keep showing the stop/start sound button from the main.swf when a slideshow instance is called.. but then I'll screw up my design I want a second button inside the slideshow that can also stop the main bg sound.

View 1 Replies

ActionScript 3.0 :: Loader() Swf Communicate To Parent Swf?

Aug 2, 2008

i got communication working going to the Loader() swf, but how do i have the swf thats loaded in via the Loader object talk to the parent swf?

View 9 Replies

ActionScript 2.0 :: [CS3] Parent And Child Communicate?

Feb 14, 2011

I've made a big pretty website. So big and so pretty that it takes more than two minutes to load. I figured I could make it smaller by breaking it up into separate swfs and loading them into a holder as required, but I have no idea how to make them talk to eachother. I'll give a basic example.So, i've loaded up my movie into the holder movie with:loadMovie("page1.swf","page1MC");and in page1.swf there is a button called "page1_buttonA". In the old giant overweight site, onRelease it did a gotoAndPlay, but now I would like it to load the next part excitingly named page2.swf. For my own sanity's sake I'd like to keep the most of the code controlling all the to-ing and fro-ing in the holder movie. So, what's the format (syntax?) for getting the holder movie to notice what happens in the child movie and getting it to react accordingly?

//button that loads page 2
page1MC.page1_buttonA.onRelease = function() {
_root.createEmptyMovieClip("page2MC",2);

[code]....

View 2 Replies

ActionScript 3.0 :: Can't Get Movie Clip To Communicate With Its Parent?

Aug 29, 2009

Within ninja.swf, there are six scenes, and in the later 5 scenes, there is an movie clip (consule2)with has a halfdozen buttons (of which one is home_btn) that serve as the navigation across the site. So, in the consule2, I set up an Actions layer, and for Home_btn, have created this piece of code:

//Home Buttonfunction gotodsHome(event:MouseEvent):void{  MovieClip(root).gotoAndPlay("FullLoaded","01_Landing_Page");}Home_btn.addEventListener(MouseEvent.CLICK, gotodsHome);

[code]......

View 5 Replies

ActionScript 2.0 :: Communicate With Main Timeline From Attachmovie?

Sep 22, 2011

i am using attachmovie to load a movie clip from library into an empty movie clip. Everything works ok but now i have a problem... i am trying to create a button that is inside this movie clip that goes back to the main timeline on a certain frame and also unload that certain movie clip

I tried all sorts of things but none work...is there a solution to this? Cant a clip that is loaded with attachMovie communicate with main timeline?

View 1 Replies

Actionscript 3 :: External Swf To Communicate With Its Own Timeline After Loading It Into A Containing Swf?

Feb 23, 2010

I have created a online portfolio that loads in External swfs. Everything works fine on its own but once the external swf is loaded into the containing swf I lose control of the external swfs timeline. Is this a bug or is there just something I am forgetting

[Code]..

So when I click the send button it sends the message, but does not go to the next frame. It works on its own but won't work once loaded into another swf.

View 1 Replies

ActionScript 3.0 :: Embedded Symbol Communicate With Main Timeline?

Jan 2, 2010

i am creating a survey with say 7 questions.  each question has the same MovieClip symbol each with a different instance name, like q1, q2, ... q7.

the MovieClip symbol has 5 static texts and 5 SimpleButtons.  i have some code in that symbol to make sure that only a single button has the "on" or "checked" state to show that that one is chosen. this works great.

my question is, how do i communicate each user choice with the main timeline after the user hits the "submit" button?  or, how do i have code under the "submit" mousedown event that can iterate through the 7 symbols to query each one and see which of the 5 SimpleButtons is "checked" or "on".  this iteration will then create a list of responses for all 7 questions.

ultimately, i will have flash concatenate a GET POST string that will send the survey results to a web server.

View 4 Replies

ActionScript 2.0 :: Way To Communicate From Timeline In Flash9 To External .as File?

Jan 7, 2007

is there a way to communicate (transfer variables) from the timeline in flash9 to an external .as file? ive tried making a movieclip symbol in flash and making a external class file for it(and then linked the 2 together) but when i try to get code from the first frame in the timeline to work with variables in the actionscript class file, it doesnt work.specificly what im trying to accomplish is a menu that i can access to change variables while my movie is playing.

View 5 Replies

ActionScript 3.0 :: Change Parent Timeline From A Button In The 'Child' Timeline

Apr 30, 2009

I am just trying to use actionscript 3.0 (Flash CS4) to change the 'Parent' timeline from a button in the 'Child' timeline

[Code]...

View 2 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 3.0 :: Movie Which Contains A Mc On The Main Timeline Using Parent

Sep 17, 2009

I have a movie which contains a mc on the main timeline. that mc has a function in it that says

[Code]....

View 2 Replies

ActionScript 3.0 :: Controlling Timeline Of Parent Movieclip?

Jan 14, 2009

I've just swiched over from FL8 to FL CS4 (3 days ago). I'm learning AS3 at the moment but am on a deadline with a project (a bit over it actualy) which uses AS3

I have a movieclip (container_mc) on the main timeline which holds all the animation and a timer (timer1_mc).When container_mc reaches frame 2 it stops and a timer (timer1_mc) starts running.When the timer finishes, container_mc should continue to the next frame.The code I have to do that (from the timer1_mc) is:

if (d> 260) {
parent.container_mc.nextFrame();
trace("blabla");[code]....

This doesn't work, it gives me the error 1119: Access of possibly undefined property container_mc through a reference with static type flash.display:DisplayObjectContainer.

View 8 Replies

ActionScript 3.0 :: Get A Loaded SWF To Control Parent Timeline?

Aug 25, 2009

I have a swf that loads an external swf. I want the external swf, (the one that was just loaded), to interact with the timeline of the swf that just loaded it. I've been trying MovieClip(root). or MovieClip(parent). but they give me errors. How should I use as3 in the external swf so that it interacts correctly with the parent?

View 3 Replies

ActionScript 3.0 :: Can't Get Button To Play The Parent Timeline

Aug 30, 2010

I can't get my button to play the parent timeline.. I can get it to alpha out the MC but not play the timeline.. grrr..

ActionScript Code:
import com.greensock.*;
import com.greensock.plugins.*;
TweenPlugin.activate([FramePlugin]);

[code]....

View 0 Replies

ActionScript 2.0 :: Timeline Control Of Child .swf From Parent

Jan 26, 2012

I have a main .swf from which I am loading a child .swf into using this code.[code] Once the .swf is loaded in though, I want to be able to use basic timeline control functions like stop(); and gotoAndPlay(); on the child .swf from the parent.

View 1 Replies

ActionScript 3.0 :: Timeline Actions Ignored When Loaded Into Parent Swf

Jan 25, 2009

If I have a movieclip in my library with some animation on the timeline and actions as well (stops, calls to other methods, etc.) and at runtime I add this clip to the display list, everything works as expected. The actions in the timeline of said clip are fired.If however, I load this file into another swf all the actions in the movieclip are ignored.Attached is a demonstration of this behavior. simply runnning Child.swf on it's own will show nothing as there is a stop on the first frame of the attached clip. However run the Shell.swf (which loads Child.swf) and you'll see the animation of the movie clip. There are no calls anywhere telling anything to start playing. What's worse, the method call further down the timeline and the stop and the end of the timeline are also ignored. Compiling these files and looking at the Output window, you'll see the trace from the method "__testCall" is never fired.Is this a bug with the Flash Player?I've had to use addFrameScript as an alternative to actually having the actions on the timeline. lame.

View 3 Replies

Getting A Button To Load Into A Targeted Frame?

Mar 9, 2009

i have a web page with 2 frames : leftFrame and mainFrame. The left frame is my menu with flash buttons - home, about, news and contact.

What i want is this : when the user hits the "contact" button, i want contact.html to load in mainFrame.i've been at it for 2 days,, searching help, tutorials, sites, everything

i've got the beggining of the script :

this.onMouseDown = function() {
getURL(contact.html target="mainFrame");
}

View 21 Replies

ActionScript 1/2 :: Make MC Look At A Targeted Location?

Dec 26, 2009

So far from a previous post i created a MC that goes to a targeted location with this AS:

import mx.transitions.Tween;
this.onMouseDown = function() {  t1 = new Tween(mc, "_x", mx.transitions.easing.None.easeNone,  mc._x, this._xmouse, 1, true);  t2 = new Tween(mc, "_y", mx.transitions.easing.None.easeNone,

[code].....

View 3 Replies

ActionScript 3.0 :: Stop Targeted Loader?

Nov 4, 2009

I'm trying to have a preLoader function (preLoadTotal) receive the first progress event from a loader, add it's bytesTotal value to the bytesTotalALL var, and immediately stop it's loading after this. I currently only have one loader triggering this function but intend to add more in order to calculate the total size of all loaders combined (bytesTotalALL).

In the following example you can see my attempt to kill the load after it's bytesTotal info is extracted but no matter what I try the loading continues. What would be the proper syntax to stop the targeted loader?

[Code]...

View 9 Replies

ActionScript 3.0 :: Manipulating The Childs Timeline (external SWF) From The Parent?

May 4, 2009

Essentially, i have loaded an external SWF (area-home.swf) w/in a MC (mc_loader) of the main SWF (base.swf). This is simple, not a problem, works like a charm. What I want to do from here is have the main SWF (base.swf) tell the external SWF (area-home.swf) to gotoAndStop at a certain frame (42). Below is the code that I have, and can't quite figure out why it won't work:

PHP Code:

var loader1:Loader=new Loader();
loader1.contentLoaderInfo.addEventListener(Event.COMPLETE, myFunction);
loader1.load(new URLRequest("area-home.swf"));

[code]...

When i trace the total frames, it does bring back the actual frame count from area-home.swf, so I know that it is communicating. It simply does not stop on the 42nd frame (even have a stop(); command on that frame in area-home.swf's timeline)

View 1 Replies

ActionScript 3.0 :: Datagrid XML Data Not Loading Into Parent Timeline?

Jul 2, 2009

I have a problem with XML data loading into a datagrid when the containing swf is loaded into another swf.
 
I am able to get this to work in other scenarios, however in this scenario it seems to be related to the menu system I am using. The menu is populated from another external XML and when a button is clicked it calls a function to load the swf containing the datagrid into the parent swf. The URL for the swf to be loaded is accessed from the menu.xml. The result is an empty data grid.
 
I have tried adding a the datagrid component to the parent swf, however this dows not solve this issue.

View 1 Replies

Professional :: Loaded SWF Runs Code On Parent Timeline?

Nov 30, 2010

I have a parent movie that contains several buttons that load several child SWF files.The parent timeline has only 1 frame, and in that frame all the ActionScript (version 3) for the parent movie is imported with a single statement:
 
include "script.as"; 

The problem is that when a child movie loads, IF the child contains ANY ActionScript calls, it also somehow runs the code in "script.as", which accesses many elements of the parent movie which are not present in the child. This produces "NULL object reference" errors which crash the script:
 
TypeError: Error #1009: Cannot access a property or method of a null object reference.If I remove all ActionScript calls from the child's timeline, then the child doesn't run the parent's code - But if place so much as a stop(); call in the child timeline, then the child runs the parent's code after being loaded in.
 
I originally wrote this script for another project, which works fine, and then copied and pasted it to this one, so I don't understand why it's not working the same way. Earlier on I suspected the trouble might be from re-saving my current project as ActionScript 3, when before this upgrade was saved as ActionScript 2. So I went back and re-created each file in fresh AS3 FLAs, but it didn't solve the problem.The child SWFs are loaded with this code from "script.as".

var ldr:Loader = new Loader();    addChild(ldr);    var url:String = "child.swf";    var urlReq:URLRequest = new URLRequest(url);    ldr.load(urlReq); 

Also in "script.as" is a simple trace call at the top of the file:
 
trace('script.as is running'); 

When de-bugging the file, the message 'script.as is running' appears in the output panel when each child SWF is loaded, which tells me that the child files are running the parent's code. Is there any way to prevent this from happening?

View 6 Replies

Flash :: Way To See Final Frame Of MovieClip From Its Parent Timeline?

Jun 9, 2011

I work on a truckload of flash banners and have progressed more into dispatching events from the final frame of a MovieClip that would contain an object (or collection of closely related objects) animating and then listening for them from the parent timeline so that I know when to continue the main animation etc.In the animation I'm working on currently, there's a car built from blocks over time (the blocks fall from the top of the banner to make up the car); this is all contained within one MovieClip (to make the resizing easier - all I'll have to do is move the entire MovieClip around).The problem is that when I place this MovieClip onto the timeline, it's represented by its first frame (which is nothing because no blocks have fallen yet). This makes it hard to work with because I can't really tell exactly where the car is going to be when the animation is done and so on.Is there a way to have the final frame of this MovieClip visible from the outer timeline?

View 3 Replies

ActionScript 3.0 :: Manipulating The Childs Timeline (external SWF) From The Parent

May 4, 2009

i have loaded an external SWF (area-home.swf) w/in a MC (mc_loader) of the main SWF (base.swf). This is simple, not a problem, works like a charm. What I want to do from here is have the main SWF (base.swf) tell the external SWF (area-home.swf) to gotoAndStop at a certain frame (42). Below is the code that I have, and can't quite figure out why it won't work:

PHP Code:

var loader1:Loader=new Loader();
loader1.contentLoaderInfo.addEventListener(Event.COMPLETE, myFunction);
loader1.load(new URLRequest("area-home.swf"));

[Code]....

When i trace the total frames, it does bring back the actual frame count from area-home.swf, so I know that it is communicating. It simply does not stop on the 42nd frame (even have a stop(); command on that frame in area-home.swf's timeline)

View 2 Replies

Actionscript 3 :: Flex - Change Targeted Id In A Function?

Apr 19, 2010

In a Flex App I have some groups of checkboxes with similar idsAt the definite moment only one group is accessible for checking

group 10
id="chkBox101"
id="chkBox102"

[code].....

View 1 Replies

ActionScript 3.0 :: Only Targeted Area To Be Working On Button?

Sep 13, 2009

I attach this flash filecontaining my folderIts basically a button.and when I move my mouse over to the helmet the speech bubble with descriptions comes up.basically I just want my helmet to be the working area.at the moment, when I move my mouse over to the where speech bubble is going to be, button works... but I only want my helmet to be the working area..so mouse over to the helmet and speech bubble comes up. not anywhere else.

View 6 Replies

ActionScript 2.0 :: Cycle Through Targeted Movieclips Via An Array?

Feb 3, 2010

I am trying to cycle through targeted movieclips via an array.The symbols are labeled as such, kali1, kali2, kali3, ...etc.What I wanted to do was to move selected movieclips to a particular frame via an array loop.Here is the code I am using and the output I get:

var col1:Array = [8,16];
for (i=0; i<col1.length ; i++){
kaliscope= "kali"+col1;[code].....

View 3 Replies

Unable To Make The Imported Buttons Control The Timeline Of The Parent?

Jan 18, 2009

I have an swf file, MyRoundButtons, which is a set of radio buttons I built (not components). It works fine, but if I import it into a parent it won't work anymore. I have to write a script to load it into a movieclip, (which I hate, because I'll have a several different swfs to assemble on my final stage. I really want to see them all on the stage together, not just at runtime.)

Even when I load it into a clip and the buttons work, however, it doesn't seem to have a separate timeline when double-clicked ,and:I can't make the imported buttons control the timeline of the parent.I defined a test function:

Code: Select allfunction goToNirvana() {gotoAndPlay("nirvana")};

Frame "nirvana," in th parent, has a Trace instruction in it.
goToNirvana works on its own in the parent. [code].....

Whether I define that function in the child, the parent, or both, the instruction won't work. Now, I'd prefer not to do the loadMovie thing at all if I can avoid it, I'd rather have fully rendered button clips onstage at authoring for me to arrange and move about, with fully independent timelines right there. But you see what I'm trying to do. I just can't get it done.

View 1 Replies







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