Title: JJ SwfObject
Author: jjcoder
Published: <strong>15. Februar 2011</strong>
Last modified: 7. März 2011

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# JJ SwfObject

 Von [jjcoder](https://profiles.wordpress.org/jjcoder/)

[Herunterladen](https://downloads.wordpress.org/plugin/jj-swfobject.1.0.5.zip)

 * [Details](https://de.wordpress.org/plugins/jj-swfobject/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/jj-swfobject/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/jj-swfobject/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/jj-swfobject/#developers)

 [Support](https://wordpress.org/support/plugin/jj-swfobject/)

## Beschreibung

Allows you to insert a swf file using a widget or a shortcode.

You can specify the following parameters:

NOTE: sc means shortcode:

 * Title: Title. Leave blank for no title. (sc: title=“My Title“)
 * Alternate Content. Content to display if can’t embed flash. (sc: alt=“Flash required“)
 * HTML id: HTML id to use. Defaults to ‚jj_swfobject‘. Needs to be different for
   multiple instances on same page. (sc: html_id=“jj_swfobject“)
 * Path: Rath to swf. (sc: title=““)
 * Width: Width of swf. (sc: width=““)
 * Height: Height of swf. (sc: height=““)
 * Version: Flash version required. Defaults to ‚9.0.0‘. (sc: version=““)
 * Flashvars: Fashvars for swf. eg, {name1:“hello“,name2:“world“,name3:“foobar“}(
   sc: flashvars=““)
 * Params: Params for swf. eg, {menu:“false“} (sc: params=““)
 * Attributes: Attributes for swf. eg, {id:“myDynamicContent“,name:“myDynamicContent“}(
   sc: attributes=““)

Check out swfobject documentation for more info. (http://code.google.com/p/swfobject/
wiki/documentation)

Shortcode Examples:

 * [jj-swfobject path=“/mypath“ html_id=“banner“ width=“200″ height=“200″ version
   =“9.0.0″]

Try out my other plugins:

 * JJ NextGen JQuery Slider (https://wordpress.org/extend/plugins/jj-nextgen-jquery-
   slider/)
 * JJ NextGen JQuery Carousel (https://wordpress.org/extend/plugins/jj-nextgen-jquery-
   carousel/)
 * JJ NextGen JQuery Cycle (https://wordpress.org/extend/plugins/jj-nextgen-jquery-
   cycle/)
 * JJ NextGen Unload (https://wordpress.org/extend/plugins/jj-nextgen-unload/)
 * JJ NextGen Image List (https://wordpress.org/extend/plugins/jj-nextgen-image-
   list/)

### Contributors

## Screenshots

[⌊Widget controls.⌉⌊Widget controls.⌉[

Widget controls.

## Installation

Please refer to the description for requirements and how to use this plugin.

 1. Copy the entire directory from the downloaded zip file into the /wp-content/plugins/
    folder.
 2. Activate the „JJ SwfObject“ plugin in the Plugin Management page.
 3. Refer to the description to use the plugin as a widget and or a shortcode.

## FAQ

Question:

 * How can I upload swf files using wordpress Media?

Answer:

 * Try adding code below to your functions.php file
 * if ( ! function_exists( ‚add_my_mime_types‘ ) ) :
    function add_my_mime_types(
   $existing_mimes=array()) { $existing_mimes[’swf‘] = ‚application/x-shockwave-
   flash‘; return $existing_mimes; } endif; add_filter(‚upload_mimes‘, ‚add_my_mime_types‘);

Question:

 * How can I use plugin inside normal PHP code?

Answer:

 * echo do_shortcode(‚[jj-swfobject path=“/mypath“ html_id=“banner“ width=“200″ 
   height=“200″ version=“9.0.0″]‘);

Question:

 * Doesn’t work after upgrade? or Doesn’t work with this theme?

Answer:

 * Please check that you don’t have two versions of jQuery loading, this is the 
   problem most of the time. Sometimes a theme puts in 
    tags at the end of newlines
   aswell.

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„JJ SwfObject“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

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

[Übersetze „JJ SwfObject“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/jj-swfobject)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/jj-swfobject/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/jj-swfobject/) an
oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/jj-swfobject/)
per [RSS](https://plugins.trac.wordpress.org/log/jj-swfobject/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

 * 1.0.5: FAQ.
 * 1.0.4: Donate to Christchurch Quake.
 * 1.0.2: Readme.
 * 1.0.1: FAQ.
 * 1.0.0: First version.

## Meta

 *  Version **1.0.5**
 *  Zuletzt aktualisiert **vor 15 Jahren**
 *  Aktive Installationen **20+**
 *  WordPress-Version ** 2.8 oder höher **
 *  Getestet bis **3.1.4**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/jj-swfobject/)
 * Schlagwörter
 * [flash](https://de.wordpress.org/plugins/tags/flash/)[shortcode](https://de.wordpress.org/plugins/tags/shortcode/)
   [swf](https://de.wordpress.org/plugins/tags/swf/)[swfobject](https://de.wordpress.org/plugins/tags/swfobject/)
   [widget](https://de.wordpress.org/plugins/tags/widget/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/jj-swfobject/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  1 5-Sterne-Rezension     ](https://wordpress.org/support/plugin/jj-swfobject/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/jj-swfobject/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/jj-swfobject/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/jj-swfobject/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/jj-swfobject/reviews/?filter=1)

[Deine Rezension](https://wordpress.org/support/plugin/jj-swfobject/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/jj-swfobject/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/jj-swfobject/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](http://www.redcross.org.nz/donate)