File: swf_images.rst

package info (click to toggle)
python-docutils 0.22.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,508 kB
  • sloc: python: 54,189; lisp: 14,475; xml: 1,807; javascript: 1,032; makefile: 102; sh: 96
file content (24 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (2)
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.