Anders

Unregistered less info
157 reputation
17
bio website
location
age
visits member for 3 years, 3 months
seen Aug 12 '10 at 7:45
stats profile views 7

Mar
6
awarded  Popular Question
Nov
21
awarded  Notable Question
Oct
26
awarded  Nice Question
Jun
29
awarded  Popular Question
Apr
2
awarded  Popular Question
Aug
6
accepted Retrieve only static fields declared in Java class
Aug
6
asked Retrieve only static fields declared in Java class
May
5
comment AS3: How can I require a method argument to implement multiple interfaces?
Added specifics of what I'm trying to do as you suggested
May
5
revised AS3: How can I require a method argument to implement multiple interfaces?
Added specifics of what I'm trying to do, as suggested by Juan Pablo Califano
May
4
revised AS3: How can I require a method argument to implement multiple interfaces?
deleted 3 characters in body
May
4
asked AS3: How can I require a method argument to implement multiple interfaces?
Apr
27
revised flash.display.Loader blocks on load in release build
added 188 characters in body
Apr
26
asked flash.display.Loader blocks on load in release build
Mar
26
revised Let system time determine animation speed, not program FPS
added 4 characters in body
Mar
26
asked Let system time determine animation speed, not program FPS
Mar
2
accepted Accessing a Clip Inside Another Clip in a Loaded SWF-File
Mar
2
comment Accessing a Clip Inside Another Clip in a Loaded SWF-File
Thanks for the help. I solved it setting CardGraphics to be exported as a class in Flash CS4 and publishing to a swc-file. That way I can skip using 'Embed' and simply create an instance of CardGraphics direcly. The CardValueImage clip appears as a property of CardGraphics and I can call gotoAndStop like so: var cg:CardGraphics = new CardGraphics; cg.CardValueImage.gotoAndStop(...);
Mar
2
comment Accessing a Clip Inside Another Clip in a Loaded SWF-File
I'm afraid the only child the clip has is a Loader object.
Mar
1
asked Accessing a Clip Inside Another Clip in a Loaded SWF-File
Feb
17
awarded  Scholar