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.
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
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!!!
Very cool solution, i use it for my project.
Hi Vineet !
Thank for the code, it very useful.
Thanks!
sarki sözleri
Thanks!
abiye
Thanks!
rüya
rüya yorumu
Thanks!
elektronik sigara
e-sigara
thanks for the code i ll use for my new site
very interesting code thanks
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
You have very interesting site.Thanks for all.
ust want to say thank you for the SWFObject.