Re: Access mp3 files in iOS

2015-04-02 Thread OmPrakash Muppirala
Using Adobe AIR's File class would be the best option for this. This would ensure that the app works correctly in a cross-platform way. Here are all the locations you can access on iOS: iOS Application /var/mobile/Applications/uid/filename.app Application-storage /var/mobile/Applications/uid

Re: s:VideoDisplay problem on Flex 4.14

2015-04-02 Thread OmPrakash Muppirala
This sounds like a problem with the OSMF library that we use. In the past, some users have mentioned that switching to the older version of the OSMF.swc fixed similar problems. You might want to try that. Thanks, Om On Wed, Apr 1, 2015 at 11:49 PM, Angelo Lazzari wrote: > Hi, we're creating a

resolved: How to prevent default pop-up behavior for a mx.rpc fault event

2015-04-02 Thread robert_dodier
Hi everybody, Just to give you a quick update. It turns out the pop-up windows were being launched from within the application, not a library or BlazeDS or anything. Once I realized that, I was able to change the behavior. I inherited this application from someone else, and I didn't realize that'

Re: AW: bandwidth usage BlazeDs vs JSP

2015-04-02 Thread alain garneau
Many thanks Christofer. Alain From: Christofer Dutz To: "users@flex.apache.org" ; alain garneau Sent: Thursday, April 2, 2015 4:00 PM Subject: AW: bandwidth usage BlazeDs vs JSP Even if it's a comparison of JSON, XML and AMF, this little benchmark might be what you are looking for

Re: How to prevent default pop-up behavior for a mx.rpc fault event

2015-04-02 Thread robert_dodier
Alex Harui wrote > I'm unable to figure out what code is popping up. What channels are you > using? If you right click on the pop up is it a flash pop up? It appears to be a Flash pop up -- when I right click on it, it has a menu item "About Flash Player ..." or something like that. For the record

RE: Sorting ArrayCollection after filtering

2015-04-02 Thread Kessler CTR Mark J
Yes you can do both at the same time. Using the filterFunction [1] and the sort[2] properties. If it doesn't update automatically call refresh(). [1] http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/collections/ListCollectionView.html#filterFunction [2] http://help.adob

Re: Sorting ArrayCollection after filtering

2015-04-02 Thread mark goldin
But the question is whether I can use a single refresh to get both filtering and ordering working. On Thu, Apr 2, 2015 at 12:05 PM, Deepak MS wrote: > You can filter the AC first and then sort it using Sort and SortField: > > http://blog.flexexamples.com/2007/08/05/sorting-an-arraycollection-usi

Re: Sorting ArrayCollection after filtering

2015-04-02 Thread Deepak MS
You can filter the AC first and then sort it using Sort and SortField: http://blog.flexexamples.com/2007/08/05/sorting-an-arraycollection-using-the-sortfield-and-sort-classes/ On 2 Apr 2015 21:10, "mark goldin" wrote: > I need to order an ArrayCollection after it gets filtered. I also need to > f

Sorting ArrayCollection after filtering

2015-04-02 Thread mark goldin
I need to order an ArrayCollection after it gets filtered. I also need to filter it in a descending order. Can I set an order beforehand and then when ArrayCollection is filtered and refreshned the order will take a place? Thanks

AW: bandwidth usage BlazeDs vs JSP

2015-04-02 Thread Christofer Dutz
Even if it's a comparison of JSON, XML and AMF, this little benchmark might be what you are looking for: http://census2.jamesward.com/ As BlazeDS is an implementation of AMF communication, the same bandwidth results should apply. Chris Von: alain garneau

bandwidth usage BlazeDs vs JSP

2015-04-02 Thread alain garneau
Hi all, Are there some benchmarks available to compare bandwidth usage of a Flash/BlazeDS web app with a JSP web app? Thanks, Alain

Re: How to prevent default pop-up behavior for a mx.rpc fault event

2015-04-02 Thread Alex Harui
I'm unable to figure out what code is popping up. What channels are you using? If you right click on the pop up is it a flash pop up? Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: robert_dodier Date: Wed, Apr 1, 2015 6:11 PM To: users@flex.apache.org; Su