used video in my web pages but I inserted a flv on a page and
validated this online at W3C just to check what errors I get.
Please find below the errors:
Here is the page:
http://www.twistedjunkie.eclipse.co.uk/helenlowe.html
here is the link to he error
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.twistedjunkie.eclipse.co.uk%2 Fhelenlowe.html%26amp;charset=%28detect+automatically%29%26amp;doctype=Inline%26amp;group=0#resultFLV failed markup
The page is a bit mashed.
You are using an HTML doctype -
%26lt;!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01//EN''
''
http://www.w3.org/TR/html4/strict.dtd''%26gt;
yet you are also using XHTML tag syntax. That's causing some
of your
errors -
%26lt;param name=''scale'' value=''noscale'' /%26gt;
Then, you have the flash stuff inserted WITHIN a %26lt;p%26gt;
tag. That's not
legal - fix it and you'll drop at least another error.
Finally, Flash markup simply doesn't validate (at least not
THIS Flash
markup). If you are deeply troubled by it, you can delete
everything
between %26lt;noscript%26gt; and %26lt;/noscript%26gt;, inclusive,
and then your page should
validate. However, anyone coming to the page without
javascript enabled
will then no longer see the Flash at all.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials %26amp; Resources
http://www.dwfaq.com - DW FAQs,
Tutorials %26amp; Resources
==================
''lister110'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
message
news:fgce7v$p7u$1@forums.macromedia.com...
%26gt; Could someone help with some guidance. I have never
really used video in
%26gt; my web
%26gt; pages but I inserted a flv on a page and validated this
online at W3C just
%26gt; to
%26gt; check what errors I get. Please find below the errors:
%26gt;
%26gt; Here is the page:
%26gt;
http://www.twistedjunkie.eclipse.co.uk/helenlowe.html
%26gt;
%26gt; here is the link to he error
%26gt;
%26gt;
%26gt;
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.twistedjunkie.eclipse.co.uk%2
%26gt;
Fhelenlowe.html%26amp;charset=%28detect+automatically%29%26amp;doctype=Inline%26amp;group=0#resul t
%26gt;
FLV failed markup
Thanks for the reply,
So is it best to place flash flv straight into a div
container to hold the movie? Also what DOCTYPE should I be using if
I use a FLV's on my site. Will this effect a google ranking if the
DOCTYPE is incorrect. Maybe its best I don't use FLV and use a
standard movie file, would this stop the errors.
I'm really sorry for all the questions.
lister
%26gt; So is it best to place flash flv straight into a div
container to hold the
%26gt; movie?
No. It would depend entirely on your layout needs.
%26gt; Also what DOCTYPE should I be using if I use a FLV's on
my site.
Doesn't matter. Use any valid and complete doctype that is
consistent with
your ability. In other words, if you have no real
understanding of HTML
standards, then use HTML4.01 Transitional. If you know the
standards and
can hand code well, then use HTML 4.01 Strict, or XHTML 1.0
Strict.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials %26amp; Resources
http://www.dwfaq.com - DW FAQs,
Tutorials %26amp; Resources
==================
''lister110'' %26lt;webforumsuser@macromedia.com%26gt; wrote in
message
news:fgesqe$78d$1@forums.macromedia.com...
%26gt; Thanks for the reply,
%26gt;
%26gt; So is it best to place flash flv straight into a div
container to hold the
%26gt; movie? Also what DOCTYPE should I be using if I use a
FLV's on my site.
%26gt; Will
%26gt; this effect a google ranking if the DOCTYPE is
incorrect. Maybe its best I
%26gt; don't use FLV and use a standard movie file, would this
stop the errors.
%26gt;
%26gt; I'm really sorry for all the questions.
%26gt;
%26gt; lister
%26gt;
No comments:
Post a Comment