|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
....Preloader is not working....
hello
hope all you will fine i have developed a flash web site which have 4 scene mostly scene have movie clip i used their below preloader but that is not working right please anybody let me know what problem in that loader, ********for first frame********* loadedfilm=_root.getBytesLoaded(); total=_root.getBytesTotal(); percentage = Math.round ((loadedfilm/total)*100 ); bar._xscale = percentage; per=percentage; ********for second frame****** if (loadedfilm == total) { gotoAndPlay("Scene 2", 1); } else { gotoAndPlay("1"); } Regards, Faisal |
|
#2
|
|||
|
|||
|
Hi, a recent post had the exact same problem with what appears to be the same example. Try out the search at the top right of the screen to find their q&a.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > ....Preloader is not working.... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|