I\'m trying to dynamically change an embedded video on a page. It\'s working in Firefox but for some reason it\'s not working in IE and Chrome (strange combination). Here\'s
The tag is used for backwards compatibility. Try to change the param value instead.
$("#viewer param[name=movie]").attr("value", videoAddress);