RE: [flexcoders] Keep an object in flash player memory despit swf unloading?

2009-10-30 Thread Battershall, Jeff
Then I don't know what to recommend.  You have to have some place to store the 
data.  The swf is compiled so if you're not going to use it's only persistence 
mechanism, and you can't store the data elsewhere, thensounds like a waste 
of time and effort.


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Flap Flap
Sent: Friday, October 30, 2009 4:20 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Keep an object in flash player memory despit swf 
unloading?



That's also the problem...  I didn't manage the code of the container 
application...

:P

Benoît Milgram / Flapflap
http://www.kilooctet.net

I'm also a music mashup / bootlegs producer :
http://www.djgaston.net

On Thu, Oct 29, 2009 at 2:45 PM, Battershall, Jeff 
mailto:jeff.battersh...@dowjones.com>> wrote:

If that's the case, you wouldn't be storing the information in the swf but in 
the containing application.  The information can then be passed as flashVars to 
your swf when it is loaded.

HTH,

Jeff


From: flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com> 
[mailto:flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>] On 
Behalf Of Flap Flap
Sent: Thursday, October 29, 2009 7:06 AM
To: flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>
Subject: Re: [flexcoders] Keep an object in flash player memory despit swf 
unloading?



Hi,

The case is very special:

We have a swf file that runs into a specific software.
This software load and unload the swf file when its required and we need to 
persists some information during the software session (meaning while the 
software is open and runs) but we cannot store those information on disk 
because of security rules...


Benoît Milgram / Flapflap
http://www.kilooctet.net

I'm also a music mashup / bootlegs producer :
http://www.djgaston.net
On Wed, Oct 28, 2009 at 5:56 PM, Battershall, Jeff 
mailto:jeff.battersh...@dowjones.com>> wrote:

What problem are you trying to solve?  In order to save state you're going to 
need some kind of persistent scope.  If Shared Object can't be used, something 
else needs to be a repository for your state information.

Jeff


From: flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com> 
[mailto:flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>] On 
Behalf Of Flap Flap
Sent: Wednesday, October 28, 2009 12:21 PM
To: FlexCoders
Subject: [flexcoders] Keep an object in flash player memory despit swf 
unloading?



Hi all,

Is there a way to keep an actionscript object in Flash Player memory even when 
the swf that set up this object is unloaded.
And no, SharedObject is not an option :)

I know is nearly impossible but I also know that I don't know everything :D

Benoît Milgram / Flapflap
http://www.kilooctet.net

I'm also a music mashup / bootlegs producer :
http://www.djgaston.net








Re: [flexcoders] Keep an object in flash player memory despit swf unloading?

2009-10-30 Thread Flap Flap
That's also the problem...  I didn't manage the code of the container
application...

:P

Benoît Milgram / Flapflap
http://www.kilooctet.net

I'm also a music mashup / bootlegs producer :
http://www.djgaston.net


On Thu, Oct 29, 2009 at 2:45 PM, Battershall, Jeff <
jeff.battersh...@dowjones.com> wrote:

>
>
>  If that’s the case, you wouldn’t be storing the information in the swf
> but in the containing application.  The information can then be passed as
> flashVars to your swf when it is loaded.
>
>
>
> HTH,
>
>
>
> Jeff
>
>
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Flap Flap
> *Sent:* Thursday, October 29, 2009 7:06 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* Re: [flexcoders] Keep an object in flash player memory despit
> swf unloading?
>
>
>
>
>
> Hi,
>
> The case is very special:
>
> We have a swf file that runs into a specific software.
> This software load and unload the swf file when its required and we need to
> persists some information during the software session (meaning while the
> software is open and runs) but we cannot store those information on disk
> because of security rules...
>
>
> Benoît Milgram / Flapflap
> http://www.kilooctet.net
>
> I'm also a music mashup / bootlegs producer :
> http://www.djgaston.net
>
>  On Wed, Oct 28, 2009 at 5:56 PM, Battershall, Jeff <
> jeff.battersh...@dowjones.com> wrote:
>
>
>
> What problem are you trying to solve?  In order to save state you’re going
> to need some kind of persistent scope.  If Shared Object can’t be used,
> something else needs to be a repository for your state information.
>
>
>
> Jeff
>
>
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Flap Flap
> *Sent:* Wednesday, October 28, 2009 12:21 PM
> *To:* FlexCoders
> *Subject:* [flexcoders] Keep an object in flash player memory despit swf
> unloading?
>
>
>
>
>
> Hi all,
>
> Is there a way to keep an actionscript object in Flash Player memory even
> when the swf that set up this object is unloaded.
> And no, SharedObject is not an option :)
>
> I know is nearly impossible but I also know that I don't know everything :D
>
> Benoît Milgram / Flapflap
> http://www.kilooctet.net
>
> I'm also a music mashup / bootlegs producer :
> http://www.djgaston.net
>
>
>
>
>


