Unobtrusive, accessible multi-media embedding
jMedia ist ein jQuery Plugin zum Einbinden von Flash, Quicktime, Real, WindowsMedia and Shockwave/Director Inhalten.
Features:
- embeds media only after successful plugin detection
- adjustable balance between standards compliance and browser compatibility
- IE/Win: plugin embedding via object-Tag (with classid and codebase Attributes); dynamic insertion of object-Element via innerHTML
- other browsers: plugin embedding via non-standard embed-Tag; dynamic insertion of embed-Element via innerHTML
- optional for Gecko browsers and other non-IE browsers serving an xml mimetype: embedding via standard compliant object-Tag; dynamic insertion of the object-Element via DOM-Manipulation (The web page will always validate, since the plugin specific markup is added via javascript.)
- 3 modes of embedding: replace, onclick, sifr

