I\'m developing an ASP.NET website that will need to support non-flash users.
In case the user\'s browser doesn\'t support Flash, or they have Flash disabled, I\'d l
Browsers don't seem to send
application/x-shockwave-flash
in the Accept header. They just send */*
*/*
IE seems to send
x-flash-version
with flash requests for some stupid reason...