A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Question

  1. #1
    Jolita
    Join Date
    Mar 2010
    Location
    Chicago
    Posts
    1

    Question

    Do anyone knows, how to optimize flash web page?
    J Graphics, Inc
    http://www.jolitagraphics.com/

  2. #2
    Senior Member Steven FN's Avatar
    Join Date
    Mar 2010
    Location
    CA, USA
    Posts
    276
    If your page has a lot of Actionscript, I would advise using the "Delete" function to delete onEnterFrame events.

    MovieClip.onEnterFrame = function(){
    //after statements use "delete"
    delete this.onEnterFrame;
    }

    If you use a lot of images and FLV's, compress them in the Library>Export settings.

    Hope that helps.

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