Hi list,

I`m flabbergasted....I`m loading in a game.swf in another swf and then the
game.swf needs to do a callback.....when I try this in the flash IDE
(<CTRL><ENTER>) it works and i get the following traces:


> this = _level0.questionBar_mc.game_mc.instance48
> this._parent = _level0.questionBar_mc.game_mc
> this._parent._parent = _level0.questionBar_mc

it is doing a callback by calling a function in questionBar_mc.

Now the weird part............If i publish to html and view it in firefox
(togehter with the lovely flashtracer tool from sephiroth.it)

I cant get to reach the function for the callback and i get this trace:

this = _level0.questionBar_mc.game_mc.instance50
> this._parent = _level0.questionBar_mc.game_mc
> this._parent._parent = undefined

I find it so weird it traces "this" and "this._parent" ok, but then  the
"this._parent._parent" trace undefined.....

can anybody give any clues by looking at this code?

thanx a lot!

Wouter
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to