SWFMacMouseWheel SWFObject add-on

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.

SWFMacMouseWheel

13 thoughts on “SWFMacMouseWheel SWFObject add-on

  1. Just want to say thank you for the SWFObject. I made a small You tube player and
    it works great.
    I also figured out a way to reuse the SWFObject by using the following –

    function changeYouTube(temp){
    so.setAttribute(‘swf’, temp);
    so.setAttribute(“PLAY”, “true”);
    so.write(“flashcontent”);
    window['sotester'].Play()
    }

    vineet
    http://padmanijain.googlepages.com/myexperiments

  2. Hey I’m not sure how to contact you, but how do I turn off the menu w/ SWFObject?

    I tried to play around with the JavaScript, but I don’t know JavaScript well enough.

    Okay, any feedback is really appreciated, and I LOVE SWFObject!!!

  3. The SWFMacMouseWheel addon kills the mouse wheel support for the rest of the page the swf is embedded. Is this a feature or did I something wrong?

    regards

    Henry