Lachlan Hunt wrote:
Stephen Stagg wrote:
flashmovie{ display:flash;}

and then your document reads:
<flashmovie src="file://a.c.v/me.swf" />

This shows that you have very little understanding of how the display property works; and probably little understanding of CSS in general. That's already possible with existing css:

flashmovie { content: attr(src); }

Correction, that should have been:

flashmovie { content: attr(src, url); }

--
Lachlan Hunt
http://lachy.id.au/

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to