Can we disabled click over an <object> tag. I’m appending a player to the body using the embed code. When the player is clicked it’s taking the user to the players page, like youtube for example. This is interfering with the draggable functionality i have on the player. As soon as the player is dragged and mouse is released the link executes.
<object><param></object>
allownetworking=”internal”
http://jsfiddle.net/qAL5F/5/
This works for youtube as far as i know it.