A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] Reducing Lags in Website

  1. #1
    XRave tongxn's Avatar
    Join Date
    Apr 2005
    Location
    Somewhere near Here
    Posts
    870

    [F8] Reducing Lags in Website

    I'm making my homepage as usual, then i tested it... And it surprised me how much this 30 fps movie slowed down.
    Here are the features:
    • A clock
    • a mouse imposer
    • a snowflake which detonates from the mouse when the mouse moved
    • some buttons with attachMovie()linkages
    • a logo which is a 40 framebyframe animation (3D)
    pretty much it really.
    The real thing that slows the system down is the snowflake detonation. But i dont want to loose the effect. what can I do to speed up this thing without loosing quality?
    Thanks!
    Tongxn
    When you actually know what "OMG I have so much homework!" means, you won't want to be me.
    Xrave

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,755
    as usualy.. any un-need 'running' code will do it.

    ie: a bunch of running:

    onEnterFrame & onClipEvent(enterFrame) codes just running when not needing to.

    multiple motion tweens will also do this.

    complex 3D animations can also do this.. and most likely they are motion/frame animations.

    how big is the .SWF when published?

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