Groups | Blog | Home
all groups > flash actionscript > june 2004 >

flash actionscript : moviecliploader problems



hmccorm2
6/8/2004 7:55:17 PM
having a difficult time getting the moviecliploader class to behave please let
me know what might be wrong with the code below



myMCL = new MovieClipLoader();
myListener = new Object();
myListener.onLoadStart = function() {
trace("loadstart");
loadProgess = myMCL.getProgress();
trace(loadProgress.bytesloaded);
}
myMCL.addListener(myListener);
myMCL.loadClip("slideshow_images/Cory_Schlesinger_OTA1.jpg",
picFrame.targetFrame);
hmccorm2
6/10/2004 7:12:33 PM
miker NO[at]SPAM era.on.ca
6/29/2004 11:07:30 AM
[quoted text, click to view]

Ummmm.. i've been having the same problem. getProgress keeps returning
0 bytes for total bytes when called from onLoadStart

in the example above specifically the problem is that bytesLoaded has
a non-capital "l" i.e bytesloaded

however, this doesn't help me.. ;)


Peace,
miker NO[at]SPAM era.on.ca
6/29/2004 11:11:44 AM
[quoted text, click to view]

oh and


myListener.onLoadStart = function(targetMC)
{
loadProgess = myMCL.getProgress(targetMC);
}



AddThis Social Bookmark Button