Greg's Blog

helping me remember what I figure out

Flashy Flash

| Comments

Something to play around with. Over at asterisk *, there is an example of standards compliant mark-up for Flash (not sure if it’s backward compatible with older browsers, but that’s by the by at this point), which I was thinking of combining with Todd Dominey’s Flash Slide Show [you know the one he used on the PGA 2003 site] for my little header. Below, for future reference, is the code that validates the Flash embedding as xHTML 1.1 strict.

<object type=”application/x-shockwave-flash” data=”c.swf?path=intro.swf” width=”600” height=”200”>
<param name=”movie” value=”c.swf?path=intro.swf” />
</object>