1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
SWF Images
----------
Shockwave Flash is an image/movie format that most modern web browsers
support via a plugin. It is sometimes blocked due to privacy/security
concerns.
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
:width: 0.8 em
:height: 0.8 em
An inline SWF image |inline-swf| scaled to 0.8 em x 0.8 em.
|