Open GoogleCodeExporter opened 9 years ago
I'm using FlashDevelop and when i frist try to compile the first tutorial
sample i get
almost the same errors. I managed to make it work. I changed in the project
properties
from Flash 9(default one) to Flash 10 and all worked fine.
Original comment by cerebe...@gmail.com
on 26 Mar 2010 at 9:14
I m using Flex Builder 3.0.xxx.... and having the same trouble (even set the
project
to be published for FP 10.0.0 ). these are 2 sample lines:
static protected const DEFAULT_FILL:IFill = new SolidColorFill(0xFFFFFF, 1);
private var fillsArray:Vector.<IFill> = new Vector.<IFill>();
Not sure if this should work in markup format, i think this needs to be
replaced by
somthing ?
Original comment by rpkhatri...@gmail.com
on 14 Apr 2010 at 6:33
I have the same problem :s
Original comment by josedani...@gmail.com
on 30 Apr 2010 at 1:25
If you are using any code (not just as3isolib) where Vectors are present then
you will need to target Flash Player
10 as FP9 doesn't have a built in Vector class.
Original comment by jwopitz
on 18 May 2010 at 12:41
Okay (regarding '1084: Syntax error: expecting identifier before lessthan.' ) it
worked but with FlashBuilder 4 , I was trying with FlexBuilder 3.0.194161 (have
set
the player to be 10.0.0) which didn't work, may be it was bcs the particular
flex
builder of mine don't support FP10! possibly it'll help someone.
Original comment by rpkhatri...@gmail.com
on 22 May 2010 at 10:29
Original issue reported on code.google.com by
yaman...@gmail.com
on 9 Mar 2010 at 5:48