On 9/19/06, Rick Root <[EMAIL PROTECTED]> wrote: > > Tom Chiverton wrote: > > > > No, but you can have a callback use ExternalInterface to set one via > > JavaScript. > > the only problem with that is that the flex app will be residing on a > DIFFERENT web site from the main coldfusion application.
in this case you can't use remoting. DK I guess what I'd have to do is have the callback to a javascript > function on the page that passes the cookie value to a hidden iframe > whose source is on the remote coldfusion server.. ie, just set the > location of the iframe to something like > www.somedomain.com/setcookie.cfm?value=12345 .. > > The coldfusion app (which may someday be a flex app) requires > registration and authentication, but I'd like to place this little flex > app directly on client web sites so their clients can log in there and > make a more seamless integration. > > I suppose another solution would be for the flex app to be located on > the coldfusion server and just embedded in an iframe on the client web > site, and then I could just set the cookie with javascript... > > Rick > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3195 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
