Dangerous II by SMSadventure 2011-05-02T22:29:00
tnelsond: While "use" is pretty much the verb of choice in graphical adventures, it is actually a very uncommon verb in text adventures because it is so vague.
alexlarioza: Though there is at least one Flash interpreter for zcode (which is the simpler/smaller of the formats Inform can compile to), "DangerousII" is actually running in Parchment, which is JavaScript, not Flash: http://code.google.com/p/parchment/
In recent versions of Inform 7, making a webpage that uses Parchment to play your zcode game is as easy as saying "Release along with an interpreter." If you're looking at making a game that's too big to compile to zcode, a javascript glux interpreter, called Quixe, is in beta now, though it does not yet support images/sound. So yes, if you're interested in interactive fiction, there are plenty of options and you should definitely look into it!