ActionScript 3.0 :: Calling Function From Child To Child?

Dec 9, 2010

I have a main.swf. I have loaded two child-SWFs into it, child1.swf and child2.swf.... There´s a videoclip inside child1.swf, can I stop that video from child2.swf?

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Calling A Function From A Child?

Feb 18, 2009

I'm trying to call a public function that is in the document class from a child of a child...

ActionScript Code:
private function handlerClick(event:Event):void {
var sendID:String = event.currentTarget._id;
var sendType:String = event.currentTarget._type;
var sendPath:String = event.currentTarget._path;
var sendIndex:String = event.currentTarget._index;
this.parent.parent.navClicked(sendType, sendID, sendPath, sendIndex);
}

When I do this I get an error "Call to a possibly undefined method ' navClicked' "

I was working around trying to create a custom event by using the click in the child and calling the 'do something' function from within the class.

View 5 Replies

ActionScript 3.0 :: Calling Function From Child Swf?

Jul 19, 2010

How do you call a function within a child.swf from a parent.swf?There seems to be a load of advice for the revers

View 3 Replies

ActionScript 3.0 :: Calling A Function From Child SWF?

Jul 25, 2010

The fololowing code works:

Code:
function btnHandler(evt:MouseEvent):void
{

[code].......

View 1 Replies

ActionScript 3.0 :: Parent Calling Child Function?

May 23, 2011

May i know how to call child function(layer 2) in parent(layer 1)?
 
Layer 1 (Parent)
function changeAction():void{
changeColor();
}
 
This method will give me the error -> Call to a possibly undefined method changeColor.
 
Layer 2 (Child)
function changeColor():void{
trace("success");
}

View 4 Replies

ActionScript 3.0 :: Calling Function In Child Swf From Parent

Jul 27, 2009

I have container swf which includes navigation that loads child swfs. Each child swf is loaded then visibility is set to false. Once a child ( an image gallery actually) is loaded it is possible to jump from image to image. What Id would like to be able to do is call a "clean up" function that returns the child to its initial state when anothor nav link ( a different gallery) in the parent is clicked. But I do not know how the syntax is supposed to be written or if its even possible.

Ideally it would look something like this in the parent container swf:

ActionScript Code:
function swapSectionIdentity(e:MouseEvent):void {
setChildIndex(background_home, 0);
getChildByName("identity_mc").visible = true;

[Code]...

the behavior I am attempting to avoid is when a child swf is loaded ( an image gallery) and then the child is invoked to display a particular image in it, afterwhich a main navigation link is clicked the current gallery is set to visible = false and a new gallery is set to visible = true. But when you return to the previous gallery the last image viewed is still showing. I want to be able to reutrn to galleries inital state as it is hidden. make sense?

View 3 Replies

Actionscript 3.0 :: Calling Function In Child MovieClip?

Sep 11, 2010

Here is the simple example

//main is MovieClip on main timeline
//VideoPanel is MovieClip in the library
var theVideo:VideoPanel=new VideoPanel();
main.addChild(theVideo);

[Code].....

View 3 Replies

ActionScript 3.0 :: Child Calling Parent Function?

Mar 17, 2009

I have setup a simple video interface. The video player lives in the parent swf. The video list chooser is loaded as a child swf. In this child swf, I have some video buttons nested within two movieclips in order to facilitate the scrolling feature. I am trying to get the movie buttons to load flvs into the component flv player in the parent swf. I have declared the functions in the parent and I am trying to call them in the child:Code in the Parent:

function vid1(event:MouseEvent): void{
pubPlayer.source = 'vid1.flv';
}

[code].....

View 9 Replies

ActionScript 3.0 :: Calling A Parent Function When Child .swf Closes

Apr 14, 2010

I am adding a child .swf from the parent with a simple button. If this button is then clicked multiple times, the child is added multiple times. So I added the ".visible = false"  to the button when clicked so the button cannot be clicked while the child is open.
 
Now, there is "Close" button on the child .swf that uses "this.parent.parent.removeChild(this.parent);" and would now need to set the parent button back to ".visible = true".
 
I have tried MovieClip.parent.parent.resetButton();  and  parent as MovieClip.resetButton(); and many variations of the code. I get no errors but the code doesn't work either.

View 2 Replies

ActionScript 3.0 :: Nested Child Calling Root Parent Function ?

Jul 18, 2010

I'm switching from as2 to as3 and everything was going swimmingly with my new site until i tried to use a _root call to a function on the main timeline by a loaded movieClip that is loaded nested into 2 other movieclips. the movieClip needs to tell the _root when it's done playing so the root knows to load the next one in line through a php call. Everything works except for the _root call. In as3 there's no such thing as root anymore so I figured no big deal, i'll just find out what the new thing is and holy crap wtf! I can't figure this out!! I've read from doing stuff like custom eventLisnters (which i am trying now) and casting the root as a movieClip and then I read this whole crazy tutorial on building an event structure and the proper MVC way of coding and blah blah blah ALL I WANT TO DO is tell the _root that the loaded MC has reached the end of its timeline. Basically if it were as2 i could just go _root.loadNext(); and it would work.how to make a loaded MC talk to the _root timeline and call a funciton from there?

View 19 Replies

Actionscript 3 :: Using Events Vs. Directly Calling Parent Application Function From A Child In Flex / Flash Builder

Jun 21, 2011

If I need to call a specific function in the parent application from a child in a flex project, what's the best practice for this? Would it be to dispatch a custom event from the child and have a listener call that function? Or to directly call the function with FlexGlobals.topLevelApplication?

View 1 Replies

ActionScript 3.0 :: Multiple Buttons To Open Child Swfs Then Be Able To Close The Child From Within The Child?

Mar 25, 2009

I have a picture on the stage that has multiple items that have hotspots/links over them that should open a child swf on top of the background and show details about the items. then have a button in the child swf itself that removes the child from over the background so the user can click on another item etc.I found this code in someone's post and I am trying to modify it so that works for multiple swf files...it currently works for a single swf.I wan to pass the name of the button in front of the .swf in the URLRequest to have the same name as the instance name of the referring button. But I can't figure it out. Here is the code I am using on the stage

View 2 Replies

Actionscript 3 :: Flash Call Function In One Child Class From Another Child Class?

Dec 1, 2011

I'm trying to call a function in one child class (Circle.as) from another child class (Wedge.as). Circle.as is instantiated by the document class (Tree.as), and Wedge.as is instantiated by Circle.as. How do I do this? This is my code:

Tree.as
package com.treediagram
{
public class Tree extends MovieClip
{

[code]....

How to call a function in a Class from another Class?but it was a bit hard to follow as it relates to my problem. One of the solutions worked, but was commented as being bad form, and another did not work, so I want to make sure I structure my code properly.

View 3 Replies

Actionscript 2.0 :: Calling 2 Child In XML?

Jan 25, 2009

I have an xml file that contains 4 children of information....

Code: Select all<?xml version="1.0" encoding="ISO-8859-1"?>
<slideshow width="480" height="280" maxAngle="10>
<image url="adventures/2009/gridiron/slides/lw-1.jpg" />

[code]....

View 3 Replies

ActionScript 3.0 :: Calling Child Html From Swf?

Mar 18, 2009

Im trying to get 10 year old flash sites all linked togther and online after a long time out of the game for a job aplication deadline.

I just need my path sorting.All I need is the action scripting code to call an html document, that is in a folder within the root. I am calling from a swf embeded in html in the root. I can get a new widdow open but it doesnt find the html file.

Im using

on (release) {
getURL("/Memory/home.html", "_blank");
}

It works in html below,

<a href="Memory/home.html" target="_blank">

how do I write it in actionscript.

View 4 Replies

ActionScript 3.0 :: Calling A Child's Timelabel?

Dec 21, 2010

i got this problem that i've been facing i have 1 symbol M and M has a timeline M is a shape tween eg.star
m is made up of symbols, eg. part of the star so i get 5 different "points/ends"

[Code]...

View 2 Replies

Flash :: Fadein Child When Calling AddChild?

May 26, 2010

Everywhere I've looked has instructed me to download plugins and addons because they're "superior." I'm just looking for a simple fade in/fade out when a child is added/deleted (if fadein is all I can get, I'll take it.) Here is a function I'm calling...

[Code]...

View 2 Replies

ActionScript 3.0 :: After Calling RemoveChild(), Child Still In DiplayObjectContainer?

Dec 22, 2010

I have a DisplayObject, called myView nested in a DisplayObjectContainer called myContainer. myView is the only child of myContainer.I add a REMOVED_FROM_STAGE EventListener to myView, and call myContainer.removeChild(myView). The onRemovedFromStage Event fires for myView when it's removed from the stage, HOWEVER, myContainer still has a reference to it as a child on its display list! myContainer numChildren is still 1, and that child is still registered as myView!!! what circumstances this could be happening? I realize that there may be a reference to it somewhere causing this strangeness, but if the REMOVED_FROM_STAGE event has fired, shouldn't it follow that myView has been removed from myContainer?

View 5 Replies

ActionScript 3.0 :: Flash Calling Parent From Child

Jul 21, 2011

In my child constructor I use MovieClip(this.parent).blablabla() to retrieve info, yea I know I can pass it through the constructor, anyways I keep getting errors anytime I try to use MovieClip(this.parent) in the constructor, it gives a refrence error saying it's null.

Why doesn't that command work, is there a way around it (other than the constructor)? Is it because it's bad design? I'm calling a function that has alot of data, so I'm just passing this to the child and using the passed this data to call the parent atm, looking for a better MovieClip(this.parent) solution.

View 2 Replies

ActionScript 3.0 :: Unknown Child Calling Father?

Feb 2, 2012

I have class A and a child instance of class B: B calls a function of parent class A, and if I try to simply trace B from here (from inside the function in A) I get a null!

If I pass B as a parameter to the function in A and trace it is correctly show the class type, but tracing the B instance directly gives me a null, how can this happen?

Code:
class A Main()
gameElements = new GameElements(this);
function whatever (ga: *){

[code]...

View 3 Replies

Actionscript 3 :: Calling Specific Child - Shows Pins On A Map

Nov 5, 2010

I am making a small program which shows pins on a map. The information about the pin comes from XML file including price. When a price button is clicked, lets say $900, only the pin with 900 needs to enlarge. All the pins are store inside a pinContainer_mc (blank container to put all the pins) Pin heretics pin class which has enlarge method.

[Code]....

View 1 Replies

Actionscript 3.0 :: Calling Functions Between Parent & Child SWF [FLA Included]?

Mar 29, 2010

I have uploaded a ZIP file that includes the following files:

- main.fla

- child.fla

You can download to review my code (very small 16kb): http:[url]...........This simple example has a main SWF file that loads a child SWF using the dynamic loader method. Below is the code in the main.fla file:

Code: Select all/*
MAIN SW
*/
import flash.net.URLRequest;[code]........

how do I get both parent and child SWFs to communicate with each other dynamically (to be able to call functions from each other, or pass variables)?

View 1 Replies

ActionScript 3.0 :: Child Calling Parent - How To Avoid Overlapping On Screen

Dec 9, 2009

I am a Flash MX user, I have three files named PARENT.SWF, CHILD.SWF, and CHILD2.SWF. The PARENT.swf loads the CHILD.SWF, The CHILD.SWF loads, then the file CHILD.SWF loads another swf file: CHILD2.SWF

Now my question is: How can the file CHILD.SWF unloads itself to avoid overlapping with CHILD2.SWF on the screen. I try the command: removeChild(CHILD); from CHILD.SWF but it doesn't. work.

View 3 Replies

Flex :: SWFLoader - Child Apps Couldn't Access Certain Objects That Were Instantiated By Another Child App?

Aug 23, 2010

i have problem with swfLoader in flex, when i close following code in click method i can easly add many swf to main application

<mx:VBox id="content" width="100%" height="100%" ></mx:VBox>
public function doIT():void
{[code]....

when i close adding those swfs in loop i have the same error, it looks like child apps couldn't access certain objects that were instantiated by another child app, so what can i do?

View 1 Replies

ActionScript 3.0 :: Can't Swap Child For New Class Instance IF Child Is Exported For Action Script?

Aug 18, 2010

I have a movieClip with one frame on the timeline containing one child whose instance name is "myContent"I am using this function to swap "myContent" with any number of possible class instances.

Code:
function setContentAsClass(c:Class)
{

[code].....

View 2 Replies

ActionScript 3.0 :: Flash Selecting A Specific Child By Mouseclick, Turning Off A Child Within All Non Selected?

Mar 19, 2011

I've used this site as a resource leading up to this, not particularly sure if I worded this correctly I have a class "Block" which is just a square (will be something else later on in the process) I want each block to have controls to add an additional block in either direction so I have another class BlockButtons which has my buttons for each direction.

And another class GlobalVar where I keep all my variables for funsies

[Code]...

View 1 Replies

Flex :: ViewStack.addChild Adding Multiple Child And Only The Last Child Is Visible?

Mar 10, 2010

var viewStack:ViewStack = new ViewStack();
viewStack.percentWidth = 100;
viewStack.percentHeight = 100;

[Code]....

Its only displaying canVas3 contents not canVas1 and canVas2

View 1 Replies

Flex :: Viewstack - Navigate To The Second Child During Onclick Of A Button Present In The Second Child?

May 10, 2010

I have a component mxml file in which i have a view stack, on click of a button i navigate to the first child, now i need to navigate to the second child during onclick of a button present in the second child. All the childs are component files included within the view stack. How could this be done, Sample code is present below,

[code]...

Now in my offering.mxml file if i try to access navigationViewStack i am getting an error stating 'Access of undefined property navigationViewStack.

View 3 Replies

ActionScript 3.0 :: Access Child Vars/functions Without Adding Code To Child?

Mar 11, 2010

I've seen some discussion on how to load a child swf using swfLoader and accessing it's variables but I am wondering if it is possible to do this without adding any code to the child swf.Either accessing public vars or listening for funciton calls would work fine

View 2 Replies

Actionscript 3 :: Remove A Child At A Point - Error #2025: The Supplied DisplayObject Must Be A Child Of The Caller

Dec 14, 2010

i'm new to AS3 and i was wondering what is the best way to remove a child at a point. i tried Holder.removeChild(Holder.getObjectsUnderPoint(new Point(exampleX, exampleY))[0]); however that returned ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

View 2 Replies







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