Is it possible to have Flash video first then to fall back to html5?
Like I have something like this if(Flash is installed){ run flash player} else if(can do video tag w/ h.264){ use HTML5 video tag with h.264}
Now this is javascript so it's being written in javascript, then the inner html will get the right tags.