hello
i have 2 swf’s files:
external.swf (include sound for some movieclip inside)
container.swf
i am trying to load external.swf to my container
it work, but without sound…
the code in container swf is :
loadMovieNum(“external.swf”,1);
…
if i change the num to 0 --> it’s work with sound but…
loadMovieNum(“external.swf”,0);
but it override my container.swf code - all the rest of the code in container.swf will not execute…
what you suggest me to do to solve this problem.
thank you @@!