Re: How to know when a preload SWF is being unloaded?

2015-02-21 Thread Alex Harui
This might help: http://www.kirupa.com/forum/showthread.php?309561-Event-listener-when-closi ng-Flash-application -Alex On 2/20/15, 10:48 AM, "Darrell Loverin" wrote: >Here's a code snippet: > >*this*.loaderInfo.addEventListener(Event.UNLOAD, unloadHandler); > >On Fri, Feb 20, 2015 at 1:47 PM,

Releaing BLazeDS?

2015-02-21 Thread Christofer Dutz
Hi guys, what do you think ... should we initiate a release of BlazeDS? I fixed all the breaking tests and I think it is in a releaseable state. I would like to do a Maven release though as I don't have much trust in the stuff outside the "modules" directory. What do you think? Chris

[FlexJS] Some sort of bundling convention?

2015-02-21 Thread Christofer Dutz
Hi, so I picked up my work with FlexJS and Flexmojos. Unfortunately my current solution adds the JS stuff as a Plugin dependency to the flexmojos plugin and the Flash stuff as a normal dependency. I would like to have something like this to make handing this easier: - Option 1: Add the

Re: How to know when a preload SWF is being unloaded?

2015-02-21 Thread jude
Could the handler be getting removed? *this*.loaderInfo.addEventListener(Event.UNLOAD, unloadHandler); Should you be adding an listener to the contentLoaderInfo? *this*.contentLoaderInfo.addEventListener(Event.UNLOAD, unloadHandler); On Sat, Feb 21, 2015 at 12:17 AM, Alex Harui wrote: > This

Re: [FlexJS] Some sort of bundling convention?

2015-02-21 Thread Alex Harui
IIRC, this has been discussed in the past and most folks want option 1. It isn’t near the top of my priority list right now though, but if you want to make it happen, I’d be totally in support. -Alex On 2/21/15, 1:18 AM, "Christofer Dutz" wrote: >Hi, > >so I picked up my work with FlexJS and Fl

AW: [FlexJS] Some sort of bundling convention?

2015-02-21 Thread Christofer Dutz
Are the resources already split up in a way that this can happen ... I remember them being in a pretty mixed up tangle ... Chris -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Samstag, 21. Februar 2015 10:26 An: 'dev@flex.apache.org' Betreff: Re: [FlexJS]

Re: AW: [FlexJS] Some sort of bundling convention?

2015-02-21 Thread Alex Harui
No, doing that is not currently at the top of my list but I do want to see it happening. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Christofer Dutz Date: Fri, Feb 20, 2015 11:35 PM To: dev@flex.apache.org; Subject:AW: [FlexJS] Some sort of bundling co

Re: Releaing BLazeDS?

2015-02-21 Thread Alex Harui
If you’ve got the time, I’ve got a vote ;-) On 2/21/15, 1:13 AM, "Christofer Dutz" wrote: >Hi guys, > >what do you think ... should we initiate a release of BlazeDS? I fixed >all the breaking tests and I think it is in a releaseable state. I would >like to do a Maven release though as I don't ha