SchwarzerSurfer
Banned
- Registriert
- Apr. 2018
- Beiträge
- 127
Ich versuche in mein Tiddly ein Video einzubetten mit folgendem Code: (aber der sagt mir immer Ungültige Quelle)
<center>
<img src="audio\Introduction-to-TiddlyWiki.png" width="300" height="168" alt="cover for audio">
<audio controls preload="none">
<source src="audio\Introduction-to-TiddlyWiki.mp3" type="audio/mp3">
<source src="audio\Introduction-to-TiddlyWiki.ogg" type="audio/ogg">
<source src="audio\Introduction-to-TiddlyWiki.webm" type="audio/web">
Sorry, your browser does not support the HTML 5 audio tag.
</audio>
</center>
<br /><br />
<center><video width="568" height="320"
poster="video\Introduction-to-TiddlyWiki.png"
controls preload="none">
<source src="video\Introduction-to-TiddlyWiki.webm" type="video/webm">
<source src="video\Introduction-to-TiddlyWiki.ogv" type="video/ogg">
<source src="video\Introduction-to-TiddlyWiki.mp4" type="video/mp4">
Sorry, your browser does not support the HTML 5 video tag.
</video></Center>
ja da oben ist noch Audio aber das stört ja nicht.
Den Code hab ich von hier:
http://kpoplibrary.tiddlyspot.com/#Draft of 'Draft of 'HTML 5 Audio and Video''
Wie muss ich jetzt ein Video einbetten das auf C:\hallo\test\video11.mp4 abgelegt ist?
ich krieg es nicht hin.
<center>
<img src="audio\Introduction-to-TiddlyWiki.png" width="300" height="168" alt="cover for audio">
<audio controls preload="none">
<source src="audio\Introduction-to-TiddlyWiki.mp3" type="audio/mp3">
<source src="audio\Introduction-to-TiddlyWiki.ogg" type="audio/ogg">
<source src="audio\Introduction-to-TiddlyWiki.webm" type="audio/web">
Sorry, your browser does not support the HTML 5 audio tag.
</audio>
</center>
<br /><br />
<center><video width="568" height="320"
poster="video\Introduction-to-TiddlyWiki.png"
controls preload="none">
<source src="video\Introduction-to-TiddlyWiki.webm" type="video/webm">
<source src="video\Introduction-to-TiddlyWiki.ogv" type="video/ogg">
<source src="video\Introduction-to-TiddlyWiki.mp4" type="video/mp4">
Sorry, your browser does not support the HTML 5 video tag.
</video></Center>
ja da oben ist noch Audio aber das stört ja nicht.
Den Code hab ich von hier:
http://kpoplibrary.tiddlyspot.com/#Draft of 'Draft of 'HTML 5 Audio and Video''
Wie muss ich jetzt ein Video einbetten das auf C:\hallo\test\video11.mp4 abgelegt ist?
ich krieg es nicht hin.