javascript - <object> tag 'WindowlessVideo' parameter doesn't work on some systems -


i having media player object tag , there dropdown immediatedly above in y web page. issue dropdown contents not overlapping video player. instead dropdown menu used hidden video player.

here reference earlier question:

dropdown contents not overlapping video player

i able solve using param tag given below:

<param name="windowlessvideo" value="-1"> 

this works fine in system on ie 9 . same thing doesn't work on machine has ie 9 too. there, plays audio , there no video. blank screen !!

is issue plugin windows media player required? haven't done on system.

the promblem maybe others system's media players codecs , not uptodate :| problem not code ,it maybe media player.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -