Skip to main content
Inspiring
April 5, 2007
Question

attachMovie in a parent Movie does not work

  • April 5, 2007
  • 2 replies
  • 318 views
Hi
Simple question, but I didn't find the way to do this. I have a clip named Clip1 for this exemple. This Clip1 load an external Clip2. Then when I click a btn in the Clip2 I want to attach a clip that reside in the Clip2 Library to the Clip1 root.

That does not work. Any idea to do that.
Linked clip can't be in the Clip1 library
This topic has been closed for replies.

2 replies

kglad
Community Expert
Community Expert
April 5, 2007
check shared library assets.
Inspiring
April 5, 2007
You are making your life so complicated. Why not put everything into one file?
NixyAuthor
Inspiring
April 5, 2007
Every section is a separate file. It's not complicated, just the best way to work. Imagine if there are 20 different sections. You can't have just one file and load all at start. The user should wait several minutes before the site load completely. So the Clip1 and Clip2 are just a simple example of what I need.

Any Idea to do that