How to
onsela opened this issue · 1 comments
onsela commented
Seems like a very useful library but it would be great if you provided some directives on how to setup the projects. I am still trying to figure out how to open and compile the Feathers demo in Flash Builder. Getting lots of compile errors...
jozefchutka commented
hi onsela, project files are commited in the repository. it might be that commited project files conflicts with your pc setup, they should not have been commited at all. you can always remove it and create new projects:
- YCanvasLibrary - use air 3.8 or later, compile for flash player 11.2, additional compiler argument "-locale en_US -swf-version=13", main source folder: src\main\actionscript, source paths: libs\starling-1.4, libs\yoz ... try to compile this
- YCanvasMapLibrary - use air 3.8 or later, compile for flash player 11.2, additional compiler argument "-locale en_US -swf-version=13", main source folder: src\main\actionscript, source paths: libs\yoz, libs: YCanvasLibrary, greensock.swc ... try compile YCanvasMapLibrary
- ApplicationMap - use air 3.8 or later, additional compiler argument "-locale en_US -swf-version=21", main source folder: src\main\actionscript, source paths: src\main\resources, libs\feathers-1.1.1, libs: YCanvasLibrary, YCanvasMapLibrary
make sure you use wmode direct in your html template