[flexcoders] Flex Modules and chaching

2009-06-23 Thread Ben Densmore
I have broken my application up to use multiple modules, with each module having it's own set of remoting calls. For some reason when I go to deploy to my production server and swap out the services-config.xml and do a re-build of the Flex project the modules still try to access the Flex

[flexcoders] [Flex Modules]

2009-05-13 Thread thelordsince1984
Hi, A problem i have a Flex Application that runs in Flas Player..This application is able to run modules downloaded from other servers? is the same scenario valid for air applications? Thanks a lot Best Regards

RE: [flexcoders] [Flex Modules]

2009-05-13 Thread Gregor Kiddie
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thelordsince1984 Sent: 13 May 2009 11:06 To: flexcoders@yahoogroups.com Subject: [flexcoders] [Flex Modules] Hi, A problem i have a Flex Application that runs in Flas Player

[flexcoders] Flex Modules and external sources

2009-04-06 Thread thelordsince1984
Hi, a little question for you.. i've a module that could load some images from an external directory. The structure i use is: projectname ---some sources classes ---imagedir firstimage.jpg secondimage.jpg ---modules mymodule So i create an mx:image tag into the module and i set

Re: [flexcoders] Flex Modules and external sources

2009-04-06 Thread Paresh M More
Lorenzo, mx:Image source=@Embed('/imagedir/firstimage.jpg') / Use this it would work -- Regards, Paresh M. More Senior Software Engineer Nashik/Pune, Maharashtra, India. Email - pareshm...@gmail.com On Mon, Apr 6, 2009 at 7:07 PM, thelordsince1984 lore...@katamail.comwrote: Hi, a

RE: [flexcoders] Flex Modules and external sources

2009-04-06 Thread Alex Harui
] On Behalf Of thelordsince1984 Sent: Monday, April 06, 2009 6:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Modules and external sources Hi, a little question for you.. i've a module that could load some images from an external directory. The structure i use is: projectname ---some

[flexcoders] Flex Modules and LCDS FlexSessions

2008-02-13 Thread aduston1976
Hi, I am creating a Flex/LCDS app that uses an RTMP channel for both RPC and messaging. I noticed after modularizing my app (i.e. dividing it into mx.modules.Modules) that, on the server, FlexContext.getUserPrincipal would frequently return null during an RPC call after

[flexcoders] Flex modules and jms messaging

2007-10-15 Thread ivhaggi
Hi Group!! Im working in a project with modules. In one of them im using a consumer who is listening a JMS Topic. The problem is when i publish a java object to the jms topic the consumer enters to the function handler i defined, but the event.message.body is null. I repeat the same proof in

RE: [flexcoders] Flex modules and jms messaging

2007-10-15 Thread Alex Harui
Which swf the as data class and the webservices are in may make a difference From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ivhaggi Sent: Saturday, October 13, 2007 2:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex

RE: [flexcoders] Flex modules

2006-10-17 Thread Dimitrios Gianninas
Thats what I like to hear! Thanks! Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Matt Chotin Sent: Tue 10/17/2006 12:20 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex modules It's finished in the next

[flexcoders] Flex modules

2006-10-16 Thread Dimitrios Gianninas
Hi, This is for Roger Gonzales the author of "Modular Applications" (http://blogs.adobe.com/rgonzalez/2006/06/modular_applications_part_2.html). I've download and played with the code in the last couple days and although it is raw stuff, it definitly shows the potiental of were this might

RE: [flexcoders] Flex modules

2006-10-16 Thread Matt Chotin
Its finished in the next release, timing not yet announced. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios Gianninas Sent: Monday, October 16, 2006 5:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex modules