How do I provide separate content for non-Flash web browsers?
January 22, 2004 2:19 PM
Subscribe
Web Dev: Is there any way to define alternate content (i.a.: an html menu) for non-flash enabled browsers?
posted by signal to computers & internet (6 comments total)
<object type="application/x-shockwave-flash" data="menu.swf"><param name="movie" value="menu.swf" />
<ul><li>menu</li></ul>
</object>
posted by riffola at 2:36 PM on January 22, 2004