hi,
i’ve made a flash appl. (thx to JOHNMARTIN!) but it works only with IExplorer. It doesn’t work correctly with Netscape or Opera. The only code I use it
loader.autoLoad = false;
loader.contentPath = "image_to_load.swf";
pBar.source = loader;
loader.load();
pBar.complete = function() {
this._visible = false;
};
Somebody knows the answer to this problem?
Thx,
Dorian