Macromedia Flash Server - Ssas shared objects multiple data

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > April 2005 > Ssas shared objects multiple data





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Ssas shared objects multiple data
dan

2005-04-07, 5:56 pm

Hello
Is it posible to put 2 var in a property?
Like so:
application.people_so.setProperty(newClient.name,username,sex);
And if so
How whuld you get the data back: I use this now( and is dosent work for
the sex data part )

people_so.onSync = function(list){
i=0;
for(i in people_so.data){
trace(people_so.data[i]);
trace(people_so.data[i].sex);
}
}

10x
Dan


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

[*__*]

2005-04-07, 5:56 pm

application.people_so.setProperty(newClient.name,{username:username,sex:sex});
trace(people_so.data[i].sex);

a

dan wrote:

>Hello
>Is it posible to put 2 var in a property?
>Like so:
> application.people_so.setProperty(newClient.name,username,sex);
>And if so
>How whuld you get the data back: I use this now( and is dosent work for
>the sex data part )
>
>people_so.onSync = function(list){
> i=0;
> for(i in people_so.data){
> trace(people_so.data[i]);
> trace(people_so.data[i].sex);
> }
>}
>
>10x
>Dan
>
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
>
>




=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

dan

2005-04-07, 5:56 pm

Thank you very mutch
Will post soon a messenger component for fcs
Just had this but to fix
10x


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of [*__*]
Sent: Monday, March 28, 2005 12:20 PM
To: FlashComm Mailing List
Subject: Re: [FlashComm] Ssas shared objects multiple data


application.people_so.setProperty(newClient.name,{username:username,sex:
sex});
trace(people_so.data[i].sex);

a

dan wrote:

>Hello
>Is it posible to put 2 var in a property?
>Like so:
> application.people_so.setProperty(newClient.name,username,sex);
>And if so
>How whuld you get the data back: I use this now( and is dosent work for


>the sex data part )
>
>people_so.onSync = function(list){
> i=0;
> for(i in people_so.data){
> trace(people_so.data[i]);
> trace(people_so.data[i].sex);
> }
>}
>
>10x
>Dan
>
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
>
>




=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Bob Wohl

2005-04-07, 5:56 pm

try this:

myCustomObj = {client:clientVar, clientName:nameVar, sex:thesex};
people_so.data.thePeopleInfo = myCustomObj;



hth

Bob


----- Original Message -----
From: "dan" <dan-zpb3JjKVF03RNpEZXGUFxA@public.gmane.org>
To: "'FlashComm Mailing List'" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Sent: Monday, March 28, 2005 3:10 AM
Subject: [FlashComm] Ssas shared objects multiple data


> Hello
> Is it posible to put 2 var in a property?
> Like so:
> application.people_so.setProperty(newClient.name,username,sex);
> And if so
> How whuld you get the data back: I use this now( and is dosent work for
> the sex data part )
>
> people_so.onSync = function(list){
> i=0;
> for(i in people_so.data){
> trace(people_so.data[i]);
> trace(people_so.data[i].sex);
> }
> }
>
> 10x
> Dan
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> __________ NOD32 1.948 (20041214) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.nod32.com
>
>


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com