這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP-SWFObject

描述

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

Features

  • 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

螢幕截圖

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

安裝

This section describes how to install the plugin and get it working.

  1. Upload folder wp-swfobject to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure plugin into ‘Settings’ -> ‘WP-SWFObject’ menu

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP-SWFObject” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP-SWFObject 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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