[FONT=Tahoma]Hi,
I have a problem, and i don’t understand why…
I have a main movie, where i load other movie with loadMovie.
btn1.onRelease = function () {
loadMovie ("fhome.swf", "home");
unloadMovie ("gute");
unloadMovie ("stuff");
unloadMovie ("club");
};
//===================================
btn2.onRelease = function () {
loadMovie ("fclub.swf", "club");
unloadMovie ("gute");
unloadMovie ("stuff");
unloadMovie ("home");
};
In fhome.swf i just load some text.(this is displayed very well).
But in fclub.swf i have a dataGrid that loads a XML file(with cellRenderer API).
When i’m testing on my computer(hit ctrl+enter in flash,in index.fla) the fclub.swf it is loaded and showen, BUT when i put everything on localhost and i enter the site the fclub.swf it’s not loading!
Can somebody help me with this?
Thanks in advance, Tiberiu.
[/FONT]