A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: testing of flash player limit ?

  1. #1
    Junior Member
    Join Date
    Dec 2004
    Posts
    5

    testing of flash player limit ?

    Hi,
    does anyone wrote a fla with swf or any of these file on testing how fast does flash player takes to do some calculation ? or doing some loops , to see how much time does it take to perform.

    Thanks, any kind soul ?
    ch~

  2. #2
    Senior Mender trionik's Avatar
    Join Date
    Nov 2000
    Location
    Montréal,Canada
    Posts
    1,077
    this.startTime = getTimer();

    //do your thing here

    this.endTime = getTimer()
    trace((this.endTime-this.startTime)/1000)

  3. #3
    Junior Member
    Join Date
    Dec 2004
    Posts
    5
    Originally posted by trionik
    this.startTime = getTimer();

    //do your thing here

    this.endTime = getTimer()
    trace((this.endTime-this.startTime)/1000)
    Thanks lot~ I have tried it. It works!!! Your effort is very much appreciated~
    Merry Christmas! HO HO HO

    Cheers!
    ch~

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center