[flexcoders] shared object domain in sub application

2009-07-19 Thread guy.tomer
Hi, Is there a way to have the shared object in a sub-application use the domain of the loaded sub-application and not the one of the loading application? The scenario is application A is loaded from A.com app B is loaded from B.com Both A and B load sub application SWF C from C.com However, we

RE: [flexcoders] [Shared Object] Save XML

2009-06-25 Thread Tracy Spratt
, June 23, 2009 11:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] [Shared Object] Save XML Hi, i would know if is possible to save xml format into SharedObjects.. thanks Regard Lord

[flexcoders] [Shared Object] Save XML

2009-06-23 Thread thelordsince1984
Hi, i would know if is possible to save xml format into SharedObjects.. thanks Regard Lord

[flexcoders] Shared Object - Value Object - How use RegisterClassAlias?

2009-02-10 Thread thelordsince1984
hi everybody, i've created a custom value object class..a simple class with private properties and getters methods to retrieve them. then i created an array collection where each item is a value object. then i have a shared object manager that looks like this: package util{ import

[flexcoders] Shared Object

2009-02-07 Thread thelordsince1984
Hi, i've a little proble with shared object...can you help me? i've a value object: public class WindowInfo { private var _id:String; private var _module:String public function

[flexcoders] Shared Object in Flex 2

2008-03-05 Thread nelson_geoff
Can anyone help me figure out why this won't work? ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ private function storeVisitDate():void

RE: [flexcoders] Shared Object in Flex 2

2008-03-05 Thread Chad Gray
At first glance you are not importing the Alert class import mx.controls.Alert; -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nelson_geoff Sent: Wednesday, March 05, 2008 12:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Shared

Re: [flexcoders] Shared Object in Flex 2

2008-03-05 Thread Charlie Hubbard
What's exactly not working about this? I copied your code into an mxml doc, added the missing import, and ran it. It looked like it worked to me. Charlie On Wed, Mar 5, 2008 at 12:32 PM, nelson_geoff [EMAIL PROTECTED] wrote: Can anyone help me figure out why this won't work? ?xml

RE: [flexcoders] Shared Object in Flex 2

2008-03-05 Thread Tracy Spratt
What part is failing? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nelson_geoff Sent: Wednesday, March 05, 2008 12:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Shared Object in Flex 2 Can anyone help me

[flexcoders] shared object problem

2007-12-17 Thread Rick Root
Hi, I'm having a problem with a shared object.. it contains basically a coldfusion structure that holds a bunch of query reuslts and other structure elements. For some reason, I've started having trouble loading the shared object. I'm using Flex Builder 3 beta 2, compiling with the 2.0.1 hot

[flexcoders] Shared object, custom types, and registerclassalias not working

2007-09-25 Thread mleembruggen
Hi, The problem I am having is actually reading the custom types back into my flex app from the shared object. They seem to save/flush fine but flex doesn't read them back in as serialized custom types I have an arraycollection of custom type LoginVO objects.

RE: [flexcoders] shared object security with flex 1.5

2006-02-07 Thread Robert Brueckmann
: 212.822.4820 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Taka Kojima Sent: Monday, February 06, 2006 3:16 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] shared object security with flex 1.5 Dear Robert, Yeah, here's an idea: Have it store

RE: [flexcoders] shared object security with flex 1.5

2006-02-07 Thread Jason Hawryluk
ome to my work kids. -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Robert BrueckmannEnvoy: mardi 7 fvrier 2006 15:45: flexcoders@yahoogroups.comObjet: RE: [flexcoders] shared object security with flex 1.5 Great idea Tak

[flexcoders] shared object security with flex 1.5

2006-02-06 Thread Robert Brueckmann
I created a remember me on this computer option when the user logs in, so when they come to the URL it automatically logs them into our site based on the username and password I'm encrypting and storing in a shared object on their machine. Works great. Out of curiosity, I located that