Tag: SwfHTML

Posts tagged with "SwfHTML"

MIT License for unFocus.History Keeper

I have decided that LGPL is overkill for a tiny project like unFocus.HistoryKeeper (and friends) – so I changed it to MIT. LGPL would have been a pain for anyone selling or using a commercial product with history keeper, and I really don’t think the code is substantial enough to be such a headache. But …...

Read more →

A problem with Flash Player 10 version number and javascript detection

As you may have heard, Adobe recently released the first beta of Flash Player 10. It looks like unFocus.FlashPlayerInfo has been checking for single version digits, rather than multiple: [cc lang=’javascript’ ] _versionRaw.match(/Shockwave Flash (\d)\.(\d)/); [/cc] The fix is easy enough (I could swear I actually fixed this at one point too): [cc lang=’javascript’ ] …...

Read more →