When it works on your local machine but not from the server, it's usually 1 of 2 things... most common is a wrong path (from the .swf back down to any files it needs to run correctly). Addresses must be relative to the Web page location that the .swf is embedded on.
Second common problem is that not all the files get uploaded. For example, in your code it says
Code:
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
but if I try to find and directly download that file,
http://studentpages.scad.edu/~sdixon...tiveContent.js
it's an error message "File Not Found". Checking the cache shows same thing.
Check those 2 things.
Best wishes,
EfV