Re: [flexcoders] Security Sandbox Violation for module accessing localhost rest service in dev

2012-02-03 Thread Alex Harui
Use a testing server, don’t run from file:// On 2/2/12 9:45 AM, Greg Lafrance glafra...@chikaradev.com wrote: Our app has a main module with link button, and clicking each link button loads different modules in the main content area. For only one module, we get a Security Sandbox

[flexcoders] How to export a Flex project and a Flex library project as an FXP file?

2012-02-03 Thread markflex2007
Hi I know normally one FXP only for one project. but do you know how to export two project(one normal and one library) to one fxp. I see some fxp include many projects. but I am not sure how to build the fxp. Thanks Mark

[flexcoders] Re: How to export a Flex project and a Flex library project as an FXP file?

2012-02-03 Thread markflex2007
I just know how to do this. Thanks Mark

[flexcoders] Re: Security Sandbox Violation for module accessing localhost rest service in dev

2012-02-03 Thread greg_lafrance
I'm running within Flash Builder, to be able to set and hit breakpoints. How can I do this and not run from file:// ? Its strange that this is happening only for this one module. What could be making a difference? --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Use a testing

[flexcoders] s:Image and s:BitmapImage?

2012-02-03 Thread markflex2007
Hi, what is the different between s:Image and s:BitmapImage? I am a little confuse.Thanks Mark

[flexcoders] Re: Security Sandbox Violation for module accessing localhost rest service in dev

2012-02-03 Thread Greg Lafrance
I got the answer from this web post: http://stackoverflow.com/questions/1270347/unexpected-flash-security-exception-when-using-urlloader Instead of setting the contentType like this: request.contentType = multipart/form-data;boundary= + POSTUploadBuilder.boundary; Set the contentType like

[flexcoders] Flex:How to Resize Collapsible panel

2012-02-03 Thread Ketan Tilve
Folks, Can we re size Collapsible Panel? I tried using setting properties resize to true,but its not working Thanks