Im having a weird problem

i published an .swf of a flash file that contained some graphics and an embedded quicktime movie. it runs great. but when i import that .swf into another flash file, only the graphics show up… not the quicktime. whats the deal??

When you publish to get loaded into ANOTHER movie, remember that you have to add another level to your path.

_root.mainMovie.movieHOlder.Quicktime

instead of:

_root.movieHOlder.Quicktime

hope that makes some sense. Basically you are adding another movie. (the one that you import everything into) so you need to include that file in your loadMovie path.