Hi Mike:
Only a new question:
If I change the in the code "video/x-ms-wmv" the extension for other like
"mpeg", or "avi", it works too?.
Or I have to change in the:
value="http://www.sarahsnotecards.com/catalunyalive/fishstore." HERE?
Thanks a lot,
Javier
"Mike Mueller" wrote:
> That code sample is invalid html due to the <embed>
>
> The OP is on the right track, it is the data attribute that is causing the
> issue- try this out:
>
> <object type="video/x-ms-wmv" width="320" height="260">
> <param name="filename"
> value="http://www.sarahsnotecards.com/catalunyalive/fishstore.wmv" />
> <param name="autostart" value="true" />
> <param name="controller" value="true" />
> </object>
>
> "Steve Griffin" <stevengr@online.microsoft.com> wrote in message
> news:O5RJv$UsIHA.1788@TK2MSFTNGHUB02.phx.gbl...
> > Check out the blog I wrote on inserting a video.
> >
> > http://blogs.msdn.com/xwebsupport/ar...sert-a-video.a
> > spx
> >
> >
> > -Steve G
>