:confused;
Hi. I need your help, this is very important for me.
I have a movie call data.swf. This has a symbol call "Form_Edit" in the
library. Data.swf use this symbol in this way:
var myWindow = mx.managers.PopUpManager.createPopUp(this,mx.containers.Window,
true, { contentPath:"Form_Edit"});
When I running data.swf the "Form_Edit" symbol appear in the Windows Component
which is normal.
When I load data.swf into another movie (main.swf) with loadMovie also every
thing work wel.
loadMovie("data2.swf",_root);
But, when I add an "Loader component" to main.swf and I set it to load
"data.swf" it load the movie, the Window component is showed but it can not
show "Form_Edit" symbol, appear empty. Flash show the error: "Error opening
URL: "file:///..../Form_Edit"" .
"Form_Edit" it is not another .swf, it is a symbol inside data.swf library.
It is not a problem of "Sharing Library" because by using "loadMovie" every
thing works. I test "From_Edit" as "Expor for rum time" and I got the same
problem.
Thank you for you help.