RE: [flexcoders] Keep an object in flash player memory despit swf unloading?

2009-10-29 Thread Battershall, Jeff
If that's the case, you wouldn't be storing the information in the swf but in 
the containing application.  The information can then be passed as flashVars to 
your swf when it is loaded.

HTH,

Jeff


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Flap Flap
Sent: Thursday, October 29, 2009 7:06 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Keep an object in flash player memory despit swf 
unloading?



Hi,

The case is very special:

We have a swf file that runs into a specific software.
This software load and unload the swf file when its required and we need to 
persists some information during the software session (meaning while the 
software is open and runs) but we cannot store those information on disk 
because of security rules...


Benoît Milgram / Flapflap
http://www.kilooctet.net

I'm also a music mashup / bootlegs producer :
http://www.djgaston.net

On Wed, Oct 28, 2009 at 5:56 PM, Battershall, Jeff 
mailto:jeff.battersh...@dowjones.com>> wrote:

What problem are you trying to solve?  In order to save state you're going to 
need some kind of persistent scope.  If Shared Object can't be used, something 
else needs to be a repository for your state information.

Jeff


From: flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com> 
[mailto:flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>] On 
Behalf Of Flap Flap
Sent: Wednesday, October 28, 2009 12:21 PM
To: FlexCoders
Subject: [flexcoders] Keep an object in flash player memory despit swf 
unloading?



Hi all,

Is there a way to keep an actionscript object in Flash Player memory even when 
the swf that set up this object is unloaded.
And no, SharedObject is not an option :)

I know is nearly impossible but I also know that I don't know everything :D

Benoît Milgram / Flapflap
http://www.kilooctet.net

I'm also a music mashup / bootlegs producer :
http://www.djgaston.net







Re: [flexcoders] Keep an object in flash player memory despit swf unloading?

2009-10-29 Thread Flap Flap
Hi,

The case is very special:

We have a swf file that runs into a specific software.
This software load and unload the swf file when its required and we need to
persists some information during the software session (meaning while the
software is open and runs) but we cannot store those information on disk
because of security rules...


Benoît Milgram / Flapflap
http://www.kilooctet.net

I'm also a music mashup / bootlegs producer :
http://www.djgaston.net


On Wed, Oct 28, 2009 at 5:56 PM, Battershall, Jeff <
jeff.battersh...@dowjones.com> wrote:

>
>
>  What problem are you trying to solve?  In order to save state you’re
> going to need some kind of persistent scope.  If Shared Object can’t be
> used, something else needs to be a repository for your state information.
>
>
>
> Jeff
>
>
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Flap Flap
> *Sent:* Wednesday, October 28, 2009 12:21 PM
> *To:* FlexCoders
> *Subject:* [flexcoders] Keep an object in flash player memory despit swf
> unloading?
>
>
>
>
>
> Hi all,
>
> Is there a way to keep an actionscript object in Flash Player memory even
> when the swf that set up this object is unloaded.
> And no, SharedObject is not an option :)
>
> I know is nearly impossible but I also know that I don't know everything :D
>
> Benoît Milgram / Flapflap
> http://www.kilooctet.net
>
> I'm also a music mashup / bootlegs producer :
> http://www.djgaston.net
>
>
>


RE: [flexcoders] Keep an object in flash player memory despit swf unloading?

2009-10-28 Thread Battershall, Jeff
What problem are you trying to solve?  In order to save state you're going to 
need some kind of persistent scope.  If Shared Object can't be used, something 
else needs to be a repository for your state information.

Jeff


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Flap Flap
Sent: Wednesday, October 28, 2009 12:21 PM
To: FlexCoders
Subject: [flexcoders] Keep an object in flash player memory despit swf 
unloading?



Hi all,

Is there a way to keep an actionscript object in Flash Player memory even when 
the swf that set up this object is unloaded.
And no, SharedObject is not an option :)

I know is nearly impossible but I also know that I don't know everything :D

Benoît Milgram / Flapflap
http://www.kilooctet.net

I'm also a music mashup / bootlegs producer :
http://www.djgaston.net