PDA

View Full Version : plugin detection + fallback


ticktricktrack
01-24-2006, 03:17 PM
I'm looking for a way to detect the browser plugins AND load just the necessary content. For example this fallback order.

1. Flash 8 movie
2. HTML Canvas
3. SVG
4. Flash 6 movie

Is is possible to load just one of those files without detection on an index page
and then forward to an svg.html, flash8.html... ?

Tick