Hello, could you explain how this is accomplished in javascript? Where does setting the cookie take place in the workflow?
On Wednesday, December 5, 2007 9:54:59 PM UTC-8, Abdul Qabiz wrote: > > That's not a bug rather a security feature... Previous versions of player > allowed it because of a bug... > > Flash player is not supposed to set Cookie, cookies are sent whenever you > make a http-request (via Flash Player API)... You can rather, set the > cookie using ExternalInterface + JavaScript and it would be sent > automatically on request... > > -abdul > > On Dec 5, 2007 10:45 PM, [email protected] <javascript:> > <[email protected]<javascript:>> > wrote: > >> >> They released a production version of moviestar yesterday on Adobe's >> site, and this bug is still there!!! What can we do? Is it really a >> "bug", or is it a new built in "security feature"? My apps are going >> to break when people update to this new version!! >> >> On Oct 27, 9:21 am, "Abdul Qabiz" <[email protected]> wrote: >> > You can keep flexbuilder3, just install player from adobe site, it >> > would install release version not beta. I am gonna check this and file >> > bug or let them know. >> > >> > -abdul >> > >> > On 10/27/07, smalik < [email protected]> wrote: >> > >> > >> > >> > > Yeah the version of player which comes with Flex 3 Beta 2. After that >> > > I reinstalled Flex Builder 2 again (which I had removed in favor of >> > > Flex 3 Builder Beta 2), re built the app and ran it again. This time >> > > it worked. The unsettling thing is both times when I ran the app (one >> > > with Flex 3 B2 and the second with Flex 2) and clicked "About Adobe >> > > Flash Player", it took me to the web page where it said I had >> 9.0.0.28 >> > > version installed. Both times! So, I don't know what crap is going >> on, >> > > though the issue is 100% reproducible every time I run my app built >> > > with Flex 3 B2. >> > >> > > On Oct 27, 3:05 pm, "Abdul Qabiz" <[email protected] > wrote: >> > > > You found this issue in newer version of player? The beta one? >> > >> > > > On 10/27/07, smalik <[email protected]> wrote: >> > >> > > > > Yup, >> > >> > > > > I guess the issue was with Flash Player. I installed another >> version >> > > > > and its working now. The issue is resolved for the time being, >> but I >> > > > > am not sure if they are planning to do some thing like this with >> new >> > > > > version of player. Lets see... >> > >> > > > > Thanks guys, >> > > > > Sandeep >> > >> > > > > On Oct 27, 1:28 am, "Abdul Qabiz" <[email protected]> wrote: >> > > > > > use as3httpclient :) >> > >> > > > > > BTW! I need to check, if it compiles and works well with new >> beta... >> > >> > > > > > -abdul >> > >> > > > > > On 10/26/07, smalik <[email protected]> wrote: >> > >> > > > > > > I just upgraded my IDE to Flex Builder 3 Beta 2 and I am >> seeing this >> > > > > > > rather discomforting error: >> > >> > > > > > > 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() >> > >> > > > > > > I am using a URLLoader to request some data and I am setting >> HTTP >> > > > > > > Session Cookie in the header. This used to work fine for Flex >> 2 and >> > > > > > > Flex 3 Beta 1 as well. >> > >> > > > > > > Has Adobe changed some implementation there now or is it "in >> > > transit" >> > > > > > > issue for beta 2 and may eventually go away. Any one has any >> news? >> > > > > > > Abdul? Mrinal? Anyone? >> > >> > > > > > > Regards, >> > > > > > > Sandeep >> > >> > > > > > -- >> > > > > > -abdul >> > > > > > ---------------------------------------http://abdulqabiz.com/blog/ >> > > > > > --------------------------------------- >> > >> > > > -- >> > > > Sent from Gmail for mobile | mobile.google.com >> > >> > > > -abdul >> > > > ---------------------------------------http://abdulqabiz.com/blog/ >> > > > --------------------------------------- >> > >> > -- >> > Sent from Gmail for mobile | mobile.google.com >> > >> > -abdul >> > --------------------------------------- http://abdulqabiz.com/blog/ >> > --------------------------------------- >> >> >> >> > > > -- > -abdul > --------------------------------------- > http://abdulqabiz.com/blog/ > --------------------------------------- -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To view this discussion on the web visit https://groups.google.com/d/msg/flex_india/-/WnplAVLVQIcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

