SKITSANOS FOR RIA

Skitsanos

Wednesday, May 21, 2008

Flash Player 10 support is available in FlashDevelop's SVN

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

Configure the Flex SDK nightly build

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:

Webware development dedicated blog by Skitsanos R&D Labs. ASP.NET, XML, RIA, Adobe Flex, ActionScript 3, AIR, AJAX, Web 2.0, Backbase, CGI development with RealBasic and other web development issues.
News
Downloads