puts the Flash player application on screen
This tag works only within the lb:loop_postings tag. Also notice that it won’t show up if the attached audio file is not an MP3 – Flash does not play external wav-, aac-, ogg- or wma-files.
Usage
<lb:flashplayer />
Example
<lb:flashplayer width="200" height="40" />
Return
<object type="application/x-shockwave-flash" data="loudblog/custom/templates/default/emff.swf?src=http://loudblog.com/podcast/audio/myaudioblog-005.mp3" width="200" height="40"><param name="movie" value="loudblog/custom/templates/default/emff.swf?src=http://loudblog.com/podcast/audio/myaudioblog-005.mp3" /><param name="quality" value="high" /></object>
Attributes
width
The desired width (in pixels) of the flashplayer.
height
The desired height (in pixels) of the flashplayer.
Notice
If your instance of the EMFF flash player uses bitmap-graphics, you will have to define the “correct” physical width and height of the flash file, as scaling will cause ugly stretching effects. If your EMFF-skin is fully vector-based, you can scale it smoothly to all sizes.
