Re: HTML not coded right for Embedding Windows Media Player
alan b wrote:[color=blue]
> Ulujain,
> I tried to put href line with your suggestion, but there was no video shown
> on others pc other than mine. This code below does not show any player on
> my home webpage except the embedded video. The embedded video works.
> It shows only on my home pc, but it failed to show videos on other pcs.
> I am sending you the original html code. Can you kindly fix this? Or any
> other possible solution?
> Alan
> =============== =============== =============== ======
>[/color]
Lose the <object> tag. Seriously. Someone suggested <embed>. It's
non-standard, but it works more reliably than <object>.
My personal preference for movies is to use neither of the above as both
try to dictate terms to the end user as to how and when the movie can be
played and what plug-ins may be required.
Just go with a straight up hyperlink. See my previous suggestion. Just
mark it up as you would any other link. Let the end user decide what
they want to do with your movie. Simple.
'Later
Peter
--
Peter aka Ulujain - Computing for Fun!
alan b wrote:[color=blue]
> Ulujain,
> I tried to put href line with your suggestion, but there was no video shown
> on others pc other than mine. This code below does not show any player on
> my home webpage except the embedded video. The embedded video works.
> It shows only on my home pc, but it failed to show videos on other pcs.
> I am sending you the original html code. Can you kindly fix this? Or any
> other possible solution?
> Alan
> =============== =============== =============== ======
>[/color]
Lose the <object> tag. Seriously. Someone suggested <embed>. It's
non-standard, but it works more reliably than <object>.
My personal preference for movies is to use neither of the above as both
try to dictate terms to the end user as to how and when the movie can be
played and what plug-ins may be required.
Just go with a straight up hyperlink. See my previous suggestion. Just
mark it up as you would any other link. Let the end user decide what
they want to do with your movie. Simple.
'Later
Peter
--
Peter aka Ulujain - Computing for Fun!
Comment