DboG
08-26-2004, 10:26 PM
I've searched and haven't found anything on this, so forgive me if this has been addressed:
I'm using the loader and progress bar components to create a pre-loader for an external .swf file. The .swf file containing the loader is the same size as the .swf it loads.
However, when the content loads, it seems to be misaligned, and loads about 10 pixels down, with the bottom running out of the loader boundaries. If you refresh the browser, it sometimes reloads with the content in the right position, but I need it to do so when it first loads.
My loading code is straightforward:
loader.contentPath = "content.swf";
pBar.source = loader;
loader.load();
Am I missing anything, or is there something I can do to ensure correct loading position every time? Thanks.
I'm using the loader and progress bar components to create a pre-loader for an external .swf file. The .swf file containing the loader is the same size as the .swf it loads.
However, when the content loads, it seems to be misaligned, and loads about 10 pixels down, with the bottom running out of the loader boundaries. If you refresh the browser, it sometimes reloads with the content in the right position, but I need it to do so when it first loads.
My loading code is straightforward:
loader.contentPath = "content.swf";
pBar.source = loader;
loader.load();
Am I missing anything, or is there something I can do to ensure correct loading position every time? Thanks.