[flexcoders] Re: Using Flex as a Flash IDE

2008-06-13 Thread Jason Hanson
Remarkably similar to a blog post I made ;) http://flexfood.blogspot.com/2008/05/using-flexbuilder-3-to-debug-edit-flash.html LOL --- In flexcoders@yahoogroups.com, Hemadri S [EMAIL PROTECTED] wrote: Hey Troy, Using FlexBuilder 3 to debug edit Flash CS3 projects Check out this link

[flexcoders] Debugger Player Error Message in Consumer Player

2007-02-22 Thread Jason Hanson
Hi Flash Player generates an error that I need to parse though. It works great in the Debugger Player, but it does not work in the Consumer Player. The Error object does not have a .message in it in the consumer version of the player. How can I catch the 'body' of an error in the non -

[flexcoders] Re: Flex 2 and the Browser

2007-02-22 Thread Jason Hanson
I am still trying to find a way to do this without using javaScript. The site that my SWF sets script access to 'never'. So I cannot use document.location.href Any other ways to get the URL of of the page the SWF is on? I know the the Flash player knows the URL, because it checks against when

[flexcoders] Re: How to clear a TileList of its items?

2007-02-12 Thread Jason Hanson
I am having the same problem. I can clear out the TileList by setting the dataProvider to new ArrayCollection(), but it still retains some information about the old dataset. I think it is remembering the total number of items. This is what I am doing. 1) bind the TileList dataProvider to an

[flexcoders] remove comments on compile - strip comments - optimize SWF size - reduce size

2007-02-09 Thread Jason Hanson
Is there a way to remove comments or strip comments out of the AS3 code during compiler preprocessing? I have noticed that the SWF size is larger if comments are left in. It is not a huge amount of added size, but it can add up to 10-20 KB for a large project. I am working on an AS3 project

[flexcoders] Re: remove comments on compile - strip comments - optimize SWF size - reduce siz

2007-02-09 Thread Jason Hanson
developed one and I'm not sure 3rd-party ones are available for Player 9 SWFs. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Hanson Sent: Friday, February 09, 2007 10:40 AM To: flexcoders@yahoogroups.com