RE: [Flashcoders] Does Flash fire any event(s) when...

2009-02-05 Thread Cor
I don't know Javascript.
And also ExternalInterface is a new one.
Can you give me a hand on this one?

Thanks!

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Nate Beck
Sent: woensdag 4 februari 2009 18:05
To: Flash Coders List
Subject: Re: [Flashcoders] Does Flash fire any event(s) when...

Use ExternalInterface and close out the browser using Javascript.

On Wed, Feb 4, 2009 at 7:31 AM, Cor c...@chello.nl wrote:

 I have my swf in a html-page, but it is set to fullscreen.
 I create a close button.
 But I can't seem to figure out how to close the swf and at the same time
 the html page correctly with AS3.
 Any ideas?

 -Original Message-
 From: flashcoders-boun...@chattyfig.figleaf.com [mailto:
 flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki
 Sent: woensdag 4 februari 2009 16:26
 To: Flash Coders List
 Subject: Re: [Flashcoders] Does Flash fire any event(s) when...

 Ya, too bad there isn't something akin to what AIR has
 (NativeApplication.nativeApplication.addEventListener(
 Event.EXITING,... )

 On Wed, Feb 4, 2009 at 9:58 AM, Andrew Murphy amur...@delvinia.com
 wrote:

  Hi Eric. :)
 
  Unfortunately Event.DEACTIVATE also fires if a user clicks on a
different
  tab in their browser or a different application in their desktop.
 
 
  
  Andrew Murphy
  Interactive Media Specialist
  amur...@delvinia.com
 
  Delvinia
  214 King Street West, Suite 214
  Toronto Canada M5H 3S6
 
  P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com
 
  CONFIDENTIALITY NOTICE
  This email message may contain privileged or confidential information.
If
  you are not the intended recipient or received this communication by
 error,
  please notify the sender and delete the message without copying or
  disclosing it.
 
  AVIS DE CONFIDENTIALITÉ
  Ce message peut contenir de l'information légalement privilégiée ou
  confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu
 par
  erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en
  détruire le contenu sans le communiquer a d'autres ou le reproduire.
 
 
 
   -Original Message-
   From: flashcoders-boun...@chattyfig.figleaf.com
   [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf
   Of Eric E. Dolecki
   Sent: Wednesday, February 04, 2009 8:50 AM
   To: Flash Coders List
   Subject: Re: [Flashcoders] Does Flash fire any event(s) when...
  
   There is
   stage.addEventListener( Event.DEACTIVATE, method );
   stage.addEventListener( Event.ACTIVATE, method );
  
   - eric
  
   2009/2/4 Andrew Murphy amur...@delvinia.com
  
Hi. :)
   
I was wondering if a .swf embedded in a web page fires and
   event(s) when...
   
   
1) ...the user navigates away from the page.
   
2) ...the user closes the browser window.
   
   
I doubt that it does but thought I'd check with the experts
   here first.
Thank you. :)
   
   

Andrew Murphy
Interactive Media Specialist
 mailto:amur...@delvinia.com amur...@delvinia.com
   
Delvinia
214 King Street West, Suite 214
Toronto Canada M5H 3S6
   
P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com
   
CONFIDENTIALITY NOTICE
This email message may contain privileged or confidential
   information.
If you are not the intended recipient or received this
   communication
by error, please notify the sender and delete the message without
copying or disclosing it.
   
AVIS DE CONFIDENTIALITÉ
Ce message peut contenir de l'information légalement privilégiée ou
confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir
reçu par erreur ce message, nous vous saurions gré d'en aviser
l'émetteur et d'en détruire le contenu sans le communiquer
   a d'autres ou le reproduire.
   
   
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
  
  
  
   --
   http://ericd.net
   Interactive design and development
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 http://ericd.net
 Interactive design and development
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 No virus found in this incoming message.
 Checked by AVG - http://www.avg.com
 Version: 8.0.176 / Virus Database: 270.10.17/1934 - Release Date: 4-2-2009
 8:24

Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-05 Thread allandt bik-elliott (thefieldcomic.com)
you could certainly increase / decrease the scale of a clip/sprite
containing a video playing flv

could you start a new thread in future, please? - i find these hijacked
threads really hard to follow

thanks

On Thu, Feb 5, 2009 at 1:12 PM, Ricardo M. Portilho 
ricardo.monteiro.porti...@gmail.com wrote:

 Hi,
 I was wondering if it is possible to action script a slider to increase and
 decrease the size of a video component that plays flv or a for swf video on
 a higher level than main movie.
 Any ideas?

 tanks,
 R.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Charles Parcell
I am not aware of Flash making these event calls but JavaScript can
(unLoad).

Charles P.



