ciao a tutti.
ho quest'oggetto:
<object data="video/filemato1.wmv" type="video/mpeg" width="278" height="263">
<embed src="video/filmato1.wmv" type="video/mpeg" width="278" height="263"></embed>
</object>
e tutto funziona perfettamente.
se però volessi visualizzare un video preso da un db (solo percorso) e aggiungo:
<%=(video.Fields.Item("filmato").Value)%>
ho fatto così:
<object data="<%=(video.Fields.Item("filmato").Value)%>" type="video/mpeg" width="278" height="263">
<embed src="<%=(video.Fields.Item("filmato").Value)%>" type="video/mpeg" width="278" height="263"></embed>
</object>
nell'oggetto non mi funziona ! mi da questo errore:
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

Rispondi quotando