This content has been marked as final.
Show 3 replies
-
1. Re: How can I pause a nested timeline in a loaded swf?
.:}x-=V!P=-x{:. Sep 11, 2007 11:31 AM (in response to OrlandoJetset)to access each MC you need to have instance names for each and use those names to access them. -
2. Re: How can I pause a nested timeline in a loaded swf?
OrlandoJetset Sep 12, 2007 6:04 AM (in response to .:}x-=V!P=-x{:.)Yes, I am aware of that - everything is set up to work...all that doesnt work is that the shell needs to be able to tell whatever is loaded inside of blankclip_mc (placeholder) to stop playing until the button is pressed again. Easy to do if the loaded swf in blankclip_mc has only one timeline. But if the loaded swf is one frame long (on main timeline) and everything happens one level lower, it doesnt work. I tried to access it by OOP methods (mc.mc.mc) but it wont respond. I wonder if this is because the shell is exported as Flash 6 (AS 2)? -
3. Re: How can I pause a nested timeline in a loaded swf?
Newsgroup_User Sep 12, 2007 6:37 AM (in response to .:}x-=V!P=-x{:.)same answer still spplies. make sure you first target the level or holder your external SWF resides,
then the instance name of the MC and tell it what to do.
Chris Georgenes
Adobe Community Expert
www.mudbubble.com
www.keyframer.com
www.howtocheatinflash.com
OrlandoJetset wrote:
> Yes, I am aware of that - everything is set up to work...all that doesnt work
> is that the shell needs to be able to tell whatever is loaded inside of
> blankclip_mc (placeholder) to stop playing until the button is pressed again.
> Easy to do if the loaded swf in blankclip_mc has only one timeline. But if the
> loaded swf is one frame long (on main timeline) and everything happens one
> level lower, it doesnt work. I tried to access it by OOP methods (mc.mc.mc) but
> it wont respond. I wonder if this is because the shell is exported as Flash 6
> (AS 2)?
>


