|
EMBED
Basic <embed src=#> #=URL
This tag is used for embedding alternative elements
such as movie, sound, vrml and more.
To work <embed> now, correct plugin must be installed.
And embed attributes are different between each plugins.
Plugin's page is now constructed...
ARKA ZEMiNDE BiR SES
<bgsound src=#> #=URL of wav file
<bgsound loop=#> #=loop number
<bgsound src="sound.wav" loop=3>
Sample Page
VIDEO SEYRETMEK
<img src="url.gif" dynsrc="url.avi">
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI">
|
Start <img start=#> #=fileopen, mouseover
#=fileopen is a default.
You can specify both as <img start=fileopen,mouseover>
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI"
start=mouseover>
|
Controls <img controls>
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI"
controls>
|
Loop <img loop=#>
<loop=infinite> will loop indefinitely.
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI"
loop=3>
|
Delay <img loopdelay=#> #=milliseconds
|
<img src="SAMPLE-S.GIF"
dynsrc="SAMPLE-S.AVI"
loop=3 loopdelay=250>
|
|