unless you are talking about embedding or something else fancy html5 seems 
to work if your browser supports it.

example audio and video:


<p><strong>Frozen Sleep - Cortana Tribute by Malukah</strong></p>

<audio controls preload="none">
  <source src="audio\Frozen-Sleep-Malukah.ogg" type="audio/ogg">
  <source src="audio\Frozen-Sleep-Malukah.mp3" type="audio/mp3">
  <p>Your browser does not support the HTML 5 audio tag.</p>
</audio>

<br />

<video    width="320" height="180"
    poster="video\Frozen Sleep - Cortana Tribute by Malukah.png"
    controls preload="none">
    <source src="video\Frozen Sleep - Cortana Tribute by Malukah.webm" type=
"video/webm">
    <source src="video\Frozen Sleep - Cortana Tribute by Malukah.ogv" type=
"video/ogg">
    <source src="video\Frozen Sleep - Cortana Tribute by Malukah.mp4" type=
"video/mp4">
    Your browser does not support the HTML 5 video tag.
</video>



multiple file entires to cover what is supported by different browsers.

Greg

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to