Tagged Questions

0
votes
2answers
65 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
1answer
292 views

Flex Actionscript project swf is not working after export the release build

I tried to built a project with AS3 only in Flex. When I run the project in flex, everything looks fine, but when I export the release build, the images that are supposed to be added are gone. I ...
0
votes
5answers
21k views

Actionscript 3, addChild from library then access it's children by instance names

So I successfully added a movie clip from the library using addChild(), but now I want to access some movieclips that were in that dynamically added movieclip. I've used standard dot notation and ...