Beispiel Flash-Einbindung mit SWFObject-Script (1)

Flash-Video mit JW Media Player, Video mit Caption und Audiodescription Einbindung mit SWObject

<p id="video" class="media"><a href="/upload/corrie.mp4"
title="download the excerpt in MP4 format">
<img src="/upload/corrie.jpg" width="390" height="240"
alt="a small excerpt from ITV's Coronation Street" /></a></p>
<script type="text/javascript">
var sa = new SWFObject('/embed/mediaplayer.swf','mpl','390','260','7');
sa.addParam("allowfullscreen","true");
sa.addParam("allowscriptaccess","always");
sa.addParam("seamlesstabbing","true");
sa.addVariable("file","/upload/corrie.flv");
sa.addVariable("image","/upload/corrie.jpg");
sa.addVariable("captions","/upload/corrie.xml");
sa.addVariable("audio","/upload/corrie.mp3");
sa.addVariable("lightcolor","0x5D7A31");
sa.write('video');
</script>

Quelle und weitere Beispiele:
Making Video Accessible (jeroenwijering).
Videopräsentation auf Hauptbahnhof Wien (wienfluss.net).