So I'm building this nice animated page to open with some music and a splash video.
http://www.pbrfragrance.com/
All seems purdy sweet till you try it in IE. For now I will just skip over the fact that nether the video or the audio elements actually play. The part that piss me off is that for a moment , in IE9, the Jquery actually followed thou and the iframe went ahead and came up and I called it graceful degradation. Well not 5 minuets later (after adding a volume .5 to the script) IE locks up every time i try to reference the myVideo or myAudio variables i created. i added a <script>document.getElementsByTagName("video")[0].error.code</script> to see what error i would get in the IE9 developer interface, it came back saying the 'video' tag was null! Any one know what i am doing wrong? please let me know what you need from me to figure this out. much thanks in advance.