Metadata-Version: 1.0
Name: Products.ATFlashMovie
Version: 1.1
Summary: A Flash content-type and extra views for Plone.
Home-page: http://plone.org/products/atflashmovie
Author: Jean-Charles Rogez
Author-email: jeancharles.rogez@free.fr
License: GPL
Description: Description
        ===========
        
        This product provides:
        
        * A new content type that stores and displays Adobe Flash movies.
        It autodetects width, height and flash version from swf files.
        
        * A Plone3 portlet to display a Flash movie.
        
        * And a Collage viewlet if this product is installed.
        
        
        Installation
        ------------
        
        You can install it via QuickInstaller.
        
        
        Requirements
        ------------
        
        Plone 3.0 or later. This version doesn't work with the Plone 2.0,
        2.1 and 2.5 series.
        
        
        Optional Products
        -----------------
        
        * SmartColorWidget 1.0.2 or later
        (at this time, use the trunk from SVN: https://ingeniweb.svn.sourceforge.net/svnroot/ingeniweb/SmartColorWidget/trunk)
        
        * Collage 1.0 or later
        (at this time, use the trunk from SVN: https://svn.plone.org/svn/collective/Collage/trunk)
        
        
        Integration with Kupu
        ---------------------
        
        Kupu has some support for embedding Flash objects using ATFlashMovie,
        but requires some manual configuration at this time.
        
        1. Install Products.ATFlashMovie from Plone Control Panel.
        
        2. Got to the Resource Types tab in the Kupu configlet.
        
        3. Under the resource ``mediaobject`` add Flash Movie to the selection
        and save.
        
        4. In the action urls table at the bottom of the page, add a new
        entry for the type Flash Movie. The preview may be left blank or be
        the same as the 'normal' image. For 'normal image' you should enter
        ``string:${object_url}/download``. Leave fieldname blank and in the
        'type' field select 'Flash'.
        
        5. Go to the Filter HTML configlet and remove "object" tags filtering
        in "Nasty tags" and "Stripped tags"
        
        Flash movies should now appear in the image drawer and be insertable into
        the document.
        
        Using IE the Flash movie will appear in the document and may be edited or
        moved as desired. Firefox will not play the movie while you are editing,
        so a 'flash placeholder' image is displayed instead: you cannot select it
        in Firefox so if you need to delete a Flash movie you will need to include
        the image in a slightly larger selection (e.g. spaces before and after)
        and delete that.
        
        
        Credits
        =======
        
        * Jean-Charles ROGEZ (jeancharles.rogez@free.fr): Author
        
        * Sergey Volobuev (s_volobuev@phpv.khv.ru): File swfHeaderData.py from CMFFlashMovie
        
        * Christian Schneide (rchristian@daftdog.de): German translation
        
        * Dorneles Tremea (dorneles@tremea.com): Eggification, bugfix
        
        
        Changelog
        =========
        
        1.1 (2010-04-13)
        ----------------
        
        * Eggified product and reformatted files.
        [deo]
        
        * Removed the English fallbacks that were being set by the Bulgarian
        translatins.
        [deo]
        
        
        1.0.3 (2009-04-06)
        ------------------
        
        * Add 'application/x-shockwave-flash' to inlineMimetypes for the
        ATFlashMovie content type, and serve it via the index_html method,
        so that it is compatible with Flash 10.
        [davisagli]
        
        
        1.0.2 (2008-07-10)
        ------------------
        
        * Updated CHANGES.TXT format (more detailed).
        [kdeldycke]
        
        * Fix bug that disallow setFile() to receive a stream of
        bytes as parameter.
        [kdeldycke]
        
        * Let DHTML dropdown menu be displayed above flash content.
        [kdeldycke]
        
        
        1.0.1 (2008-01-17)
        ------------------
        
        * Fixed type translation.
        [zegor]
        
        * Fixed FlashMovie aliasing bug in Collage.
        [zegor]
        
        * Added Reference action.
        [zegor]
        
        * Fixed issue when Kupu reference browser widget is on.
        [zegor]
        
        * Added a portlet view for Collage.
        [zegor]
        
        * Added a flag to display or not the technical informations.
        [zegor]
        
        * Added Kupu integration documentation in README.txt.
        [zegor]
        
        
        1.0.0 (2007-11-14)
        ------------------
        
        * Port to Plone 3.
        [zegor]
        
        * Use of five views and interface.
        [zegor]
        
        * Install via GenericSetup.
        [zegor]
        
        * Adapted skins.
        [zegor]
        
        * ATColorPickerWidget replaced by SmartColorWidget.
        [zegor]
        
        * Uses PortalFactory.
        [zegor]
        
        * Collage viewlet.
        [zegor]
        
        
        0.3.1 (2007-03-01)
        ------------------
        
        * Direct access to object do not download the flash file anymore.
        [zegor]
        
        
        0.3 (2006-09-05)
        ----------------
        
        * Changed accessor method name for better marshall support.
        [zegor]
        
        * Made the content class follow atct code standard.
        [panjunyong]
        
        * Added german translation.
        [christian@daftdog.de]
        
        * Auto-install ATColorPicker if not installed.
        [zegor]
        
        * Plone 2.5 compatibility.
        [zegor]
        
        
        0.2 (2006-03-31)
        ----------------
        
        * Added viewlet for CMFContentPanel.
        [zegor]
        
        * Added color background field.
        [zegor]
        
        * Removed deprecated <embed> tags in flashmovie_macros.pt
        [zegor]
        
        
        0.1
        ---
        
        * Initial version.
        [zegor]
        
Keywords: plone flash
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
