This plugin allows you to quickly add a flash banner, video, or other hosted or external SWF file to Joomla articles or to a custom HTML module.

All parameters are optional. If you don't specify any particular parameter, then it is pulled from the default plugin parameters.

In most cases, all you need is path to your SWF file and desired width and height.

Some parameters can be ignored or overriden by the SWF file.

Usage Syntax: {Flash=yourpath/yourfile.swf|parameter=value|parameter=value|...}

The full list of available parameters:

width - in pixels
height - in pixels
quality - low, medium, high
scale - default, exactfit, noborder, noscale
wmode - direct, gpu, opaque, transparent, window
bgcolor - in #RRGGBB format
base - base directory or URL if you need to resolve relative paths in the SWF file
id - if you need to assign id to your  tag
play - true or false for AutoPlay
loop - true or false for looping
allowFullScreen - true or false
menu - true or false for movie controls in Flash Player context menu

Examples:

Display a 728x90 banner test.swf:
{Flash=media/flash/test.swf|width=728|height=90}
assuming that file test.swf is located in /public_html/media/flash/

Same banner displayed from another domain:
{Flash=http://www.somedomain.com/media/flash/test.swf|width=728|height=90}
assuming that there is actual SWF file at http://www.somedomain.com/media/flash/test.swf

Embed YouTube video:
{Flash=http://www.youtube.com/v/ID|width=800|height=600}
where ID is YouTube video id; to find an id for the video on YouTube, look for v= parameter in the URL
for example, if YouTube URL is http://www.youtube.com/watch?v=RHhYc3kJVgk&feature=g-vrec, then ID is RHhYc3kJVgk

Podcast via JWPlayer:
{Flash=players/jwplayer.swf?file=media/podcast.mp4&duration=150|width=400|height=24}
assuming that you have file jwplayer.swf in /public_html/players/ and file podcast.mp4 in /public_html/media/

Thank you for using this plugin. Please visit us at thinkbigshot.com.