Hi Karl,
I would say
quote_mc.close_btn.gotoAndPlay("close"); works from the time line of stage_mc stage_mc.quote_mc.close_btn.gotoAndPlay("close"); works from the main time line
HTH
Willem van den Goorbergh

On 3-aug-2009, at 9:52, Karl DeSaulniers wrote:

Hello all,
Quick question. I have a swf loaded into a movieclip on another swf

we'll say Movie1 and Movie2

and I have to use the link reference that starts in Movie1.. kinda weird, but it wouldn't work any other way. I end up having to write the path to the button like this:
Eg:
_root.stage_mc.quote_mc.close_btn.gotoAndPlay("close");

Where "_root.stage_mc" is in Movie1 and ".quote_mc.close_btn" is inside Movie2 swf.
_root.stage_mc is what Movie2 is loaded into.

Am I missing something here? Shouldn't the button in Movie2 work with a relative path?
Eg:
this.quote_mc.close_btn.gotoAndPlay("close");

?
Perplexedly yours,

Karl DeSaulniers
Design Drumm
http://designdrumm.com

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Geografiek is a Dutch, Utrecht-based map and chart design company.
Willem van den Goorbergh can be contacted by telephone: (+31) 30-2719512 or cell phone: (+31)6-26372378
or by fax: (+31)302719687
snail mail: Hooghiemstraplein 89 3514 AX UTRECHT
Visit our website at: http://www.geografiek.nl
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to