Tom Livingston wrote:

[snip]

What I like about SWFObject, is the easy way to deliver basically
*any* alternate content for a user without Flash. So a user choosing
to not use Flash can still have a somewhat rich experience instead of
just getting the "Download Flash" message.

Just a thought. And 2ยข... :-P

Hi Tom (and all),

I like the very simple method suggested to me by Bert Stern [ http://www.betterwebdesign.com.au] a couple of years ago:


<object data="whatever.swf" width="200" height="100" type="application/x-shockwave-flash">
      <param name="movie" value="whatever.swf" />
      <param name="quality" value="high" />
      <param name="bgcolor" value="#fff" />
      <img src="whatever.gif" alt="" />
    </object>

Note the 5th line of code. If a user doesn't have Flash, he/she just sees the equivalent gif. NO pestering.

--
Bob

www.gwelanmor-internet.co.uk



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to