Easy Flash Embed
Embed Flash easily and standard compliant with SWFObject using only a [swf] shortcode!
The facts
- Rating
- 4★ from 4
- Active installs
- 800+
- Price
- Free
- Last updated
- 28 Nov 2017
- Added
- Feb 2010
- Requires WP
- 2.9
- Tested up to
- WP 2.9.2
- Downloads
- 55,387
Our analysis
AI-assistedEasy Flash Embed is a WordPress plugin that allows you to embed Flash files using a simple shortcode. You can specify attributes such as source URL, width, height, and optional parameters for flashvars and version. This plugin is suitable for users who need to integrate Flash content into their WordPress sites easily.
The plugin requires you to enter the shortcode in the text editor, making it straightforward for users familiar with basic HTML and shortcode usage. It also provides a way to include alternative content for users without Flash support.
Best for: This plugin suits users who need to embed Flash content on their WordPress sites.
What it does well
- ✓Allows embedding Flash files with a shortcode
- ✓Supports attributes for customisation like width and height
- ✓Provides alternative content for users without Flash
Where it falls short
- •Last updated in November 2017
- •Tested only up to WordPress version 2.9.2
- •Directory score of 49/100 indicates potential issues
Verdict
Easy Flash Embed offers a straightforward solution for embedding Flash files, but its outdated status may limit compatibility with newer WordPress versions.
From the developer
Vincent Boiardt's own description of Easy Flash Embed, lightly tidied.
Embed Flash easily and standard compliant with SWFObject using only a [swf] shortcode!
In the text editor simply write something like:
[swf src=”http://www.example.com/my-flash-file.swf” width=300 height=100]
The attributes src, width and height are required
Additional attributes includes:
- params
- flashvars
- version
The attributes params, and flashvars should be written like “flashvar1=value&flashvar2=value” to function properly. If you want to specify a Flash version use version attribute. Default is 9.
To provide alternative content for people without Flash, simply put some text between the [swf] brackets, e.g.
[swf src=”http://www.example.com/my-flash-file.swf” width=300 height=100]You must have Flash to view this file[/swf]