May 15 2008
Adobe Flash Player 10 - playerglobals.swc
For those using the SVN repository for the Flex SDK you’ll notice in the latest build 3.1.0.1782 there’s a new folder: take a look in branch 3.0.x /frameworks/libs/player/10/ and you’ll find a playerglobals.swc updated for the new Version 10 of the Flash Player. In the folder branch 3.0.x /in/player/ there is still only the Version 9 player installs though.
This makes me hope that the tooling for Flash Player 10 is not too far away. Hopefully we’ll be getting an updated LiveDocs link soon.
updated 16:07 15th April 2008
Looks like things are moving regarding the integration of the version 10 Flash Player and the Flex SDK. The Player 10 Beta (10 r218) install files are now in the repository.
Commits –
[svn] 1733: integrate player 10 r218 into the trunk
Revision: 1733
Date: 2008-05-15 07:43:18 -0700 (Thu, 15 May 2008)
Log Message:
———–
integrate player 10 r218 into the trunk
Modified Paths:
————–
flex/sdk/trunk/in/player/lnx/flashplayer.tar.gz
flex/sdk/trunk/in/player/lnx/libflashplayer.so.tar.gz
flex/sdk/trunk/in/player/mac/Flash Player.app.zip
flex/sdk/trunk/in/player/win/FlashPlayer.exe
Added Paths:
———–
flex/sdk/trunk/frameworks/libs/player/10/
flex/sdk/trunk/frameworks/libs/player/10/playerglobal.swc
updated 18:20 16th April 2008
Here’s a little info on how to configure Flex Builder 3 to target Adobe Flash Player 10 Beta
Create a new application project. Edit the project properties:
- Open the “Flex Build Path” tab.
- Expand “Flex 3″, select “playerglobal.swc” and click “Remove”.
- Note the directory path in “Flex 3 - ” (on my system it’s /Applications/Adobe Flex Builder 3 Plug-in/sdks/3.0.0).
- Click “Add SWC” and navigate to the that path, and then deeper into frameworks/libs/player/10, select playerglobal.swc.
- Expand “playerglobal.swc”, double-click “Link Type” and change it to “External”.
- Open the “Flex Compiler” tab
- In “HTML wrapper”, change the “Require Flash Player version” to 10.0.0.
The only API information I’ve managed to find so far is a little article on senocular.com it takes you through some of the new features in the Drawing API. I’m not sure who this was written by, whether it’s a Flash Player dev team member or maybe just someone involved with the pre-release program, so I can’t vouch for the source of the information in the article. Either way it’s worth a read while we wait for the updated liveDocs and the official tooling to be made available.
updated 12:57 17th April 2008
There’s a little more info on the new Flash Player 10 API over at Kaourantin.net. There are a couple of posts by Tinic Uro who’s an engineer on the Player team.
