i have embeded some vids on my site but they will only dispplay in firefox…
in i.e, it just shows the red x as if there is an image missing. same result when checking from 2 different machines…
any ideas?
i have embeded some vids on my site but they will only dispplay in firefox…
in i.e, it just shows the red x as if there is an image missing. same result when checking from 2 different machines…
any ideas?
Can you show some code?
its literally the youtube video embed code…one of the many videos are:
<script type="text/javascript">
AC_AX_RunContent( 'width','370','height','233','src','http://www.youtube-nocookie.com/v/cbFU4ue0MMA?fs=1&hl=en_US&hd=1','type','application/x-shockwave-flash','allowscriptaccess','always','allowfullscreen','true','movie','http://www.youtube-nocookie.com/v/cbFU4ue0MMA?fs=1&hl=en_US&hd=1' ); //end AC code
</script>
<noscript>
<object width="370" height="233">
<param name="movie" value="http://www.youtube-nocookie.com/v/cbFU4ue0MMA?fs=1&hl=en_US&hd=1">
</param>
<param name="allowFullScreen" value="true">
</param>
<param name="allowscriptaccess" value="always">
</param>
<embed src="http://www.youtube-nocookie.com/v/cbFU4ue0MMA?fs=1&hl=en_US&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="370" height="233"></embed>
</object>
maybe this is wrong? … <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” >
full page / code is here: http://www.bmwgallery.co.uk/bmw-car-videos.html
If i cant get it to work in I.E i may scrap the whole section as i imagine it gives a bad impression to visitors using IE (about 60%) and also to search engines…