[Flashcoders] RE: Interactive Developer, NYC | 90-100k (Beau Gould (OSS))

2009-01-01 Thread alan skinner

 
Surely thats not the going rate for a flash developer in the US?
Thats an obscene amount of money ;o)
 
 
_
It’s the same Hotmail®. If by “same” you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] RE: Interactive Developer, NYC | 90-100k (Beau Gould (OSS))

2009-01-01 Thread Steven Sacks

Not really.  That's far less than I work for.

alan skinner wrote:
 
Surely thats not the going rate for a flash developer in the US?

Thats an obscene amount of money ;o)
 
 
_

It’s the same Hotmail®. If by “same” you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008___
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


[Flashcoders] Flash White Screen of Death

2009-01-01 Thread Cedric Muller

Hello,

I am facing one of these White screens, and I must admin I am quite  
lost. The project has more than 100 classes, and works fine if I  
comment some of the 'imports'.
The options / solutions provided in this technote kb.adobe.com/selfservice/viewContent.do? 
externalId=kb405257&sliceId=1> are ridiculous. SWC ? I cannot, won't.  
Loading in ? Man, this is something I would prefer not be doing on  
such project.
I tried setting the JAVA_TOOLS_OPTIONS environment variable, but I  
don't know if this was setup correctly, as setting 512MB does not  
solve the problem.
The latest, and most optimistic solution i have is to use the ASC  
compiler instead of Flash IDE. It seems the problem would go away.


Now, how can I (simply and quickly) compile one AS3 CS3 FLA (only  
document class in it, with a few symbol exports) with ASC ?


if anyone has any info  I would be more than thankful

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


Re: [Flashcoders] RE: Interactive Developer, NYC | 90-100k (Beau Gould (OSS))

2009-01-01 Thread Matt S.
If it's in New York City, thats not nearly as much as it seems like
once you factor in rent, cost of living, etc.

.m

On 1/1/09, alan skinner  wrote:
>
>
> Surely thats not the going rate for a flash developer in the US?
> Thats an obscene amount of money ;o)
>
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] RE: Flashcoders Digest, Vol 16, Issue 1

2009-01-01 Thread alan skinner

 
I guess its the equivalent of working in London! (UK)
and wouldnt apply to towns outside of the big cities
 
just caught me of guard you could say!
i just thouht it was freelancers who earned that kind of dough.
 
a
 
> Not really. That's far less than I work for.> > alan skinner wrote:> > > > 
> Surely thats not the going rate for a flash developer in the US?> > Thats an 
> obscene amount of money ;o)> > > > > > 
_
It’s the same Hotmail®. If by “same” you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash White Screen of Death

2009-01-01 Thread Juan Pablo Califano
Maybe you've already tried this or maybe it won't work for you easily
(without making many changes), but if the problem is that the IDE can't
handle 100 or more classes, you could try a different approach. Let the
Flash IDE just compile the graphic part (movieclips, sprites, etc, etc) and
use the Flex SDK to compile the classes and build the swf.

I think you could remove the document class from your .fla (assuming this is
the "main point" that includes references to other classes, which in turn
include references to other clasess and so on). That way, you won't be
forcing the IDE to compile so many classes.

Use the .fla to generate a .swc. It will export all "linked" symbols, so
you'll still be able to reference them from Flex Builder, FlashDeveloper or
any other IDE that can use the Flex SDK to compile.

In your IDE of choice, create a pure AS 3 project, add the swc to your
project and replace the Main class that is likely to be created
automatically for you when you set the ne project (at least in FlashDevelop)
with you current Document Class. If in that class you have references to
symbols created on the timeline, you'll have to export those as well and add
them by code. Or, maybe you could put all the stuff in the root timeline in
a new symbol and just export that one.

Then, try to build the project from FD or FB (I don't know if you have used
FD or FB, but if you don't, I'd recommend using FD, if you're running
windows; it's free and it works out of the box; you only have to configure
the path to the Flex SDK and that's almost it).

Hope this helps.

Cheers
Juan Pablo Califano




2009/1/1, Cedric Muller :
>
> Hello,
>
> I am facing one of these White screens, and I must admin I am quite lost.
> The project has more than 100 classes, and works fine if I comment some of
> the 'imports'.
> The options / solutions provided in this technote  kb.adobe.com/selfservice/viewContent.do?externalId=kb405257&sliceId=1> are
> ridiculous. SWC ? I cannot, won't. Loading in ? Man, this is something I
> would prefer not be doing on such project.
> I tried setting the JAVA_TOOLS_OPTIONS environment variable, but I don't
> know if this was setup correctly, as setting 512MB does not solve the
> problem.
> The latest, and most optimistic solution i have is to use the ASC compiler
> instead of Flash IDE. It seems the problem would go away.
>
> Now, how can I (simply and quickly) compile one AS3 CS3 FLA (only document
> class in it, with a few symbol exports) with ASC ?
>
> if anyone has any info  I would be more than thankful
>
> Cedric
> ___
> 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