Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
bigdaddyyoda #1
Size limitation in Flash forms?
Soon as I have over 599 lines of code the form will not display and an error
occurs. Does anyone know a work around to this size limitation? I'm assuming
that it is a file size limitation and not specifically the amount of lines of
code. I'm trying to get one more page in the form. Any help would be
appreciated.
bigdaddyyoda Guest
-
PRINT SIZE LIMITATION
I can't print any file which is bigger than 490mm wide. The error I get says the limit is 490mm. Has anyone come across this before. Adobe support... -
ASPupload size limitation
i have a script using ASPupload, which is currently installed on my host's servers. When i go to upload a file, i cant upload and big file. I was... -
Verity collection size limitation
In Verity's document about how to incorporate searching in ColdFusion (http://www.verity.com/webex/2004/09/ult_cf_qa_092404.pdf) they mention that... -
Flash error - form size limitation
I am getting the following error when trying to load a flash form I have: Error Branch between 34578 and 67383 around line 0 exceeds 32K span. If... -
File size limitation for QT movie
I am having trouble with an QT movie playing in Director. The file sizes are 39MB to 541MB. Does anyone know of a problem with this? I have already... -
Mike Nimer #2
Re: Size limitation in Flash forms?
There is a 64k file limit that the flash compiler can understand.
Unfortunately this doesn't map directly to CF, so I can't tell you how much
you can write in CF. This 64k is the file limit size of the generated .as
file (we convert the CF to mxml and then mxml to as). Every attribute and
style attribute you use can affect size. So if you are close, try removing
some of the style attribute and you may be able to get it down under 64k. If
not you'll need to break up the form, if it's possible.
hth,
---nimer
"bigdaddyyoda" <webforumsuser@macromedia.com> wrote in message
news:d094ne$p87$1@forums.macromedia.com...> Soon as I have over 599 lines of code the form will not display and an
> error
> occurs. Does anyone know a work around to this size limitation? I'm
> assuming
> that it is a file size limitation and not specifically the amount of lines
> of
> code. I'm trying to get one more page in the form. Any help would be
> appreciated.
>
Mike Nimer Guest



Reply With Quote

