File: swf_images.txt

package info (click to toggle)
python-docutils 0.19%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,668 kB
  • sloc: python: 45,630; lisp: 14,475; xml: 1,789; javascript: 1,032; sh: 130; makefile: 104
file content (23 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (6)
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.