2009/2/4 Andrew Murphy amur...@delvinia.com

 Hi. :)

 I was wondering if a .swf embedded in a web page fires and event(s) when...


 1) ...the user navigates away from the page.

 2) ...the user closes the browser window.


 I doubt that it does but thought I'd check with the experts here first.
 Thank you. :)


 
 Andrew Murphy
 Interactive Media Specialist
  mailto:amur...@delvinia.com amur...@delvinia.com

 Delvinia
 214 King Street West, Suite 214
 Toronto Canada M5H 3S6

 P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com

 CONFIDENTIALITY NOTICE
 This email message may contain privileged or confidential information. If
 you are not the intended recipient or received this communication by error,
 please notify the sender and delete the message without copying or
 disclosing it.

 AVIS DE CONFIDENTIALITÉ
 Ce message peut contenir de l'information légalement privilégiée ou
 confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu par
 erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en
 détruire le contenu sans le communiquer a d'autres ou le reproduire.


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Eric E. Dolecki
There is
stage.addEventListener( Event.DEACTIVATE, method );
stage.addEventListener( Event.ACTIVATE, method );

- eric

2009/2/4 Andrew Murphy amur...@delvinia.com

 Hi. :)

 I was wondering if a .swf embedded in a web page fires and event(s) when...


 1) ...the user navigates away from the page.

 2) ...the user closes the browser window.


 I doubt that it does but thought I'd check with the experts here first.
 Thank you. :)


 
 Andrew Murphy
 Interactive Media Specialist
  mailto:amur...@delvinia.com amur...@delvinia.com

 Delvinia
 214 King Street West, Suite 214
 Toronto Canada M5H 3S6

 P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com

 CONFIDENTIALITY NOTICE
 This email message may contain privileged or confidential information. If
 you are not the intended recipient or received this communication by error,
 please notify the sender and delete the message without copying or
 disclosing it.

 AVIS DE CONFIDENTIALITÉ
 Ce message peut contenir de l'information légalement privilégiée ou
 confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu par
 erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en
 détruire le contenu sans le communiquer a d'autres ou le reproduire.


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
http://ericd.net
Interactive design and development
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Andrew Murphy
Hi Eric. :)

Unfortunately Event.DEACTIVATE also fires if a user clicks on a different tab 
in their browser or a different application in their desktop.



Andrew Murphy
Interactive Media Specialist
amur...@delvinia.com

Delvinia
214 King Street West, Suite 214 
Toronto Canada M5H 3S6

P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com

CONFIDENTIALITY NOTICE
This email message may contain privileged or confidential information. If you 
are not the intended recipient or received this communication by error, please 
notify the sender and delete the message without copying or disclosing it.

AVIS DE CONFIDENTIALITÉ
Ce message peut contenir de l'information légalement privilégiée ou 
confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu par 
erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en 
détruire le contenu sans le communiquer a d'autres ou le reproduire.

 

 -Original Message-
 From: flashcoders-boun...@chattyfig.figleaf.com 
 [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf 
 Of Eric E. Dolecki
 Sent: Wednesday, February 04, 2009 8:50 AM
 To: Flash Coders List
 Subject: Re: [Flashcoders] Does Flash fire any event(s) when...
 
 There is
 stage.addEventListener( Event.DEACTIVATE, method ); 
 stage.addEventListener( Event.ACTIVATE, method );
 
 - eric
 
 2009/2/4 Andrew Murphy amur...@delvinia.com
 
  Hi. :)
 
  I was wondering if a .swf embedded in a web page fires and 
 event(s) when...
 
 
  1) ...the user navigates away from the page.
 
  2) ...the user closes the browser window.
 
 
  I doubt that it does but thought I'd check with the experts 
 here first.
  Thank you. :)
 
 
  
  Andrew Murphy
  Interactive Media Specialist
   mailto:amur...@delvinia.com amur...@delvinia.com
 
  Delvinia
  214 King Street West, Suite 214
  Toronto Canada M5H 3S6
 
  P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com
 
  CONFIDENTIALITY NOTICE
  This email message may contain privileged or confidential 
 information. 
  If you are not the intended recipient or received this 
 communication 
  by error, please notify the sender and delete the message without 
  copying or disclosing it.
 
  AVIS DE CONFIDENTIALITÉ
  Ce message peut contenir de l'information légalement privilégiée ou 
  confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir 
  reçu par erreur ce message, nous vous saurions gré d'en aviser 
  l'émetteur et d'en détruire le contenu sans le communiquer 
 a d'autres ou le reproduire.
 
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 
 
 
 --
 http://ericd.net
 Interactive design and development
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Eric E. Dolecki
Ya, too bad there isn't something akin to what AIR has
(NativeApplication.nativeApplication.addEventListener(
Event.EXITING,... )

On Wed, Feb 4, 2009 at 9:58 AM, Andrew Murphy amur...@delvinia.com wrote:

 Hi Eric. :)

 Unfortunately Event.DEACTIVATE also fires if a user clicks on a different
 tab in their browser or a different application in their desktop.


 
 Andrew Murphy
 Interactive Media Specialist
 amur...@delvinia.com

 Delvinia
 214 King Street West, Suite 214
 Toronto Canada M5H 3S6

 P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com

 CONFIDENTIALITY NOTICE
 This email message may contain privileged or confidential information. If
 you are not the intended recipient or received this communication by error,
 please notify the sender and delete the message without copying or
 disclosing it.

 AVIS DE CONFIDENTIALITÉ
 Ce message peut contenir de l'information légalement privilégiée ou
 confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu par
 erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en
 détruire le contenu sans le communiquer a d'autres ou le reproduire.



  -Original Message-
  From: flashcoders-boun...@chattyfig.figleaf.com
  [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf
  Of Eric E. Dolecki
  Sent: Wednesday, February 04, 2009 8:50 AM
  To: Flash Coders List
  Subject: Re: [Flashcoders] Does Flash fire any event(s) when...
 
  There is
  stage.addEventListener( Event.DEACTIVATE, method );
  stage.addEventListener( Event.ACTIVATE, method );
 
  - eric
 
  2009/2/4 Andrew Murphy amur...@delvinia.com
 
   Hi. :)
  
   I was wondering if a .swf embedded in a web page fires and
  event(s) when...
  
  
   1) ...the user navigates away from the page.
  
   2) ...the user closes the browser window.
  
  
   I doubt that it does but thought I'd check with the experts
  here first.
   Thank you. :)
  
  
   
   Andrew Murphy
   Interactive Media Specialist
