Tiu ĉi kromprogramo ne estis testita en la 3 lastaj gravaj eldonoj de WordPress. Eble ĝi ne plu estas prizorgata kaj ĝi eble havus kongruajn problemojn en novaj versioj de WordPress.

Image

WP-SWFObject

Priskribo

This plugin enable insert flash movies into WordPress using SWFObject with simple quicktag [swf][/swf] .

Ebloj

  • Easy install and easy use on content and widgets
  • Insert Flash movie with simple shortcode
  • Panel for easy configuration
  • Allow config flash player version required
  • Allow config message for iPhone Browser
  • Support FlashVars param
  • Support FullScreen param
  • Generate <object> code for RSS and iPhone compatibility
  • Select version of SWFObject (1.5 or 2.0)
  • Allow insert SWFObject from Google AJAX Libraries API
  • Detect iPhone Browser to show message o link for Youtube Videos
  • Easy integration with Youtube videos
  • Support for show Loading image

To insert swf into post content or text widget use:

[swf]movie.swf, width, heigth[/swf]

To insert swf with flashvars use:

[swf]movie.swf, width, heigth, var1=val1&var2=val2[/swf]

To insert swf on template, use the php code:

<?php wp_swfobject_echo("movie.swf", "width", "heigth"); ?>

To insert swf with flashvars on template, use the php code:

<?php wp_swfobject_echo("movie.swf", "width", "heigth", "var1=val1&var2=val2"); ?>

For more information visit plugin website

Ekrankopioj

  • Image
    Install and Activate plugin is easy.
  • Image
    Config panel for WP-SWFObject.

Instalo

Tiu sekcio priskribas kiel instali la kromprogramon kaj ekfunkcii ĝin.

  1. Upload folder wp-swfobject to the /wp-content/plugins/ directory
  2. Aktivigu la kromprogramon per la menuo ‘Kromprogramoj’ en WordPress
  3. Configure plugin into ‘Settings’ -> ‘WP-SWFObject’ menu

Pritaksoj

There are no reviews for this plugin.

Kontribuantoj k. programistoj

“WP-SWFObject” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.

Kontribuantoj

Traduki “WP-SWFObject” en vian lingvon.

Ĉu interesita en programado?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Ŝanĝprotokolo

2.4

  • Add property allowScriptAccess in config panel
  • Updated library to SWFObjectc 2.2
  • Add Support shortcode in text widgets
  • Update docs

2.3

  • Fixed embed method
  • Allow use SWFObject from Google Ajax Library

2.2

  • Fixed wmode param
  • New format XHTML to embed code
  • New param to allow fullscreen on Youtube videos
  • Detect iPhone and show text warning
  • Show object code to youtube videos on iPhone

1.0

  • First version