Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 349228502

    preloader problems

    I send you the .fla I can't explane me better...
  2. 349228502

    preloader problems

    after preloading the .swf start to view the movie but it's not complete!it shows just some movie clip simbols jumping everything else...
  3. 349228502

    preloader problems

    I've written this action script in my preloader: loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); loadedkbytes = Math.ceil(loadedbytes/1000); totalkbytes = Math.ceil(totalbytes/1000); if (loadedbytes == totalbytes) { nextScene (); } frame = int(loadedbytes/(totalbytes/100))...

Part and Inventory Search

Back
Top