RE: Can you detect if CF page is loaded in Flex I-Frame?

2009-08-08 Thread Adrian Lynch
Check if CGI.HTTP_USER_AGENT contains something different for Flex requests. Adrian -Original Message- From: Gordon Nall [mailto:gor...@imgstudios.com] Sent: 08 August 2009 21:54 To: cf-talk Subject: Can you detect if CF page is loaded in Flex I-Frame? Question: Is there a way

Re: Can you detect if CF page is loaded in Flex I-Frame?

2009-08-08 Thread Gordon Nall
Just tested the CGI.HTTP_USER_AGENT, not gonna work. I think thats more about what browser your using, as I just tested it it's the same whether Flex called it into an I-Frame or CF delivers as stand-alone page. ~| Want to

RE: Can you detect if CF page is loaded in Flex I-Frame?

2009-08-08 Thread Adrian Lynch
That's fair enough. Dump the CGI scope, see if there's anything else of interest. -Original Message- From: Gordon Nall [mailto:gordon_trav...@yahoo.com] Sent: 08 August 2009 22:22 To: cf-talk Subject: Re: Can you detect if CF page is loaded in Flex I-Frame? Just tested the

Re: Can you detect if CF page is loaded in Flex I-Frame?

2009-08-08 Thread Gordon Nall
Dump the CGI scope, see if there's anything else of interest. THX ADRIAN!! That works! Here's what I discovered: When the Flex store calls the community in an I-Frame, CGI.HTTP_REFERER=http://myURL.com However, when the community is called directly,