flash An extension for embedding Flash movies.

  1. Documentation
  2. Change Log

This is a small extension based on a modified version of jquery.flash.js, which in turn is a jQuery plugin for embedding Flash movies.

MD5 file checksums:
  • 6addfc67605e1232aeca6b3bc56426f7 flash-0.2.tar.bz2
  • 963ff415aa23357fda711241e757b2a2 flash-0.2.zip
Resources

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

<?
$this->beginWidget('application.extensions.flash.EJqueryFlash',
                   array(
                         'name'=>'flash1',
                         'htmlOptions'=>array('src'=>'http://jquery.lukelutman.com/plugins/flash/example.swf'),
                        )
                  );
?>
You need Flash Player.
<? $this->endWidget('application.extensions.flash.EJqueryFlash');  ?>

<?
$this->widget('application.extensions.flash.EJqueryFlash',
               array(
                     'name'=>'flash2',
                        'htmlOptions'=>array(
                                             'src'=>'http://jquery.lukelutman.com/plugins/flash/example.swf', 
                                             'text'=>'You need Flash Player'),
                        )
                  );
?>

Change Log

20090429 0.2
  • Fixed some copy&paste bugs :P
20090421
  • Initial release.
3 0
3 followers
1 811 downloads
Yii Version: 1.1
License: GPL-3.0
Category: User Interface
Tags:
Developed by: MetaYii
Created on: Apr 21, 2009
Last updated: 14 years ago

Downloads

show all