Macromedia Flash Server - A SharedObeject Practice?

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > August 2005 > A SharedObeject Practice?





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 A SharedObeject Practice?
Xiaolei Shi

2005-08-03, 7:45 am

Does everyone name their slotnames in shared objects like this
slot00001 slot00002 ... slot00010 and so forth?

my apologizes if this has been addressed before.=20

- Xiaolei Shi

=-----------------------------------------------------------
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

Beto A

2005-08-03, 7:45 am

it really depends what you are doing with it...=20

Xiaolei Shi <7thguardian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:Does everyone name their slotna=
mes in shared objects like this
slot00001 slot00002 ... slot00010 and so forth?

my apologizes if this has been addressed before.=20

- Xiaolei Shi

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

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


________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20

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

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

Xiaolei Shi

2005-08-03, 7:45 am

I'm basically sending x and y data to be compiled by the drawing api,
people logging on would have to be at the current drawing loaded onto
it. Two arrays shoved in an object on a slot would have to be sent
everytime a [change] event occurs. this generates needless overhead?

On 8/3/05, Beto A <astro_sk-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:
> it really depends what you are doing with it...
>=20
> Xiaolei Shi <7thguardian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:Does everyone name their slotna=

mes in shared objects like this
> slot00001 slot00002 ... slot00010 and so forth?
>=20
> my apologizes if this has been addressed before.
>=20
> - Xiaolei Shi
>=20
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>=20
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>=20
>=20
> ________________________________________
__________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>=20
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>=20
> 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

Beto A

2005-08-03, 5:45 pm

you are showing multiple drawings or objects and you want them in seperat=
e slots. Is this correct? If so then I would probably do the same.

Xiaolei Shi <7thguardian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:I'm basically sending x and y d=
ata to be compiled by the drawing api,
people logging on would have to be at the current drawing loaded onto
it. Two arrays shoved in an object on a slot would have to be sent
everytime a [change] event occurs. this generates needless overhead?

On 8/3/05, Beto A wrote:
> it really depends what you are doing with it...
>=20
> Xiaolei Shi <7thguardian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:Does everyone name their slot=

names in shared objects like this
> slot00001 slot00002 ... slot00010 and so forth?
>=20
> my apologizes if this has been addressed before.
>=20
> - Xiaolei Shi
>=20
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>=20
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>=20
>=20
> ________________________________________
__________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>=20
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>=20
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


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

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


________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20

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

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

Graeme Bull

2005-08-03, 5:45 pm

I name mine something understandable. Like x and y.. Smallest variable
names possible if you can to reduce the amount of bits that have to go over
the line.

Graeme

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Beto A
Sent: Wednesday, August 03, 2005 10:25 PM
To: FlashComm Mailing List
Subject: Re: [FlashComm] A SharedObeject Practice?

you are showing multiple drawings or objects and you want them in seperate
slots. Is this correct? If so then I would probably do the same.

Xiaolei Shi <7thguardian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:I'm basically sending x and y data
to be compiled by the drawing api, people logging on would have to be at the
current drawing loaded onto it. Two arrays shoved in an object on a slot
would have to be sent everytime a [change] event occurs. this generates
needless overhead?

On 8/3/05, Beto A wrote:
> it really depends what you are doing with it...
>
> Xiaolei Shi <7thguardian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:Does everyone name their
> slotnames in shared objects like this
> slot00001 slot00002 ... slot00010 and so forth?
>
> my apologizes if this has been addressed before.
>
> - Xiaolei Shi
>
> =-----------------------------------------------------------
> 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
>
>
> ________________________________________
__________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.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
>


=-----------------------------------------------------------
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


________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.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


=-----------------------------------------------------------
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