home *** CD-ROM | disk | FTP | other *** search
- this.onEnterFrame = function()
- {
- yuklenen = _root.getBytesLoaded();
- filmboyutu = _root.getBytesTotal();
- if(yuklenen == filmboyutu)
- {
- play();
- delete onEnterFrame;
- }
- else
- {
- bar.gotoAndStop(Math.round(yuklenen / filmboyutu * 100));
- }
- };
- stop();
-