Tagged Questions
The addchild tag has no wiki summary.
4
votes
4answers
11k views
Adobe Flash Builder (flex4): addChild() is not available in this class.
I want to load an swf into a flex 4 application in order to use its classes.
var ldr:Loader=new Loader();
ldr.load(new URLRequest("file://path/to/fileswf"));
...
3
votes
2answers
40 views
mouseChildren = false not working very well for me
Happy new year btw !
I want to separate event handling from a container and it child. So as you can see, my source code is very simple :
package {
import flash.display.Sprite;
import ...
3
votes
1answer
1k views
when to use addChildViewController vs pushViewController
I just watched a 2011 WWDC presentation on "Implementing UIViewController Containment" (here's a link to the video)
They mentioned both of these ways of adding viewControllers to the screen, and I ...
3
votes
5answers
140 views
php - adding elements to other elements
I have been using .net for the past couple of years, and I like the way you can add controls at any point in the page from anywhere. For example, you can say Head.Controls.add(new LiteralControl("")) ...
3
votes
1answer
1k views
Variable addChild is not defined?
i have a problem using AS3 - Flash CS3 gives me this Error message: Error #1065: Variable addChild is not defined.
Any ideas what's wrong?
This is my code:
package coa.application{
import ...
2
votes
2answers
360 views
Flash AS3 dynamically added children . Problem with naming them and calling each separated
I need to access each children after i dynamically added them to the stage , but i`m having problems figuring out how .
On click it adds the image to the stage , and I need to make them glow one at a ...
2
votes
5answers
833 views
Getting error when using the removeChild method
Happy Pre-Halloween everyone :)
My issue today is a DisplayObject error I'm getting when remove a child object. I have code that will launch(addChild) a video container and video controls as well as ...
2
votes
2answers
452 views
Access of undefined property for timeline addChild code :(
I'm trying to do a simple test to figure out another bug, but I'm getting Access of undefined property tsLogo for addChild(tsLogo);
I don't get it because this is simple timeline code on the first ...
1
vote
1answer
82 views
Actionscript3.0 addChild removeChild XML
I dont know if for my problem addChild and removeChild method is what i exactly need but as i read around the web that's the technique i need to work with.
This is my Xml file:
<projects>
...
1
vote
1answer
89 views
add image as child of a CC3Node
I'm using Cocos3D.
There i've a list of different CC3Nodes. I want to put an image next to each of it.
My problem is: how to create a new CC3Node and add it as a Child.
1
vote
1answer
49 views
simple xml add namespaced child
I'm using SimpleXML to create an RSS feed for Google Products and I want to create a namespaced child but when I do for example
$item->addChild('g:id', 'myid');
it adds
...
1
vote
1answer
1k views
AS3 Change textfield inside movieclip added from libray
I'm trying to do the following:
I have an empty movieClip in my stage called zonaCentral_mc. I use a function that has this code:
zonaCentral_DescripcionProceso = new ...
1
vote
0answers
278 views
Flash 9 full-screen addChild error
I am having issues with Flash 9 player while in full-screen mode. In my case addChild method of DisplayObject behavior is wired while "Press Esc to exit full screen mode" is shown. There are no ...
1
vote
1answer
513 views
PHP SimpleXML->addChild - unwanted empty namespace attribute
I'm attempting to use SimpleXML's addChild method of the SimpleXMLElement (actually a SimpleXMLIterator which is a subclass of SimpleXMLElement) to add child elements.
My problem is that the source ...
1
vote
3answers
79 views
flash as3: can children not run their own actionscript?
I thought I was being slick by having movieclips that I export for actionscript and then addChild later. I've made this one movieclip that loads html text through as, and it works fine when I drag it ...
1
vote
1answer
196 views
What does mx:target do in Flex 3?
There is an example on Adobe livedocs for using states:
<!-- Define one view state, in addition to the base state.-->
<mx:states>
<mx:State name="Register">
...
1
vote
2answers
2k views
Can an AS2 swf be loaded into an AS3 swf? How can I add this to the stage and interact with it from As3 swf?
I am trying to load a swf written in AS2 into an AS3 swf - using Loader class and listening for Event.COMPLETE. in my onCompleteHandler function i want to add this to the stage so Im trying -
...
0
votes
0answers
16 views
Flex: Adding tabs with Actionscript to TabNavigator => not displayed
in the ModelLocator (singleton according to Cairngrom) I do create an instance of a TabNavigator:
public var tabNavEngTypeDet:TabNavigator = new TabNavigator();
public var tabNavEngDet:TabNavigator = ...
0
votes
2answers
46 views
AS3 Removechild Addchild issue/error
I have been looking for an answer for hours:
My program:
Step I) When I click on a button, it displays a bitmap through addchild;
Step II) When I click on another button, it should remove the bitmap ...
0
votes
0answers
5 views
How to use mx:Grid with mx:States
How can i use states in conjunction with grid component in flex 3? When i use something like that it doesn't have 100% witdh or height even i set them to 100%. Is there any flexible way that i can ...
0
votes
2answers
45 views
AS3 addChild(). Stack Overflow error
I'm having problems with addChild() from a class.
I have a Ball class:
package {
import flash.display.Sprite;
import flash.display.MovieClip;
import flash.events.*;
import Achievement;
public class ...
0
votes
1answer
33 views
Need help understanding AddChild Method
Question: I want to know why I have to add an addChild to both my document class and the External Class in order for my scoreBoard movie clip that I have properly linked from my library to appear on ...
0
votes
0answers
17 views
TypeError: Error #1009 When adding complete game as MC to stage
I'm currentyl working on a game and am in the process of creating a "play game" screen and a "game over" screen. I was told that the easiest way to do this, is to add the entire game in to a new MC, ...
0
votes
0answers
39 views
flex4 UIcomponent and addChild(sprite) in a mxml file
I have worked on this for hours, but have not found any way to add a sprite to uicomponent element on a mxml file. This program runs without error messages, only a blank page. Very weird. Any help ...
0
votes
2answers
317 views
addChildViewController and remove it
In my project's main ViewController, once users of the app click the "Start" button, I add the next view to the screen:
UIViewController *nextController = [[GamePlayViewController alloc] ...
0
votes
0answers
35 views
Unloading SWF file AS3
I need to load a SWF file to my main movie and unload it on frame 2. I was able to add the SWF file but I am having trouble removing it on frame 2. Ill appreciate if anyone could help me out on this ...
0
votes
1answer
69 views
Dojo AccordionContainer.addChild doesn't work for more than 2 children
I want to add programatically 4 children to dijit.layout.AccordionContainer. The script runs with no errors, but it only adds 2 children, no matter how I try to achieve this. From my debug using ...
0
votes
2answers
54 views
AS3 addChild with TextFields only showing the last one added
I'm building a Facebook client in actionscript, and I'm running into a problem. I have this block of code:
var loader:URLLoader = URLLoader(event.target);
var feedResponse:String = ...
0
votes
2answers
131 views
addChild(); - Adding a movieclip to a frame in AS3
I am trying to create a function which adds a text box (a blue rectangle) and a textfield on the box. I have a class in the library named textBox, no external classes used.
I started actionscript 3 ...
0
votes
2answers
55 views
addChild is overlaying a MovieClip on the Stage
How do I make sure that a movie clip that starts on the stage has a higher zindex then when I addChild and add a linked movieClip from the library.
Really my code is pretty simple
background_image ...
0
votes
1answer
111 views
addChild custom class AS3
This is the class I am trying instantiate into my main class:
public class Character extends Sprite {
[Embed(source='../lib/front1.svg')]
private var front1Class:Class;
private var ...
0
votes
1answer
120 views
Cocos2D addChild behaviour
I'm confused with the addChild: behavior in Cocos2D, because of the following:
I have a CCNode subclass that owns a CCSprite and a Box2DBody.
Im the -init method of this subclass, i add the sprite to ...
0
votes
1answer
78 views
Delphi Prism : Replacement for TreeView AddchildObject function
I am in the process of migrating software for win32 to .NET and currently working with TreeView control in Delphi Prism. So far I am able to add parent nodes and child nodes to the TreeView. However, ...
0
votes
2answers
213 views
Force screen redraw other than using removeChild() and then addChild() to get image to update?
Here's some code I created as an answer to another question. It pulls a library item out of the library and puts it on stage programmatically. No big deal, except that in order to get the image ...
0
votes
2answers
232 views
Flex 4 UIComponent width and height remains zero after addChild is called
I have a component ObjectHolder which extends UIComponent that holds many children UIComponents. However, after using addChild() to add these children to ObjectHolder, its width and height remain ...
0
votes
0answers
73 views
addChild(mc) doesnt appear, if mc has an own class definition
this is my first question on stackoverflow! :)
I'm trying to add a MovieClip from the library to the stage with an external class definition. Let me explain:
I drew a green box in Flash CS5 and ...
0
votes
4answers
342 views
AS3 stage.addChild / stage.removeChild << Must be child of caller
If im usin function to add a mc to the stage like so:
var myChild:MC= new MC();
function somefunc()
{
stage.addChild(myMC)
}
but when I try to remove the mc by:
stage.removeChild(myMC)
I get ...
0
votes
2answers
125 views
Flash removeChild after few seconds
I'm new on Flash, i don't know if it possible, but i'm adding a random movieclip to the stage, using addChild, and i need to remove them after 10 seconds...how can i do this using removeChild?
...
0
votes
1answer
86 views
How to add an element to an array inside a SimpleXMLElement Object
I have this object parsed using SimpleXML:
SimpleXMLElement Object
(
[contact] => SimpleXMLElement Object
(
[name] => Some guy
[number] => **********
)
[messages] ...
0
votes
2answers
162 views
Actionscript 3, addChild to stage and addEventListener not working together
I just wanna add an image from my library on the stage and have an event listener on it so when i click on it, it will do something. imgFromMyLib is already set to the image i want from my library. ...
0
votes
2answers
228 views
unload dynamically loaded swf after displaying it AS3
I am doing a presentation on which I need to use a lot of video clips. I load all these videos dynamically using Loader. I use a code snippet like this:
var req:URLRequest = new ...
0
votes
0answers
48 views
can I add same ccspirit object after remove it?
I have total 20 images in NSMutableArray of ccspirit objects, and I want to show them on screen moving moving upward, I add them to as [self addChild:p] as below
-(void) callMethod {
static int x = ...
0
votes
3answers
231 views
Overriding addChild() at root?
I've seen methods for overriding addChild inside of movieclips, but can you do it at the upper-most root level? As in, overriding it on the main timeline.
0
votes
2answers
186 views
ActionScript AddChild to Stage from Class
I am trying to add an object to my main stage via the addChild() method. Normally, when working within the FLA itself, using addChild(myObject) works just fine. However, it does not work within an ...
0
votes
1answer
470 views
ActionScript 3.0 loading an external image into a container movieclip?
I am new to AS3 and I need some help with the Senocular Transform Tool (AS3 version)
I'm having trouble with loading in an external image such that I can transform with the Senocular Transform Tool ...
0
votes
2answers
242 views
AS3: Detecting when an object gets added to a movieclip
Alright, so I'm trying to figure out when a child is added to a movieclip "x", and handling/detouring this operation from withing this "x" movieclip.
I tried overriding addChild and addChildAt at ...
0
votes
2answers
224 views
Accessing an instance in a dynamically added MC
I've added a movie clip dynamically using the following code:
var apie=new cPie()
apie.x=100
apie.y=100
stage.addChild(apie)
I now have a pie on my stage. Yum. Assuming this works like a movie clip ...
0
votes
1answer
266 views
cocos2d: alloc ccsprite memory 4MB, adding as child to scenes mem=11MB
i have started with helloworld template.
added some menu and started performance tool->allocation.
result: 1.9MB
ok, so the empty scene is 2MB
now added instance variable ccsprite initialized with an ...
0
votes
1answer
516 views
TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer/addChild()
Created a button, now tried to add it to the screen and im getting this error. The code for the button is -
private function submitButton():void {
submit_button=new SimpleButton();
...
0
votes
2answers
127 views
this[String] can't be added into a MovieClip
Lets say I have a MovieClip called "Box", and "String" is actually 'box' just that its not a MovieClip
The problem I'm facing now is I can't use something like circle.addChild(this[String])
I've ...