CF Flash Forms - code exceeds the 64K byte limit error

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default CF Flash Forms - code exceeds the 64K byte limit error

    In my form I am getting the error:

    A function in the code exceeds the 64K byte limit (actual size = '65801').
    Since the problem occurs in the compiler-generated deferred instantiation code,
    please refactor/componentize portions of this document.

    My form has 4 tabs and isn't really all that big - what is the best way to go
    about reducing the file size to avoid this error??

    chebultz Guest

  2. Similar Questions and Discussions

    1. Error Compiling flash forms
      Hi, I'm currently experiencing a problem when compiling flash forms: Error /Copyoftest2.cfm:-1 macromedia.css.LocatorParser Error...
    2. Odd error with flash forms (CFMX7)
      Could you please let me know you figured that out..i have searching now for a while and i cant find it
    3. The illustration exceeds an implementation limit.
      I posted this yesterday on the windoze side... I worked for a good hour on a native .ai file in AIv9.0 in WinXP, saving often, then closed it and...
    4. Flash movie exceeds 256k and wont load
      im a newbie at this and need some help i have tried to make multiple flash movies for my site but if they are over about 250k they wont load. This...
    5. [Rite] Byte-Code Compiler in Ruby
      Hi, I am fascinated by the many new ideas presented by matz for Rite. Why not write the whole Ruby-to-Bytecode compiler in Ruby itself? As...
  3. #2

    Default Re: CF Flash Forms - code exceeds the 64K byte limiterror

    I am very familiar with the 32k limit. Here is an explanation, advice and
    workaround:

    [url]http://www.cflex.net/showfaq.cfm?Object=faq&channelID=1&faqtype=&defaul tfields=&[/url]
    defaultValues=#Question365

    However, I am not as familiar with the 64k issue, though I have gotten it once
    or twice. Try the suggestions regarding the 32k limit, see if that helps.

    Tracy

    ntsiii Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139