Flint Particle System Forum - having trouble getting started with compiler errors/Flash CS3/Flash Player 10 2011-12-13T14:09:23+00:00 http://flintparticles.org/forum/ Lussumo Vanilla & Feed Publisher having trouble getting started with compiler errors/Flash CS3/Flash Player 10 http://flintparticles.org/forum/comments.php?DiscussionID=488&Focus=1644#Comment_1644 2011-05-20T22:09:51+01:00 2011-05-21T04:04:56+01:00 owntheweb http://flintparticles.org/forum/account.php?u=500 Referencing this example: http://flintparticles.org/examples/fountain-3d When I try to publish or preview a movie (any example), I'm getting a lot of compiler syntax errors for Emitter.as all ... http://flintparticles.org/examples/fountain-3d

When I try to publish or preview a movie (any example), I'm getting a lot of compiler syntax errors for Emitter.as all similar to:

Emitter.as, Line 146 1084: Syntax Error: expecting identifier before lessthan.

Emitter.as, Line 146 looks like:
protected var _initializers:Vector.<Initializer>;

I'm using Flash CS3, with modifications to export for Flash Player 10 (works with my other libraries). It looks like my compiler doesn't like <Initializer>. Any thoughts on what I might be doing wrong? Am I using the wrong source? 3.0.1

Best regards,

Chris

EDIT: Installing CS5 demo does the trick... for 30 days anyway. Is CS3 now too obsolete for FLiNT?]]>
having trouble getting started with compiler errors/Flash CS3/Flash Player 10 http://flintparticles.org/forum/comments.php?DiscussionID=488&Focus=1646#Comment_1646 2011-05-23T22:25:06+01:00 2011-12-13T14:09:23+00:00 Richard http://flintparticles.org/forum/account.php?u=1 CS3 doesn't understand the Vector class, which was included in Flash 10, so is confused by the generic typing of the Vector class. I don't know of any way to get this working with CS3, sorry. If ...
If you must stick with CS3, you will be fine with version 2.2.1 of Flint, which you can get here.]]>