We love choice

Fx{r} is trying to start the Fx{r} Community! Please join our group on Adobe Groups following this link: http://fxr.groups.adobe.com.
Fx{r} is now on Twitter too. Follow us @ twitter.com/fx_r!
«
»

Flash Player, Flex Builder 3, Flex resources, How to

How To Build Flash Player 10 Applications using Flex SDK

Andrei Ionescu | 21.05.08 | Comment?

Google Buzz

As we promised we are back with a tutorial on how to build Flex applications for Astro flash player. This will be a step by step tutorial which is intended to help you install the last Flex SDK from daily builds. So let’s start…

1) Get the Flex SDK Daily build.

astro_pic1.jpg
astro_pic2.jpg
astro_pic3.jpg

2) Create a new folder: “3.0.1.1739“.

astro_pic4.jpg

3) And put everything in it.

astro_pic5.jpg

4) Open Flex Builder 3 and open Window/Preferences, then select expand Flex and choose Installed SDKs. Press Add.

astro_pic6.jpg

5) Browse to the folder we created at 2) and give a name to the new SDK: “Flex 3.0.1.1739“.

astro_pic7.jpg

6) Select it as default SDK.

astro_pic8.jpg

7) Make all compiles target player 10.

– Modify FLEX_SDK/frameworks/flex-config.xml. Edit , replacing 9.0.115 with 10.0.0:

<target-player>10.0.0</target-player>

– In <external-library-path>, edit the path-element for playerglobal.swc, replacing 9 with 10:

<external-library-path>
    <path-element>libs/player/10/playerglobal.swc</path-element>
</external-library-path>

– Do the same with <library-path>:

<library-path>
    <path-element>libs</path-element>
    <path-element>libs/player/10</path-element>
    <path-element>locale/{locale}</path-element>
</library-path>

At this moment you should be able to have code hints and every project should compile for Astro.

Now create a new Flex Project. Right click on it and open its properties. Change values as in the image bellow.
astro_pic8.jpg

To see it work you should have Flash Player 10 installed.

There is a undocumented standalone Flash Player 10 version with debug. Check it here.

Other resources:
http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10+Beta+with+Flex+SDK+3.0.x
http://blog.everythingflex.com/2008/05/20/using-flash-player-10-within-flex-builder/

Share and Enjoy:
  • Twitter
  • Google Buzz
  • LinkedIn
  • Google Bookmarks
  • del.icio.us
  • Digg
  • Sphinn
  • blogmarks
  • Reddit
  • StumbleUpon
  • Facebook
  • DZone
  • FriendFeed
  • Yahoo! Buzz
  • Yahoo! Bookmarks
  • Slashdot
  • MySpace
  • Add to favorites




Tags: , , ,

This post was written by Andrei Ionescu

Views: 19048

related

have your say

Add your comment below, or trackback from your own site. Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

:

:


«
»