Plugin info

Total downloads: 15,443
Active installs: 50
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 3/27/2017 (3201 days ago)
Added to WordPress: 10/30/2011 (14 years old)
Minimum WordPress version: 3.0.0
Tested up to WordPress version: 4.7.29
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3201 days ago • 2 reviews

22/100

Is Flash Show And Hide Box abandoned?

Possibly abandoned (last update 3201 days ago).

Compatibility

Requires WordPress: 3.0.0
Tested up to: 4.7.29
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Kimili Flash Embed
Rating 3.5/5 (16 reviews)Active installs 4,000
Easy Flash Embed
Rating 4.0/5 (4 reviews)Active installs 1,000
WP-SWFObject
Rating 5.0/5 (3 reviews)Active installs 1,000
Allow Swf Upload
Rating 4.2/5 (5 reviews)Active installs 500
Top Flash Embed
Rating 4.3/5 (6 reviews)Active installs 400
Swf Upload Enabler
Rating 5.0/5 (2 reviews)Active installs 200

Description

Flash Show And Hide Box lets we very convenient embed flash, and control it show and hide.
Some times we need embed flash at my page, but load flash will be slowly show this page and increase stream. Flash Show And Hide Box plugin will enbed flash at visitor click box.
The first click box show flash, clicks again hides the flash.

Related Links:

Usage

API, initialize an flash box

showFlashLib.initBox(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, flashvarsObj, parObj, attObj);

API, create an flash box

showFlashLib.createBox(swfUrlStr, widthStr, heightStr, swfVersionStr, flashvarsObj, parObj, attObj);

Arguments:

  • swfUrlStr (String, required) specifies the URL of your SWF
  • replaceElemIdStr (String, required) specifies the id of the HTML element (containing your alternative content) you would like to have replaced by your Flash content
  • widthStr (String, required) specifies the width of your SWF
  • heightStr (String, required) specifies the height of your SWF
  • swfVersionStr (String, required) specifies the Flash player version your SWF is published for (format is: “major.minor.release” or “major”)
  • flashvarsObj (Object, optional) specifies your flashvars with name:value pairs
  • parObj (Object, optional) specifies your nested object element params with name:value pairs
  • attObj (Object, optional) specifies your object’s attributes with name:value pairs

Example 1: The recommended usage, the text will by display when javascript is not enabled.

this is my flash

showFlashLib.initBox("myflash.swf", "myflash",600,170);

Example 2: The succinct usage.


showFlashLib.createBox("myflash.swf",600,170);

Example 3: The ubb code usage.

The syntax:
[flash={width},{height}]{swf file url}[/flash]
The example:
[flash=600,170]myflash.swf[/flash]

Installation

You can find, download and install Flash Show And Hide Box directly from the Plugins section in WordPress.

If you want to install manually, download and unzip the flash-show-and-hide-box.zip file and upload to the /wp-content/plugins/flash-show-and-hide-box/ directory. Then activate the plugin through the Plugins section in WordPress.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. setting

    setting

  2. hide flash state

    hide flash state

  3. show flash state

    show flash state

Changelog

1.6

  • Transfer ownership

1.5

  • Added: Join translate.wordpress.org

1.4.2.1

  • Tested up to: 4.4

1.4.2

  • Fixed: Notice undefined index.

1.4.1.1

  • Tested up to: 4.0

1.4.1

  • Tested up to: 3.9.1

1.4

  • Fixed: Fixed option ‘load_js_at_front_page’ do not work.

1.3.2

  • New: Anded settings menu in plugins page.

1.3

  • New: support UBB code to display flash.
  • Fixed: Cannot display flash when without version.

1.2.1

  • Removed: Remove log info.

1.2

  • Added: Add show flash at front page option.
  • Removed: Remove load js library option.

1.1.1

  • Modify: Edit JavaScript with JSHint rules.

1.1

  • Fixed: Cannot load jQuery file.

1.0

  • Initial public release.