[flexcoders] Re: flex 3 issue loading fp10

2009-03-17 Thread Darrell Loverin
There are just two steps. 1. Update your command line (see below). 2. Install FP10 if you haven't already. If you are compiling from the command line add "-target-player=10" to compile with the FP10 API. An FP10 swf will be produced. If you are compiling with Flex Builder add "-target-player=10"

Re: [flexcoders] Re: flex 3 issue loading fp10

2009-03-17 Thread Gustavo Duenas
Thanks Darrel that is what I mean, I've been trying to compile with the fp10 global swc. could you help me out step by step. Regards, gustavo On Mar 17, 2009, at 9:42 AM, Darrell Loverin wrote: By "load it inside flex 3" do you mean compile with fp10 global swc? To use the fp10 global swc i

[flexcoders] Re: flex 3 issue loading fp10

2009-03-17 Thread Darrell Loverin
By "load it inside flex 3" do you mean compile with fp10 global swc? To use the fp10 global swc in Flex 3 you should compile with "-target-player=10". Also verify you are running the fp10 player, fp9 can't run a swf compiled for fp10. -Darrell --- In flexcoders@yahoogroups.com, Gustavo Duenas