Add me as a Wii friend, or whatever they call it:
3689 8870 8247 5302
I don’t think I have any games that use this yet… Just sports and Zelda.
Add me as a Wii friend, or whatever they call it:
3689 8870 8247 5302
I don’t think I have any games that use this yet… Just sports and Zelda.
SWFUpload is a neat little tool that alows you to use Flash as a file uploader in your web forms. If your users have Flash, the script writes out a Flash uploader, and if they don’t, they get a nice HTML upload form field. Very nice, and it uses SWFObject for the plugin detection + embedding.
This is a great example of using Flash where Flash can do something better than HTML. And doing it in a way that uses progressive enhancement so it doesn’t require Flash. It’s just that Flash makes it better.
Ever wanted to have mouse wheel support for your Flash movies in OS X? Now you can! And it’s really easy:
SWFMacMouseWheel is another addon for SWFObject that listens for mouse events and passes in the mouse wheel events to your Flash movie using ExternalInterface. Very cool solution to a problem that has annoyed many Flash developers. Go check it out.