We'll create fresh WordPress site with Flash Show And Hide Box installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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:
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:
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]