mailto:amur...@delvinia.com amur...@delvinia.com
  
   Delvinia
   214 King Street West, Suite 214
   Toronto Canada M5H 3S6
  
   P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com
  
   CONFIDENTIALITY NOTICE
   This email message may contain privileged or confidential
  information.
   If you are not the intended recipient or received this
  communication
   by error, please notify the sender and delete the message without
   copying or disclosing it.
  
   AVIS DE CONFIDENTIALITÉ
   Ce message peut contenir de l'information légalement privilégiée ou
   confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir
   reçu par erreur ce message, nous vous saurions gré d'en aviser
   l'émetteur et d'en détruire le contenu sans le communiquer
  a d'autres ou le reproduire.
  
  
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
 
 
 
  --
  http://ericd.net
  Interactive design and development
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
http://ericd.net
Interactive design and development
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Cor
I have my swf in a html-page, but it is set to fullscreen.
I create a close button.
But I can't seem to figure out how to close the swf and at the same time the 
html page correctly with AS3.
Any ideas?

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com 
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki
Sent: woensdag 4 februari 2009 16:26
To: Flash Coders List
Subject: Re: [Flashcoders] Does Flash fire any event(s) when...

Ya, too bad there isn't something akin to what AIR has
(NativeApplication.nativeApplication.addEventListener(
Event.EXITING,... )

On Wed, Feb 4, 2009 at 9:58 AM, Andrew Murphy amur...@delvinia.com wrote:

 Hi Eric. :)

 Unfortunately Event.DEACTIVATE also fires if a user clicks on a different
 tab in their browser or a different application in their desktop.


 
 Andrew Murphy
 Interactive Media Specialist
 amur...@delvinia.com

 Delvinia
 214 King Street West, Suite 214
 Toronto Canada M5H 3S6

 P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com

 CONFIDENTIALITY NOTICE
 This email message may contain privileged or confidential information. If
 you are not the intended recipient or received this communication by error,
 please notify the sender and delete the message without copying or
 disclosing it.

 AVIS DE CONFIDENTIALITÉ
 Ce message peut contenir de l'information légalement privilégiée ou
 confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu par
 erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en
 détruire le contenu sans le communiquer a d'autres ou le reproduire.



  -Original Message-
  From: flashcoders-boun...@chattyfig.figleaf.com
  [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf
  Of Eric E. Dolecki
  Sent: Wednesday, February 04, 2009 8:50 AM
  To: Flash Coders List
  Subject: Re: [Flashcoders] Does Flash fire any event(s) when...
 
  There is
  stage.addEventListener( Event.DEACTIVATE, method );
  stage.addEventListener( Event.ACTIVATE, method );
 
  - eric
 
  2009/2/4 Andrew Murphy amur...@delvinia.com
 
   Hi. :)
  
   I was wondering if a .swf embedded in a web page fires and
  event(s) when...
  
  
   1) ...the user navigates away from the page.
  
   2) ...the user closes the browser window.
  
  
   I doubt that it does but thought I'd check with the experts
  here first.
   Thank you. :)
  
  
   
   Andrew Murphy
   Interactive Media Specialist
