Up:swf
Renders a Shockwave Flash (SWF) object. On profile pages, an image is presented first, which, when clicked, turns into the object. On canvas pages, the image is ignored, and the Flash object is directly included.
Attributes
- Required
- string swfsrc - URL of the SWF. must be absolute
- Optional
- int height - Height for the image and SWF.
- int width - Width for the image and SWF.
- string swfbgcolor - hex-encoded SWF background color.
- <embed> params
- string quality - high, medium, low
- string align -
- string wmode - transparent, opaque, window. (default value is transparent)
Example Embedding youTube video player using up:swf
<up:swf
swfsrc='http://www.youtube.com/v/iHKkrd-1Nqc'
width='840' height='270' />
|