A better implementation of FlashVars
[slug]DataTypedFlashVars[/slug]Patrick Mineault has an interesting approach to using flashVars and getting data typed objects passed into Flash.
[slug]DataTypedFlashVars[/slug]Patrick Mineault has an interesting approach to using flashVars and getting data typed objects passed into Flash.
[slug]swfforcesize[/slug]Here’s another add-on for SWFObject. This one allows you to create a full-window flash movie, but when the browser window is set below the specified size, the div containing the flash is kept at the minimum size and horizontal/vertical scrollbars are displayed.
Again it’s easy to implement, you have to make a few small changes to the HTML/CSS/JavaScript
Read more…
I’ve had the mouse wheel working in flash on OS X for a while, and after seeing the SWFAddress add-on for deconcept’s SWFObject embedding system, I thought I’d add mousewheel functionality to SWFObject, rather than using my own “frankenstein” embedding system.
It’s straight forward to implement. Download SWFMacMouseWheel here.