The demo works fine, and I have confirmed that I have the latest version. I've discovered that it works fine as long as the asp page is hosted on IIS6. But on IIS7, the Flash object renders, but the button does not function. I've confirmed that .swf is correctly registered under MIME types.
The test page that I am using is very simple:
<html>
<head>
<!-- #include file="../../aspuploader/include_aspuploader.asp" -->
</head>
<body style="background-color:#fff;">
<form method="post">
<%
Dim uploader
Set uploader=new AspUploader
uploader.Name=
"myuploader"
uploader.Render()
%>
</form>
</body>
</html>
html>