EDIT: I know you said you were familiar with this method but i posted before it clicked in my head .. not enough coffee ...
CODE
<embed name="MediaPlayer"
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"
src="moviename.wmv" width="320" height="286" type="application/x-mplayer2" showstatusbar="0" showdisplay="0"
showcontrols="1"></embed>
<param value="True" name="Showcontrols" />
<param value="False" name="autoStart" />
i use this one ... it works but not W3C compliant ... and i tested in IE6+, FF2+, Chrome and Safari with no issues
As well as flash would be your best way and you CAN use it and be W3C compliant and also maintain a dynamic method ... its not that hard honestly just a matter or learning a couple of tricks in the process to make it the way you want ( easier if hard coded trickier if dynamic )
This post has been edited by RPGonzo: 29 Apr, 2009 - 09:08 AM