Re: [flexcoders] Profiling Flex applications for Flash player 10

2009-07-30 Thread Steve Bick

I've read that you have to use FB4 to profile Flash Player 10 apps. I haven't
seen a work around for this yet.

http://forums.adobe.com/thread/463975



Dennis van Nooij wrote:
 
 I followed the instructions from here:
 
 http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10
 
 so I changed flex-config.xml. If I understand it correctly that should
 make all my project compile for Flash Player 10. Which appeared to be
 working as FileReference.save() now showed up in the autocomplete (=Flash
 Player 1- feature).
 
 Anyway, I added the -target-player=10.0.0 to the additional commandline
 parameters for both projects (first tried library project alone). Now I do
 not get the RTE but the application freezes while showing the loading bar
 (RTE in the background ??)
 
 
 
 
 --- In flexcoders@yahoogroups.com, Paresh M More pareshm...@... wrote:

 In flex properties, Flex compiler, set Flash player 10.0.0
 i would work
 
 Regards,
 Paresh M. More
 Software Engineer
 
 Nashik/Pune, Maharashtra, India.
 Email - pareshm...@...
 
 
 On Tue, Mar 24, 2009 at 5:19 PM, Dennis van Nooij den...@...wrote:
 
is anyone able to profile a Flex application that is targetted for
 Flash
  player 10 ? Our Air application run, debugs and profiles fine but the
 web
  version throws an RTE on startup:
 
  ReferenceError: Error #1065: Variable ContextMenuClipboardItems is not
  defined.
 
  to locate the problem I created a sample project which runs fine at
 first
  but when adding a library project it falls back to the same error as
 above ?
 
  I'm using SDK version 3.3
 
  thanks,
  Dennis
 
   
 

 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Profiling-Flex-applications-for-Flash-player-10-tp22678830p24747809.html
Sent from the FlexCoders mailing list archive at Nabble.com.



[flexcoders] Profiling Flex applications for Flash player 10

2009-03-24 Thread Dennis van Nooij
is anyone able to profile a Flex application that is targetted for Flash player 
10 ? Our Air application run, debugs and profiles fine but the web version 
throws an RTE on startup:

ReferenceError: Error #1065: Variable ContextMenuClipboardItems is not defined.

to locate the problem I created a sample project which runs fine at first but 
when adding a library project it falls back to the same error as above ?

I'm using SDK version 3.3

thanks,
Dennis  




Re: [flexcoders] Profiling Flex applications for Flash player 10

2009-03-24 Thread Paresh M More
In flex properties, Flex compiler, set Flash player 10.0.0
i would work

Regards,
Paresh M. More
Software Engineer

Nashik/Pune, Maharashtra, India.
Email - pareshm...@gmail.com


On Tue, Mar 24, 2009 at 5:19 PM, Dennis van Nooij den...@woodwing.comwrote:

   is anyone able to profile a Flex application that is targetted for Flash
 player 10 ? Our Air application run, debugs and profiles fine but the web
 version throws an RTE on startup:

 ReferenceError: Error #1065: Variable ContextMenuClipboardItems is not
 defined.

 to locate the problem I created a sample project which runs fine at first
 but when adding a library project it falls back to the same error as above ?

 I'm using SDK version 3.3

 thanks,
 Dennis