Google Video does not embed in IE -


this google video embedded code not work in ie. blank space.

 <embed id=videoplayback src=http://video.google.com/googleplayer.swf?docid=7406382850822714049&hl=en&fs=true style=width:400px;height:326px allowfullscreen=true allowscriptaccess=always type=application/x-shockwave-flash> </embed> 

chrome , ff works fine. question is: how can create alt picture embedded video(for example if video not loaded correctly, picture link video shown.

thanks

imho simple link video link solve.

<embed id=videoplayback src=http://video.google.com/googleplayer.swf?docid=7406382850822714049&hl=en&fs=true style=width:400px;height:326px allowfullscreen=true allowscriptaccess=always type=application/x-shockwave-flash> </embed> video not loading correctly? click <a href="videourl">here</a> 

by way afaik internet explorer doesn't support embeddings.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -