The overhead that Flex brings in is significant. You can do this experiment: Create an empty project in Flash Builder and then Flash CS5 and compile it.
The Flex project is 1024 KBytes. The app itself comes in at 41 KB and the rest is mostly in the Flex framework, the Spark framework, and the text layout libraries. (Results are certainly different based on the libs you bring in)
The Flash project is 4 KBytes.
BUT, that is no reason to avoid Flex. Remember that these libraries (SWCs) are cached. You only need to load them once per project.
Also, more importantly, Flex projects are not intended to be websites. They are not little flash movies embedded in your website. They are full-blown applications. They tend to be Line-of-Business applications that work heavily with data. As an application framework, I don't object to the 1 MB size overhead. I can't do what I do in Flex very easily or efficiently in Flash. From that perspective, Flash and Flex are different tools used for different jobs.
In other words, for the clients in which I employ Flex, they have never complained about the size of the download. It simply isn't what they care about in the environment/needs of the application solution. Had I chosen Flex for the wrong purpose, however, I would expect that the story would be different.