09/10/2018, 22:49
Code php của loading
Các bạn cho mình xin code loading của trang web http://www.cecvn.com nha.
--------------------
Mình là thành viên mới, xin chào các bạn!
--------------------
Mình là thành viên mới, xin chào các bạn!
Bài liên quan





Sorry. Đính chính lại là Flash
http://wprondd.new.fr
Cái bác Endal này quảng cáo như rươi ấy
1.Create a dynamic text box in the first frame,choose font,color font etc... 2.select it and give like instance a name to it dynam 3.Right click on the first frame and click actions In the actions, paste this code CODE percent = Math.floor(getBytesLoaded()/getBytesTotal()*100); dynam.text = percent+"% is loaded"; 4.Right click on te 2nd frame and choose the insert blank keyframe 5. right click on the 2nd frame and click actions in the actions box paste this code CODE if (percent == 100) { gotoAndPlay(3); } else { gotoAndPlay(1); } 6. right click on the 3rd frame and choose insert blank keyframe 7. right click on the 3rd frame and click actions Paste this code in the actions box CODE gotoAndStop("Scene 2", 1); I'll post an example soon,sorry for not posting right away. I got some weird problems with FLASH MX 2004 and cannot open it now(catastrophic failure ) untill i fix it...