Bjonar, have you been able to work with kmz files? Most of the kml data that I hope to use in our map is compressed as kmz.
I'm sorry Tony, but I have not. So far we have only been working with KML for prototyping on what we might want to do, and I have only looked at the url from the initial post. But based on the speed on the data from that URL, I would very much like to have the data compressed :o)
If I do run across it, I will try to let you know. And hopefully vice-verca?
But by just guessing, I think KMZ is compressed using GZip. Without never having tried it, you could have a look at the GZipStream class. Update the source code for KmlLayer in the codeplex project to use the GXZipStream if the IsCompressed property of your updated class is true? Or use SharpZipLib