Hi,

I am new to Flash, and I am trying to make this website, which has separate files for different screen resolutions. I am using a first.swf file to load the right file, depending on the screen resolution. I have placed a loader on the frame like this:

Code:
_root.loadMovie("filename.swf", mcholder);

loadingbar.onEnterFrame = function() {
kBytesLoaded = this._parent.mcholder.getBytesLoaded()
...