1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
SWF Images
----------
The "Shockwave Flash" image/movie format requires a browser plugin.
It is sometimes blocked due to privacy/security concerns and widely
replaced by SVG and native video support in HTML5.
Images with extension ``.swf`` are placed inside <object> elements.
For complete control over display options use raw HTML.
.. image:: ../../../docs/user/rst/images/biohazard.swf
:alt: [biohazard.swf]
:width: 4 cm
:height: 2 em
:align: left
An SWF image in a 4 cm x 2 em box, left aligned.
.. |inline-swf| image:: ../../../docs/user/rst/images/biohazard.swf
:alt: [biohazard.swf]
:width: 0.8 em
:height: 0.8 em
An inline SWF image |inline-swf| scaled to 0.8 em x 0.8 em.
|