New features:
- new target version in project properties
- minor version in advanced compiler options
- supports the updated SWC format for FP10
- typed code completion for Vector types

Install Flash Player 10
- Webbrowser plugin:
http://labs.adobe.com/technologies/flashplayer10/
It is recommended to only install the player on one browser, preferably Internet Explorer (ActiveX) - because it can be used to play SWFs directly in FlashDevelop embedded player. - Standalone content debugger ("External player"):
http://opensource.adobe.com/svn/opensource/flex/sdk/branches/3.0.x/in/player/10/win/
Configure the Flex SDK nightly build
- download the latest nightly build of Flex SDK
- edit {Flex SDK}\frameworks\flex-config.xml and replace:
Code:
<path-element>libs/player/9/playerglobal.swc</path-element>
...
<path-element>libs/player/9</path-element>
by
Code:
<path-element>libs/player/{targetPlayerMajorVersion}/playerglobal.swc</path-element>
...
<path-element>libs/player/{targetPlayerMajorVersion}</path-element>
It is recommended to set this SDK as a "Custom SDK" in your FD project's properties.
Configuring a FD project
- set an AS3 project target version to Flash Player 10
- set the project's Custom SDK (read above)
- add path\to\flexsdk\frameworks\libs\player\10\playerglobal.swc in the project's External Libraries (project compiler options).
Sample FlashDevelop project
Here's a sample project which showcases the new typed Vector and perspective drawing:
- Download the sample Flash Player 10 project (generated SWF included)
(to build it you will have to change the Project's Custom SDK and SWC path in the External Libraries)
0 comments:
Post a Comment