Re: linking to youtube with complete "obj"
- From: cwdjrxyz <spamtrap2@xxxxxxxxxx>
- Date: Mon, 6 Oct 2008 03:51:17 -0700 (PDT)
On Oct 6, 12:20 am, richard <mem...@xxxxxxxxxxx> wrote:
Is this possible to do?
for instance
<a href=<object width="425" height="344"><param name="movie"
value="http://www.youtube.com/v/x8uob0M3z2I&hl=en&fs=1"></param><param
name="allowFullScreen" value="true"></param><embed
src="http://www.youtube.com/v/x8uob0M3z2I&hl=en&fs=1"
type="application/x-shockwave-flash" allowfullscreen="true"
width="425" height="344"></embed></object>>
As it is does not seem to work.
What I am attempting at doing is to have a list of items in the left
column, then the actual video shows in the right column via iframe.
You are trying to use an ActiveX object with an embed within it for
most non-IE browsers that do not support ActiveX. Although this
approach is often used, there are errors in your code. There is no
clsid for the ActiveX path, and there is an extra ">" in the code you
give at the end, perhaps a typo. Embed has never been part of w3c
html, and it is possible to use an ordinary object instead. Microsoft
conditional comments may be used to direct to the ActiveX object path
or the ordinary object path as needed.
View a demo page I made at http://www.cwdjr.net/video4/testYT.html and
look at the source code. Note that all of the "&" in the long urls for
the video must be replaced by "&" for the page to validate for
reasons specified by the w3c. The demo page as written validates at
the w3c as html 4.01 strict and as css.
.
- References:
- linking to youtube with complete "obj"
- From: richard
- linking to youtube with complete "obj"
- Prev by Date: Re: Static linked content without using frames
- Next by Date: Re: linking to youtube with complete "obj"
- Previous by thread: linking to youtube with complete "obj"
- Next by thread: Re: linking to youtube with complete "obj"
- Index(es):