Does an iPhone blend?

The people at http://www.willitblend.com/ have some fun time. As you can see on their website they have one “do not try this at home” and one “try this at home” button. One of the “Don’t try this at home” videos you can see below, how well an iPhone blends.

// Version check based upon the values entered above in “Globals” var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

// Check to see if the version meets the requirements for playback if (hasReqestedVersion) { // if we’ve detected an acceptable version // embed the Flash Content SWF when all tests are passed document.getElementById(‘flashContent’).style.display = “”; } else { // flash is too old or we can’t detect the plugin var alternateContent = '

To view these videos you will need an updated version of the Adobe Flash Player’
  • ’ |

‘; document.write(alternateContent); // insert non-flash content }