fishtank
April 28th, 2003, 02:22 PM
i want to load a swf in a MC called frame and want to display the load progress of the loaded swf.
i tried sth like that:
loadMovie("test.swf",_root.frame);
so_far=_root.frame.getBytesLoaded();
total=_root.frame.getBytesTotal();
... it doesnt work.
please help me
i tried sth like that:
loadMovie("test.swf",_root.frame);
so_far=_root.frame.getBytesLoaded();
total=_root.frame.getBytesTotal();
... it doesnt work.
please help me