This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
The following doesn't work because browsers don't react to the change of src attribute after the initial load
<object>
<embed ng:src="{{video.embedUrl}}" type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="450" height="274">
</embed>
</object>
http://www.codingforums.com/showthread.php?t=35800