Hi Jeff, thanks your reply, this works for me.
<script type="text/javascript">
var myVideo = document.getElementById("videoTag1");
myVideo.msHorizontalMirror = true;
myVideo.play();
</script>
However, when I test my code in one Samsung pad(got from w8 build meeting), it shows different behavior, this machine shows correct behavior even not set "myVideo.msHorizontalMirror = true;",
is there a way to make it always like a mirror whatever the device is?