mailto:amur...@delvinia.com amur...@delvinia.com
  
   Delvinia
   214 King Street West, Suite 214
   Toronto Canada M5H 3S6
  
   P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com
  
   CONFIDENTIALITY NOTICE
   This email message may contain privileged or confidential
  information.
   If you are not the intended recipient or received this
  communication
   by error, please notify the sender and delete the message without
   copying or disclosing it.
  
   AVIS DE CONFIDENTIALITÉ
   Ce message peut contenir de l'information légalement privilégiée ou
   confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir
   reçu par erreur ce message, nous vous saurions gré d'en aviser
   l'émetteur et d'en détruire le contenu sans le communiquer
  a d'autres ou le reproduire.
  
  
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
 
 
 
  --
  http://ericd.net
  Interactive design and development
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
http://ericd.net
Interactive design and development
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.10.17/1934 - Release Date: 4-2-2009 8:24


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Nate Beck
Use ExternalInterface and close out the browser using Javascript.

On Wed, Feb 4, 2009 at 7:31 AM, Cor c...@chello.nl wrote:

 I have my swf in a html-page, but it is set to fullscreen.
 I create a close button.
 But I can't seem to figure out how to close the swf and at the same time
 the html page correctly with AS3.
 Any ideas?

 -Original Message-
 From: flashcoders-boun...@chattyfig.figleaf.com [mailto:
 flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki
 Sent: woensdag 4 februari 2009 16:26
 To: Flash Coders List
 Subject: Re: [Flashcoders] Does Flash fire any event(s) when...

 Ya, too bad there isn't something akin to what AIR has
 (NativeApplication.nativeApplication.addEventListener(
 Event.EXITING,... )

 On Wed, Feb 4, 2009 at 9:58 AM, Andrew Murphy amur...@delvinia.com
 wrote:

  Hi Eric. :)
 
  Unfortunately Event.DEACTIVATE also fires if a user clicks on a different
  tab in their browser or a different application in their desktop.
 
 
  
  Andrew Murphy
  Interactive Media Specialist
  amur...@delvinia.com
 
  Delvinia
  214 King Street West, Suite 214
  Toronto Canada M5H 3S6
 
  P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com
 
  CONFIDENTIALITY NOTICE
  This email message may contain privileged or confidential information. If
  you are not the intended recipient or received this communication by
 error,
  please notify the sender and delete the message without copying or
  disclosing it.
 
  AVIS DE CONFIDENTIALITÉ
  Ce message peut contenir de l'information légalement privilégiée ou
  confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu
 par
  erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en
  détruire le contenu sans le communiquer a d'autres ou le reproduire.
 
 
 
   -Original Message-
   From: flashcoders-boun...@chattyfig.figleaf.com
   [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf
   Of Eric E. Dolecki
   Sent: Wednesday, February 04, 2009 8:50 AM
   To: Flash Coders List
   Subject: Re: [Flashcoders] Does Flash fire any event(s) when...
  
   There is
   stage.addEventListener( Event.DEACTIVATE, method );
   stage.addEventListener( Event.ACTIVATE, method );
  
   - eric
  
   2009/2/4 Andrew Murphy amur...@delvinia.com
  
Hi. :)
   
I was wondering if a .swf embedded in a web page fires and
   event(s) when...
   
   
1) ...the user navigates away from the page.
   
2) ...the user closes the browser window.
   
   
I doubt that it does but thought I'd check with the experts
   here first.
Thank you. :)
   
   

Andrew Murphy
Interactive Media Specialist
 mailto:amur...@delvinia.com amur...@delvinia.com
   
Delvinia
214 King Street West, Suite 214
Toronto Canada M5H 3S6
   
P 416.364.1455 ext. 232  F 416.364.9830  W www.delvinia.com
   
CONFIDENTIALITY NOTICE
This email message may contain privileged or confidential
   information.
If you are not the intended recipient or received this
   communication
by error, please notify the sender and delete the message without
copying or disclosing it.
   
AVIS DE CONFIDENTIALITÉ
Ce message peut contenir de l'information légalement privilégiée ou
confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir
reçu par erreur ce message, nous vous saurions gré d'en aviser
l'émetteur et d'en détruire le contenu sans le communiquer
   a d'autres ou le reproduire.
   
   
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
  
  
  
   --
   http://ericd.net
   Interactive design and development
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 http://ericd.net
 Interactive design and development
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 No virus found in this incoming message.
 Checked by AVG - http://www.avg.com
 Version: 8.0.176 / Virus Database: 270.10.17/1934 - Release Date: 4-2-2009
 8:24


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 

Cheers,
Nate

http://blog.natebeck.net
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders