Yes - this is done with a shim.swf - it is quite simple
You create a shim ( 5x5 or 1 x 1 example) swf movie with a
GetURL("http://redirecthere.com") action in it.On the page you set a meta tag <META HTTP-EQUIV="Refresh" CONTENT="10; URL=sendmeHere.html"> The shim movie is tiny so won't effect any design, and can be placed anywhere - and it certainly will load faster than 10 seconds and forward people to a flash enabled page - if that doesn't happen - the meta tag takes place. So if flash is present - the action happens prior to the meta. jay miller P.S. - not fool proof or ideal for all situations. Also - becomes a bit more complicated for sub version checking Ben Doom wrote: > I know that in the past, my boss has written a Flash detector in Flash/HTML. > > Basically, if Flash is installed, it goes to one URL (and I suppose could > pass the version). If not, after a few seconds, the META refresh tag takes > it to a page that asks the user to install Flash or whatever. > > > -- Ben Doom > Programmer & General Lackey > Moonbow Software, Inc > > : -----Original Message----- > : From: G-matcomkc [mailto:[EMAIL PROTECTED] > : Sent: Wednesday, August 13, 2003 10:45 AM > : To: CF-Talk > : Subject: Detecting Flash > : > : > : Is there a simple and effective way to programmatically determine in CF > : whether a user has installed the Flash player? > : > : TIA, > : > : Brian > : > : > : > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

