How to display upload speed

2015-04-13 Thread core000
I've created an application that allows for uploads of files to Amazon S3. The upload feature works but I'm not able to display a progress bar that measures the real upload speed.The regular FileReference class UPLOAD event does not work with cloud uploads. fileRef.removeEventListener(Prog

Manually pushing updates to server via LCDS

2015-04-13 Thread core000
I'm using Flex 4.6 with LCDS. I need to know how to manually push the updates from a client to the server so all the other clients that have the application open have the data refreshed automatically.I've tried using Service.getAll(). It updates the datagrid on the local client but elsewh

Re: Profiling Flex/Java Web App

2015-04-13 Thread manish sharma
Hi, I have also faced this issue that was due to update of flash player. Neither I am able to debug nor profiling and one more issue with profiler, if your application take time to load likewise it is loading data from server then my machine got hanged or profiling does not working. To resolve thi

Re: Profiling Flex/Java Web App

2015-04-13 Thread Alex Harui
Not sure if I’ve used every version of the profiler, but I’ve used the profiler quite often and it works for me. I would reboot and don’t start up any apps except Flash Builder (especially, no browsers, PDF utilities, or AIR apps). I’ve seen other SWFs running on the system connect to the profile

Re: Profiling Flex/Java Web App

2015-04-13 Thread Oleg Konovalov
I tried to create brand new HelloWorld, but got the same exact error in FB4.5.1. A lot of people on the net got the same. Did that profiler ever worked? On Apr 10, 2015 14:17, "Alex Harui" wrote: > Did you try profiling a really simple “Hello World” type of application? > There could be some issu