Extension Key: rlmp_flashdetection
Copyright 2006, André Steiling, <steiling@pilotprojekt.com>
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml
The content of this document is related to TYPO3
- a GNU/GPL CMS/Framework available from www.typo3.com
This extension combines several features for integrating flash movies into your TYPO3 website. The key features are:
Flash player detection routine
The ability to provide a static picture as a fallback solution if no or wrong flash player is available
Support for external XML files (the path is accessable from the Flash movie via an external variable)
Field for additional parameters
Parameters for hide menu, width, height etc.
Accesable as a frontend plugin, directly via typoscript or for usage in your own extension
The following screenshot shows an example of a flash record which can be used on multiple places of your website.
This extension USED the moock flash player inspector written by colin moock!
Since version 1.1.0 the extension uses a newer flash detection routine – the „Detection Kit“ from Adobe. This feature was brought to you by Jose Antonio Guerra <jaguerra@icti.es>. The following changes are made:
Updated flash code detection, now using http://www.adobe.com/products/flashplayer/download/detection_kit/.
Moock FPI was used before, but it's obsolete until now.
Flash detection routine has no upper version limit any more.
Most of the Javascript code is included from an external file.
New code rids over the flash plugin patent problem in new versions of IE.