SpaceGirl <> wrote:
>> WebMaster wrote:
>>>"abby" <> wrote:
>>>
>>>>Is there a code markup to have a flash swf on a page which
>>>> validates to w3c standards?
>>>
>>>Not really. You can use this, if you like:
>>>http://www.alistapart.com/articles/flashsatay/, but the question is
>>
>
>It is a terrible article.
In the sense of being rather badly written. Technically it's spot on
though.
>Just look at the source of
>www.subhuman.net/news/news.asp - it has Flash in it. The mark up
>validates as XHTML trans.
subhuman.net:
<object type="application/x-shockwave-flash"
data="../animation/menu.swf" width="298" height="100">
<param name="movie" value="../animation/menu.swf" />
</object>
A List Apart:
<object type="application/x-shockwave-flash"
data="movie.swf" width="400" height="300">
<param name="movie" value="movie.swf" />
</object>
Spot the difference?
The only time the satay part of the ALA articles is needed is when you
have a large Flash movie that you want to be streamed. For small,
non-streaming movies the above code, which the ALA article gives half
way, down works fine.
But in both cases the <object> element is missing any content. That's
forgivable on ALA where they're talking about hypothectical code and
where alternative content at the end of the article but is
unforgivable on a real web site. subhuman.net looks rather silly with
the top half of the right hand column being nothing but a blank space.
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <> <http://steve.pugh.net/>