Mousebomb Ver.2009 Flash website source files

All of my personal Flash sites have been shut down. The three versions I released back in the day are all available here as source file downloads. Help yourself if you’re interested. - Click here t...

Works

Chrome doesn't recognize document.documentElement.scrollTop

Problem: In some cases, Chrome doesn’t recognize document.documentElement.scrollTop — it returns a value in IE and FF, but it’s 0 in Chrome. Solution: In that case, use: document.documentElement.sc...

Web Frontend

Mousebomb Ver.2007 Flash Site full-site source files

2007 Site Source Files ReleasedMousebomb Ver.2007 Flash Site full-site source files are now released.

Works

National Day of Mourning, website black-and-white effect

These three days are a national mourning period. We mourn for our compatriots who lost their lives in the earthquake, and pray that they pull through this ordeal as soon as possible and rebuild the...

Web Frontend

Flash on a web page is covering up the layer?!

While working on the test-paper composition system today, I ran into a problem: FLASH was covering the floating layer. No matter what I did, it always rendered on top and simply could not coexist with the layer. So I went searching, and finally found a good fix: the key parameter that keeps Flash from blocking floating objects or layers is wmode=opaque. How to do it: for IE, add the parameter inside ; for FF, add the parameter wmode=”opaque” inside .

Flash

Mousebomb Ver.2006 Flash Site complete source files

The 2007 unfinished new version is out! The complete source files for the old Mousebomb Ver.2006 Flash Site are now released

Works