Re: [flexcoders] HTTP Cookie via ActionScript

2007-10-29 Thread Abdul Qabiz
Hi,

I am also confirming this is an issue with current beta player on labs. Not
sure if it is intentional or a bug?

-abdul

On 10/27/07, Abdul Qabiz <[EMAIL PROTECTED]> wrote:
>
> It seems to be Flash Player changes, what player version are you using?
>
> -abdul
>
> On 10/25/07, Sandeep Malik < [EMAIL PROTECTED]> wrote:
> >
> >   Guys,
> >
> > We're using flex 3 beta 2 for some project and we're seeing this
> > message:
> >
> > Error #2096: The HTTP request header Cookie cannot be set via
> > ActionScript.
> > ArgumentError: Error #2096: The HTTP request header Cookie cannot be
> > set via ActionScript.
> > at flash.net::URLStream/load()
> > at flash.net::URLLoader/load()
> >
> > Is it true that Flex 3 will not allow to set HTTP Cookies via
> > actionscript? This used to work with Flex 2. This will be really bad
> > for backward compatibility as we have a framework written which sets
> > HTTP Cookies.
> >
> > Can Adobe really be doing this?
> >
> > -Sandeep
> >
> >  
> >
>
>
>
> --
> -abdul
> ---
> http://abdulqabiz.com/blog/
> ---




-- 
-abdul
---
http://abdulqabiz.com/blog/
---


Re: [flexcoders] HTTP Cookie via ActionScript

2007-10-26 Thread Abdul Qabiz
It seems to be Flash Player changes, what player version are you using?

-abdul

On 10/25/07, Sandeep Malik <[EMAIL PROTECTED]> wrote:
>
>   Guys,
>
> We're using flex 3 beta 2 for some project and we're seeing this message:
>
> Error #2096: The HTTP request header Cookie cannot be set via
> ActionScript.
> ArgumentError: Error #2096: The HTTP request header Cookie cannot be
> set via ActionScript.
> at flash.net::URLStream/load()
> at flash.net::URLLoader/load()
>
> Is it true that Flex 3 will not allow to set HTTP Cookies via
> actionscript? This used to work with Flex 2. This will be really bad
> for backward compatibility as we have a framework written which sets
> HTTP Cookies.
>
> Can Adobe really be doing this?
>
> -Sandeep
>
>  
>



-- 
-abdul
---
http://abdulqabiz.com/blog/
---


Re: [flexcoders] HTTP Cookie via ActionScript

2007-10-26 Thread George
It works fine for me in Flex 3 without any changes ( was Flex 2).

George

Sandeep Malik wrote:
> Guys,
>
> We're using flex 3 beta 2 for some project and we're seeing this message:
>
> Error #2096: The HTTP request header Cookie cannot be set via
> ActionScript.
> ArgumentError: Error #2096: The HTTP request header Cookie cannot be
> set via ActionScript.
>   at flash.net::URLStream/load()
>   at flash.net::URLLoader/load()
>
> Is it true that Flex 3 will not allow to set HTTP Cookies via
> actionscript? This used to work with Flex 2. This will be really bad
> for backward compatibility as we have a framework written which sets
> HTTP Cookies.
>
> Can Adobe really be doing this?
>
> -Sandeep
>   


[flexcoders] HTTP Cookie via ActionScript

2007-10-25 Thread Sandeep Malik
Guys,

We're using flex 3 beta 2 for some project and we're seeing this message:

Error #2096: The HTTP request header Cookie cannot be set via
ActionScript.
ArgumentError: Error #2096: The HTTP request header Cookie cannot be
set via ActionScript.
at flash.net::URLStream/load()
at flash.net::URLLoader/load()

Is it true that Flex 3 will not allow to set HTTP Cookies via
actionscript? This used to work with Flex 2. This will be really bad
for backward compatibility as we have a framework written which sets
HTTP Cookies.

Can Adobe really be doing this?

-Sandeep