Hello,
I want to do a little form in AS3, with CS4. So I create a new fla, I drop a ComboBox, an InputText, a CheckBox and a Button and the size of the binary (SWF) is 42KB (compressed). It is too much! I want to do a landing page and 42KB just for 4 components is too much.
I need to cut the size, I can't stop using any of the components. I was looking the library trying to delete something and I found that the ComponentShim is where the code of the components is (that's what I understand).
I looked the source file of a contact form in AS3, in the library there is no ComponentShim.
Thanks in advance, any help is welcome.
Jonathan.