Title: BillyBenSWF
Author: Billyben
Published: <strong>13 rugsėjo, 2011</strong>
Last modified: 15 rugsėjo, 2011

---

Ieškoti įskiepiuose

Šis įskiepis **nebuvo išbandytas su 3 vėliausiomis WordPress versijomis**. Jis tikriausiai
nėra prižiūrimas ir palaikomas, todėl gali neveikti su naujausiomis WordPress versijomis.

![](https://s.w.org/plugins/geopattern-icon/billybenswf.svg)

# BillyBenSWF

 Autorius [Billyben](https://profiles.wordpress.org/billyben/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/billybenswf.1.1.0.zip)

 * [Informacija](https://lt.wordpress.org/plugins/billybenswf/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/billybenswf/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/billybenswf/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/billybenswf/#developers)

 [Pagalba](https://wordpress.org/support/plugin/billybenswf/)

## Aprašymas

Here is a simple shortcode to include swf in your articles. You just have to give
the address of the image (absolute or something that approximates to be relative),
and the swf is inserted in your article to its own dimensions. Of course you can
change these dimensions through the shortcode. You can also provide flashvars and
change the parameters and attributes of the object. You can specify an id and/or
class for the html object created.

It use swfObject2 (javascript) for swf embedding in the html page.

**Requirements**

It require Javascript enabled, php 4 (not sure).

You can also visit [Plugin Page](http://asblog.etherocliquecite.eu/?page_id=738&lang=en)

### Options description

or visit [Plugin Page](http://asblog.etherocliquecite.eu/?page_id=738&lang=en)

eg, swf URL : http://www.monsite.com/wp-content/uploads/2011/09/monSWF.swf

Define default settings to the option page. Default folder is the basis for relative
url. However, if default folder is „http://www.mysite.com/wp-content/uploads/2011/
09/”
 and you want access to „http://www.mysite.com/wp-content/mySWF/myswf.swf”,
you can write : „wp-content/mySWF/myswf.swf”.

= ShortCode Simple use=

[BB_SWF movie=”http://www.monsite.com/wp-content/uploads/2011/09/monSWF.swf”]

[BB_SWF movie=”/wp-content/uploads/2011/09/monSWF.swf”]

[BB_SWF movie=”wp-content/uploads/2011/09/monSWF.swf”]

[BB_SWF movie=”/uploads/2011/09/monSWF.swf”]

[BB_SWF movie=”uploads/2011/09/monSWF.swf”]

If the url is not absolute, it always will point to the directory „http://www.monsite.
com/wp-content/, you just have to complete.

This also works if the wordpress installation directory is not the root of your 
site, eg:

To insert a swf from another domain, or some other directory than wp-content, just
provide an absolute url.

= General Settings=

1/ You can provide a width and height for the swf by the parameters width and height.

[BB_SWF movie=”uploads/2011/09/monSWF.swf” width=”200″ height=”300″]

If one of these two parameters is missing it will be automatically adjusted to the
original swf size.

2/ You can also specify an id and a class to the object inserted, so you can play
with css, by the parameters id et class :

[BB_SWF movie=”uploads/2011/09/monSWF.swf” id=”monSwfId” class=”swfClassEmbed”]

3/ You can specify the minimm flash player version by the „minfp” parameter :

[BB_SWF movie=”uploads/2011/09/monSWF.swf” minfp=”10.0.0″]

By default it’s set to 9.0.0

#### FlashVar

[BB_SWF movie=”uploads/2011/09/monSWF.swf” flashvar=”name1=value1&name2:value2|name4
=value4″]

#### Advanced Settings

**1/ Changing Attributes**

[BB_SWF movie=”uploads/2011/09/monSWF.swf” attributes=”name1=value1&name2:value2
|name3=value3,name4=value4″]

for example, to change the alignment of the object:

[BB_SWF movie=”uploads/2011/09/monSWF.swf” attributes=”align:left”]

**2/ Changing parameters**

For example for a transparent swf (we play on the wmode) and scripts access modification:

[BB_SWF movie=”uploads/2011/09/monSWF.swf” params=”wmode:transparent&allowscriptaccess
=always”]

In short, you can edit all the usual parameters.

## Diegimas

 1. Upload the „BillyBenSWF.zip” file.
 2. Unzip the content
 3. Copy the „BillyBenSWF” folder to your wordpress pluging folder
 4. Activate the plugin through the „Plugins” menu in WordPress
     That’s all, use then
    shortcode in your post.

## DUK

  I can’t embed Twice the same swf ?

Please Ask! [Plugin Page](http://asblog.etherocliquecite.eu/?page_id=738&lang=en)
or [Plugin forum](http://asblog.etherocliquecite.eu/?page_id=612/billyben-swf/)

## Atsiliepimai

Įskiepis neturi atsiliepimų.

## Programuotojai ir komandos nariai

“BillyBenSWF” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti
toliau.

Autoriai

 *   [ Billyben ](https://profiles.wordpress.org/billyben/)

[Išverskite “BillyBenSWF” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/billybenswf)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/billybenswf/), naršykite
[SVN repozitorijoje](https://plugins.svn.wordpress.org/billybenswf/), arba užsiprenumeruokite
[kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/billybenswf/) per
[RSS](https://plugins.trac.wordpress.org/log/billybenswf/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 1.1.0

 * add option page to set default values (default folder, default minimal FP version,
   default default content)
 * french traduction… (of the option page)
 * help & about page

= 1.0.2=
 * small copy/paste mistake…. (fix incompatibility with BillyBenRing…)

= 1.0.1=
 * add minimum flash player version parameter

= 1.0.0=
 * Shortcode enable for swf embed

## Metainformacija

 *  Version **1.1.0**
 *  Atnaujinta **prieš 15 metų**
 *  Aktyvių instaliacijų **10+**
 *  WordPress versija ** 2.8.1 ar naujesnė **
 *  Ištestuota iki **3.1.4**
 *  Kalba
 * [English (US)](https://wordpress.org/plugins/billybenswf/)
 * Žymos
 * [embed](https://lt.wordpress.org/plugins/tags/embed/)[flash](https://lt.wordpress.org/plugins/tags/flash/)
   [include](https://lt.wordpress.org/plugins/tags/include/)[swf](https://lt.wordpress.org/plugins/tags/swf/)
 *  [Daugiau](https://lt.wordpress.org/plugins/billybenswf/advanced/)

## Įvertinimai

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/billybenswf/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/billybenswf/reviews/)

## Autoriai

 *   [ Billyben ](https://profiles.wordpress.org/billyben/)

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/billybenswf/)

## Paremkite

Galbūt norite padėti plėtoti šį įskiepį?

 [ Paremti įskiepio kūrimą ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=legendreben%40hotmail%2efr&item_name=BillyBen%20Ringt%20WordPress%20Widget&no_shipping=0&no_note=1&tax=0&currency_code=EUR&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8)