Re: Air apps easily decompiled and hacked

2014-02-28 Thread Justin Mclean
Hi, If the secret is stored in the client you may have to even decompile to app to get at it, just use a reverse proxy and you can see everything sent backward and forwards even if the app is using SSL. Justin

RE: Performance issues

2014-02-28 Thread Maurice Amsellem
Also, if you can have access to Adobe Scout, it's very helpful because it can profile your app speed without slowing down the app. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : vendredi 28 février 2014 05:25 À : users@flex.apache.org Objet : Re:

RE: code metrics

2014-02-28 Thread Mark Line
I am also having problems getting it to run. I'm getting the same error as well: !ENTRY org.eclipse.ui 4 4 2014-02-25 13:20:47.707 !MESSAGE Unable to create menu item com.adobe.ac.pmd.eclipse.toolbar.runCommand, command com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category not defined My settings

Re: Air apps easily decompiled and hacked

2014-02-28 Thread Alexander Farber
Yes, Justin, you can see, but there is nothing secret there :-) The app secret is used to build a query to Facebook/etc. to get data. The app secret is appended to the query string and a hash is produced. If you sniff the resulting hashed data from the network - you win nothing as attacker.

Re: code metrics

2014-02-28 Thread Mark Line
The links to the version are dead on that page, however after some digging I found them here: http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/com/adobe/ac/flex-pmd/1.2/ For me I still have the same issue, as in the tool runs correctly (with correct results created in

Re: code metrics

2014-02-28 Thread Lee Burrows
In case it helps, my FB setup (FB preferences-FlexPMD) is: FlexPMD command line installation: flexpmd-root\flex-pmd-command-line-1.2.jar FlexPMD custom ruleset: empty Java command line: java -Xmx256m -Djava.io.tmpdir=C:\Users\Lee FlexCPD command line installation:

How can I get clickable text with no marking

2014-02-28 Thread Barry Gold
I'm displaying a bunch of text(*), and I want to make one of the words clickable. I tried using s:a, but that makes the word stand out: a different color and underlined. I want the player to have to read the text and figure out which is the magic word. I've set the color to white (like all

size and position of my frames

2014-02-28 Thread Barry Gold
I have specified a stage size of 800x600, and put all my frames in a s:Group with a width and height of 100% and top left = 0. The same applies to all the frames that are inside the s:Group. But when I display my .swf, it has 20 pixels of whitespace at the top, and is at least 1042 pixels

Any workaround for this bug?

2014-02-28 Thread akm
This is a bug in the FLEX SDK 4.11, any workaround for this issue? I am trying to create a simpler app to reproduce this meanwhile. ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. at flash.display::DisplayObjectContainer/getChildIndex() at

Re: size and position of my frames

2014-02-28 Thread Barry Gold
On 2/28/2014 11:43 AM, Barry Gold wrote: I have specified a stage size of 800x600, and put all my frames in a s:Group with a width and height of 100% and top left = 0. The same applies to all the frames that are inside the s:Group. But when I display my .swf, it has 20 pixels of whitespace at

RE: size and position of my frames

2014-02-28 Thread Maurice Amsellem
Do you display swf using a browser or FlashPlayer ? Maurice -Message d'origine- De : Barry Gold [mailto:barrydg...@ca.rr.com] Envoyé : vendredi 28 février 2014 21:30 À : users@flex.apache.org Objet : Re: size and position of my frames On 2/28/2014 11:43 AM, Barry Gold wrote: I have

RE: How can I get clickable text with no marking

2014-02-28 Thread Maurice Amsellem
I am not sure, but I think that RichText HTML does not support advanced html markup such as textDecoration. If you are using s:RichText, you can try to format the inner LinkElement directly. You access the inner flow elements through RichText.textFlow property. Read the documentation on

Re: Any workaround for this bug?

2014-02-28 Thread Alex Harui
If you don't have a test case, can you describe the scenario? Is it radio buttons in a List or DataGrid or dynamically adding/remove radio buttons? On 2/28/14 11:43 AM, akm arun.fle...@gmail.com wrote: This is a bug in the FLEX SDK 4.11, any workaround for this issue? I am trying to create a

anyone seeing font issues with FP 13.0.0.133 beta?

2014-02-28 Thread Doug McCune
I just noticed some weird font issues with our Flex app that seem to occur in the latest beta of FP 13. Basically it seems like some text will either not display or display with the wrong font color. I realize this isn't much of a bug report here, but wanted to throw a quick message out to see if

Re: size and position of my frames

2014-02-28 Thread Barry Gold
On 2/28/2014 12:53 PM, Maurice Amsellem wrote: Do you display swf using a browser or FlashPlayer ? A browser.