You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
648 B
24 lines
648 B
7 years ago
|
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.
|