objectname

Occurrence

compulsory, single

Attributes

Description

Inside <objectname> the name of a picture, or audio, or video file respectively, is put into brackets. Paths are to be given in Unix notation with a slash "/" as divisor between directories. It is both possible to give either an absolute path, or a relative one respectively.

Parent Elements

<audio>, <image>, <video>

Child Elements

See Also

<audio>, <image>, <imagedata>, <video>

Examples

(see alao <image>)

<!-- a relative path -->
<objectname>../abc/diving.jpg</objectname>
                
<!-- an absolute path (Windows world) -->
<objectname>d:/abc/diving.jpg</objectname>
                
<!-- absolute path (Unix world) - example 1 -->
<objectname>~/abc/diving.jpg</objectname>
                
<!-- absolute path (Unix world) - example 2 -->
<objectname>/home/kai/abc/diving.jpg</objectname>
                
<!-- the image is to be found in the same directory as the UDDF file (absolute path) -->
<objectname>diving.jpg</objectname>