In regards to "most people not having flash",
Just who exactly are you quoting?
that is not true, and for those that don't, javascript code in the index.html file checks and redirects to download it if necessary.
You're missing an antecedent. What is this "it" that gets downloaded?
One script that has not yet been installed (but will shortly) will detect the users resolution and display an swf appropriate to it, making swf resizing a scalable conveniance instead of the current pixelation/scaling problem.
What does my resolution have to do with my window size?
Although the flash is 77kb in size, the flash player's optimizations make downloading it similar (and often times better) to a much smaller html counterpart (such as http://www.the-view.net ). FYI, at a 5kb/s (average 56k download speed) download rate,
5kb/s? I usually peaked at three, and 18 seconds is far too long.
esfun.com loaded in 18 seconds at 77kb (and has a nice preloader to tell you the exact percentage downloaded) while the-view.net loaded in 23 seconds at 978 BYTES (due mainly to esfun's efficient all-actionscript coding of the flash movie.) For comparison, the start page at Ozzu is 113kb.
Are you having a brainfart? the-view.net's main page is 872 bytes because it contains an iframe. Which in turn points to a frameset document. Which in turn points to HTML documents fettered with javascript and things like a 40 KB image.
If one were to not like this flash processed site for whatever reason, the esfun.xml
Quote:
XML Parsing Error: not well-formed
Location: http://esfun.com/esfun.xml
Line Number 24, Column 22:file read to create the site is downloaded much faster than any html site in order to get the complete content, and one does not have to download the html, view source, and hunt for <p> tags.
(additionally, the images also remain a modular part of the site and the urls are easily found, without <a href> hunting, in the site's page name xmls, ie: home.xml, interior.xml, etc)
Are people supposed to magically know where these XML files are located? The esfun.xml file is useless; devoid of all built-in semantics that HTML possesses (not to mention useful information).
<A href> hunting? More like "right-click -> Copy Image Location" or "highlight address bar, press Ctrl+C."