RE: One of the parameters is invalid while loading a module

2013-11-11 Thread Devesh Mishra
Hi Darrell, I am using a moduleloader to load module. You can find the code snippet below. I am using moduleLoader.loadModule() method, not using IModule.load() private function loadModule(moduleLoader:ModuleLoader):void { moduleLoader.unloadModule(); moduleLoader.addEventListene

VideoDisplay Performance When Seeking

2013-11-11 Thread raghav kulshrestha
Hello Tintin I will attech viedoDisplay example with buffering and another example of first load video and play this Thank Raghav Kulshrestha -Original Message- From: Tintin [mailto:1955.mille.mig...@googlemail.com] Sent: Monday, 11 November 2013 2:33 PM To: users@flex.

Re: how to implement native cursor?

2013-11-11 Thread modjklist
Hi Maurice, Sure, I observe that Mouse.supportsNativeCursor reports "true" in Safari, which doesn't display the native cursor. - Original Message - From: "Maurice Amsellem" To: users@flex.apache.org Sent: Monday, November 11, 2013 4:01:38 PM Subject: RE: how to implement native curs

RE: how to implement native cursor?

2013-11-11 Thread Maurice Amsellem
This could sound like a silly test, but could you run a small test program that displays the value of Mouse.supportsNativeCursor, on the browsers for which it didn't work. Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 12

RE: how to implement native cursor?

2013-11-11 Thread Maurice Amsellem
>By clearing the cache and other items in Chrome, I was able to get the >11.9.900.117 Pepper (e.g. non-debug) version working with native cursors, but >the debug >11.9.900.117 Flash Player version in Chrome still doesn't show the >native cursors. That's fine I guess. I think so. IMO, Most peop

Re: how to implement native cursor?

2013-11-11 Thread modjklist
Thanks Maurice, I've been using the developer tools previously in the browsers, which is the only thing I can think of that might be out of the ordinary. Although none of the tests I used for native cursors here had these developer tools enabled. By clearing the cache and other items in Chrom

RE: how to implement native cursor?

2013-11-11 Thread Maurice Amsellem
Working fine for me on Chrome 30, FP 11.9.900.117, Win 7 64 bit. Didn't test on Firefox, as it works for you. >I'm using the Nightly Build from 10/28/13, FP 11.9 and the latest browsers. Not sure to understand. Does the native cursor work in the link your provided? http://inflagrantedelicto.memor

Re: how to implement native cursor?

2013-11-11 Thread Justin Mclean
Hi, Works for me on Safari (6.0.5) FP (11.9.900.117). Not sure what the issue is sorry. Thanks, Justin

Re: how to implement native cursor?

2013-11-11 Thread Lee Burrows
working fine for me - win7, chrome 30, fp11.9 (not debug) On 11/11/2013 21:53, modjkl...@comcast.net wrote: I need to implement native cursors for performance and I found this Adobe article with a demo http://www.adobe.com/devnet/flashplayer/articles/native-mouse-cursors.html If you click on

Re: how to implement native cursor?

2013-11-11 Thread OmPrakash Muppirala
On Mon, Nov 11, 2013 at 2:13 PM, Justin Mclean wrote: > Hi, > > > > http://corlan.org/2010/12/02/working-with-native-custom-cursors-in-flash/ > Works for me on Safari. > > Works for me on Windows Firefox (FP 11.9.900.117) and Chrome (Pepper 11.9.900.117) . > It may be that you have a different v

Re: how to implement native cursor?

2013-11-11 Thread modjklist
Thanks Justin, That's really strange. My flash player versions are absolutely the same, as verified by visiting http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html in each browser. I'm using Flash Player 11.9.900.117 (the latest), and I tried both debug and non-debug version

Re: how to implement native cursor?

2013-11-11 Thread Justin Mclean
Hi, > http://corlan.org/2010/12/02/working-with-native-custom-cursors-in-flash/ Works for me on Safari. It may be that you have a different version Flash installed on different browsers? Thanks, Justin

how to implement native cursor?

2013-11-11 Thread modjklist
I need to implement native cursors for performance and I found this Adobe article with a demo http://www.adobe.com/devnet/flashplayer/articles/native-mouse-cursors.html If you click on the "Set to custom cursor" button (located about 3/4 of the way down the blog), you should see a custom curs

Re: One of the parameters is invalid while loading a module

2013-11-11 Thread Darrell Loverin
Setting -isolate-styles=false is not recommended when using Spark components. Verify that your calls to IModule.load() are being passed a module factory as the fourth parameter. -Darrell Loverin On Mon, Nov 11, 2013 at 3:15 AM, Devesh Mishra wrote: > Hi, > > I have lots of mxml modules (which

Re: VideoDisplay Performance When Seeking

2013-11-11 Thread Tintin
Hello Raghav An intriguing suggestion but I don't quite understand the method. Would you be kind enough to clarify your answer please so that I can try it out here. Thank you. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/VideoDisplay-Performance-When-Seeking

Clear cookies in AIR mobile application

2013-11-11 Thread whityfenix
Is it possible to somehow clear cookies in AIR mobile applicaiton? I use HTTPService to send http requests. I would like to globally clear cookies. Thanx. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Clear-cookies-in-AIR-mobile-application-tp3670.html Sent f

RE: One of the parameters is invalid while loading a module

2013-11-11 Thread Devesh Mishra
Hi, I have lots of mxml modules (which is a combination of mxml & spark controls) in my application and the way i am opening these mxml modules is common in a popup window. It's very strange to see that i am getting this error with only one module. This issue is not related to a specific comp