{"id":22135705,"url":"https://github.com/litefeel/flash-show-and-hide-box","last_synced_at":"2026-06-25T03:31:15.092Z","repository":{"id":18172628,"uuid":"21283845","full_name":"litefeel/flash-show-and-hide-box","owner":"litefeel","description":"Flash Show And Hide Box lets we very convenient embed flash, and control it show and hide.","archived":false,"fork":false,"pushed_at":"2017-03-27T01:33:38.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T18:03:59.014Z","etag":null,"topics":["wordpress-plugin"],"latest_commit_sha":null,"homepage":"http://www.litefeel.com/flash-show-and-hide-box/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/litefeel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-27T17:39:58.000Z","updated_at":"2016-06-09T13:31:37.000Z","dependencies_parsed_at":"2022-09-24T05:51:19.144Z","dependency_job_id":null,"html_url":"https://github.com/litefeel/flash-show-and-hide-box","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/litefeel/flash-show-and-hide-box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2Fflash-show-and-hide-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2Fflash-show-and-hide-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2Fflash-show-and-hide-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2Fflash-show-and-hide-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litefeel","download_url":"https://codeload.github.com/litefeel/flash-show-and-hide-box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2Fflash-show-and-hide-box/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34758773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress-plugin"],"created_at":"2024-12-01T19:16:34.216Z","updated_at":"2026-06-25T03:31:15.075Z","avatar_url":"https://github.com/litefeel.png","language":"PHP","funding_links":["https://www.paypal.me/litefeel"],"categories":[],"sub_categories":[],"readme":"# Flash Show And Hide Box #\n\n**Contributors:** litefeel  \n**Tags:** flash, swf, show, hide, plugin  \n**Donate Link:** https://www.paypal.me/litefeel  \n**Requires at least:** 3.0.0  \n**Tested up to:** 4.7.3  \n**Stable tag:** 1.6  \n**License:** GPLv2  \n**License URI:** http://www.gnu.org/licenses/gpl-2.0.html  \n\nFlash Show And Hide Box lets we very convenient embed flash, and control it show and hide.\n\n## Description ##\n\nFlash Show And Hide Box lets we very convenient embed flash, and control it show and hide.\nSome 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.\nThe first click box show flash, clicks again hides the flash.\n\n\nRelated Links:\n\n* \u003ca href=\"https://www.litefeel.com/flash-show-and-hide-box/\" title=\"Flash Show And Hide Box Plugin for WordPress\"\u003ePlugin Homepage\u003c/a\u003e\n* \u003ca href=\"https://www.litefeel.com/\" title=\"Author For Flash Show And Hide Box Plugin\"\u003eAuthor Homepage\u003c/a\u003e\n* \u003ca href=\"https://wordpress.org/extend/plugins/flash-show-and-hide-box/other_notes/\" title=\"More usage examples\"\u003eMore usage examples\u003c/a\u003e\n* \u003ca href=\"https://github.com/litefeel/flash-show-and-hide-box\" title=\"on GitHub\"\u003eon GitHub\u003c/a\u003e\n\n## Installation ##\n\nYou can find, download and install Flash Show And Hide Box directly from the **Plugins** section in WordPress.\n\nIf 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.\n\n## Screenshots ##\n\n1. setting\n2. hide flash state\n3. show flash state\n\n## Usage ##\n\n**API, initialize an flash box**\n\n    showFlashLib.initBox(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, flashvarsObj, parObj, attObj);\n\n**API, create an flash box**\n\n    showFlashLib.createBox(swfUrlStr, widthStr, heightStr, swfVersionStr, flashvarsObj, parObj, attObj);\n\nArguments:\n\n* swfUrlStr (String, required) specifies the URL of your SWF\n* replaceElemIdStr (String, required) specifies the id of the HTML element (containing your alternative content) you would like to have replaced by your Flash content\n* widthStr (String, required) specifies the width of your SWF\n* heightStr (String, required) specifies the height of your SWF\n* swfVersionStr (String, required) specifies the Flash player version your SWF is published for (format is: \"major.minor.release\" or \"major\")\n* flashvarsObj (Object, optional) specifies your flashvars with name:value pairs\n* parObj (Object, optional) specifies your nested object element params with name:value pairs\n* attObj (Object, optional) specifies your object's attributes with name:value pairs\n\n**Example 1: The recommended usage, the text will by display when javascript is not enabled.**\n\n    \u003cdiv id=\"myflash\"\u003ethis is my flash\u003c/div\u003e\n    \u003cscript type=\"text/javascript\"\u003e\n    showFlashLib.initBox(\"myflash.swf\", \"myflash\",600,170);\n    \u003c/script\u003e\n\n**Example 2: The succinct usage.**\n\n    \u003cscript type=\"text/javascript\"\u003e\n    showFlashLib.createBox(\"myflash.swf\",600,170);\n    \u003c/script\u003e\n\n**Example 3: The ubb code usage.**\n\n    The syntax:\n    [flash={width},{height}]{swf file url}[/flash]\n    The example:\n    [flash=600,170]myflash.swf[/flash]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitefeel%2Fflash-show-and-hide-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitefeel%2Fflash-show-and-hide-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitefeel%2Fflash-show-and-hide-box/lists"}