As you worded it, no, you can't do that, but you can do it with other ways:
Use javascript to set a cookie with the value (JS-based flash sniffing is cake; there's a million scripts around), and then you can check the value of the cookie with CF when you're rendering your forms. If you need failover for cookie-less users, have your JS instead use JS remoting to submit a simple GET request with the value to the server, and then store it in the session scope for the user. cheers, barneyb On 7/8/05, Johnny Le <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to detect flash Player 7 using CF? I want to use cfform, but > so many of my customers don't have flash player 7 and don't have permissions > to install them. So I want to detect if they have flash player 7. If they > do, I would set format="flash". If they don't, I would set format="xml" and > skin equals to something else. > > Johnny > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211468 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

