Metadata-Version: 1.0
Name: tw.swfobject
Version: 0.2dev-20090428
Summary: ToscaWidget wrapper for swfobject
Home-page: http://code.google.com/p/twswfobject
Author: Patrick McKinnon
Author-email: swfobject@txsv.com
License: UNKNOWN
Description: 
        .. contents::
        
        Detailed Documentation
        **********************
        
        
        tw.swfobject documentation
        ==============================
        
        This Widget encapsulates the google code swfobject JavaScript library
        `http://code.google.com/p/swfobject/`_ for embedding Shockwave Flash content in a standards-friendly manner.
        
        The current swfobject version packaged with this widget is version 2.2
        `http://swfobject.googlecode.com/files/swfobject_2_2.zip`_
        
        Example:
        
        From within your controller, simply instantiate a SwfObject and return this instance to be rendered with your template::
        
        swfobject = SwfObject(swf = "/path/to/mycontent.swf", width = 640, height = 480, flashvars = {"myvar": 0})
        
        From within your template, simply call the swfobject::
        
        ${swfobject()}
        
        Contributors
        ************
        
        
        Main developpers
        ================
        
        * Patrick McKinnon <swfobject[at]txsv[dot]com
        
        Maintainer
        ==========
        
        * Nicolas Laurance <nicolas[dot]laurance[at]gmail[dot]com>
        
        
        Change history
        **************
        
        New in 0.2
        ==========
        
        Update to swfobject 2.2
        
        New in 0.1
        ==========
        
        First Release
        
        
Keywords: toscawidgets.widgets
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: ToscaWidgets
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: TurboGears :: Widgets
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
