my problem is simple...
my preloader works when previewed or viewed in a web browser...
however - once the loadMovie function is used on this file the preloader simply does not animate but is in a 100% state for the duration of the loading process.
this is the main movie - and when you click the portfolio button the preloader should kick in. it does not however...
the code i am using for my preloader is this on frame 2.
if (_root.getBytesTotal() != _root.getBytesLoaded()){
gotoAndPlay(1);
}
mybar._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*120;
mybar is a movieclip that is 120px long
my preloader works when previewed or viewed in a web browser...
however - once the loadMovie function is used on this file the preloader simply does not animate but is in a 100% state for the duration of the loading process.
this is the main movie - and when you click the portfolio button the preloader should kick in. it does not however...
the code i am using for my preloader is this on frame 2.
if (_root.getBytesTotal() != _root.getBytesLoaded()){
gotoAndPlay(1);
}
mybar._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*120;
mybar is a movieclip that is 120px long