Re: [flexcoders] Re: HTTPService Synchronization

2008-09-08 Thread Tomas Lin
you can chain your calls in your result functions in either your httpservice calls or using a framework like MATE On Mon, Sep 8, 2008 at 1:29 PM, rupal_2381 [EMAIL PROTECTED] wrote: I have a app which has multiple HTTPService calls where the service calls are dependent on the result of previous

Re: [flexcoders] Re: #2038: File I/O Error

2008-07-03 Thread Tomas Lin
have you tried appending a JsessionId with your session id at the end? http://bugs.adobe.com/jira/browse/FP-78 On Thu, Jul 3, 2008 at 10:56 AM, lytvynyuk [EMAIL PROTECTED] wrote: Update: I works under IE7 doesn't work with Rirefox 2.0.0.15! Doesn't work with Opera as well! I suspect this

Re: [flexcoders] Issues panning a swf loaded via SWFLoader

2008-07-02 Thread Tomas Lin
You can use a box to mask the content area --- mx:Box id=loaderMask backgroundColor=black width=918 height=424 x=1 y=1 / mx:SWFLoader id=grillNav source={ServerLink.getImageURL('swf/grills.swf') } unload=unloadSWF() complete=initSWF(event)

[flexcoders] Type Coercion errors with SWFLoader

2008-07-01 Thread Tomas Lin
Hiya all, I have a papervision SWF file that works really well standalone, all my images are being loaded from a remote location. So when I call localhost:8080/swf/myfile.swf, everything is fine. However, when I embed it into my SWFLoader mx:SWFLoader

Re: [flexcoders] Flex 3 Maven plug-in?

2008-05-09 Thread Tomas Lin
http://code.google.com/p/flex-mojos/ http://www.servebox.com/foundry/doku.php?id=m2f2plugin http://www.israfil.net/projects/mojo/maven-flex2-plugin/ On Thu, May 8, 2008 at 4:44 PM, baztheman [EMAIL PROTECTED] wrote: Hi, We are moving from Flex 2 to Flex 3 and currently using an altered