House of Fusion
Home of the ColdFusion Community

Search cf-talk

October 07, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Can ColdFusion detect if Flash is available?

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
K Simanonok
05/21/2008 04:26 PM

I'd like to be able to detect if a user's browser will support Flash, and ideally be able to tell if the version is up to date enough to handle my Flash application.  Is this possible? TIA

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Barney Boisvert
05/21/2008 04:32 PM

Not directly.  You can render a page that uses JavaScript to detect the flash player and version and then send the user to the appropriate (flash / non-flash) page.  This is what the default wrapper of most Flash-producing environments (Flash IDE, FlexBuilder, etc.) does for you. cheers. barneyb On Wed, May 21, 2008 at 1:24 PM, K Simanonok <karl1@simanonok.com> wrote: > I'd like to be able to detect if a user's browser will support Flash, and ideally be able to tell if the version is up to date enough to handle my Flash application.  Is this possible? > > TIA -- Barney Boisvert bboisvert@gmail.com http://www.barneyb.com/ Got Gmail? I have 100 invites.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Greg Morphis
05/21/2008 04:33 PM

CF = server.. Flash is client.. so I wouldn't think so.. if I was wrong it wouldn't be the first time On Wed, May 21, 2008 at 3:24 PM, K Simanonok <karl1@simanonok.com> wrote: > I'd like to be able to detect if a user's browser will support Flash, and ideally be able to tell if the version is up to date enough to handle my Flash application.  Is this possible? > > TIA

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Alan Rother
05/21/2008 05:05 PM

This is my favorite Flash detection JavaScript http://code.google.com/p/swfobject/ =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kamru Miah
05/22/2008 04:50 AM

If you use JavaScript to detect Flash, can you use CF to detect if JavaScript is enabled in the use's browser? If you cannot get CF to detect and/or enable JavaScript then I suggest one is developed? Kamru ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jayesh Viradiya
05/22/2008 05:09 AM

Why should CF enable Javascript on client ? It's a security breach. Isnt it ? Jayesh If you use JavaScript to detect Flash, can you use CF to detect if JavaScript is enabled in the use's browser? If you cannot get CF to detect and/or enable JavaScript then I suggest one is developed? Kamru ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Brian Kotek
05/22/2008 09:19 AM

CF only "knows" what the browser tells it. It can't force the browser to reveal anything. On Thu, May 22, 2008 at 4:48 AM, Kamru Miah <k.miah@csl.gov.uk> wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Adam Haskell
05/21/2008 10:07 PM

Not wrong in this case but it is important to note that the browser does send a wealth of information about itself with each request. So just b/c something is client side does not preclude CF from knowing something about it. Adam On Wed, May 21, 2008 at 4:31 PM, Greg Morphis <gmorphis@gmail.com> wrote: ----- Excess quoted text cut - see Original Post for more -----


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists