Okay guys so i am trying to set the data like this.
<object width="510" height="315"
data="<%#Eval("Trailer")%>">
</object>
and this is the link i am supose to get from the database: https://www.youtube.com/v/aO-1ZBsT224
i have also tried this with the iframe and embed, i can't seem to get it to work unless i do i like this
<object width="510" height="315"
data="https://www.youtube.com/v/aO-1ZBsT224">
</object>
but i have a uniq link on every object so i wont work if i do it this way.
Hope you guys can help.