Re: [Flashcoders] soft keyboard

2006-02-13 Thread Sam Shrefler
Andreas: I have not, but I wonder what the application you are attempting? If a kiosk, I've used SiteKiosk it's built in keyboard with success. http://www.sitekiosk.com/ Sorry I can't be more help Sam On 2/13/06, Andreas Rønning [EMAIL PROTECTED] wrote: i'm under a tremendous amount of

[Flashcoders] serviceName property being added to Flash Remoting Data

2006-02-06 Thread Sam Shrefler
Has anyone ever noticed when using PendingCall and Responder with Flash remoting that an extra property: serviceName gets added to the result of the ResultEvent? Any idea why this happens? Currently I'm just doing: delete resultObj.result.serviceName; Any other thoughts on how to keep this

Re: [Flashcoders] How to force IE to let Flash receive the TAB key?

2005-12-21 Thread Sam Shrefler
Kevin: I would suggest trying: 1) param name=SeamlessTabbing value=false / 2) Give you flash movie an id=somename in the object tag then in the body tag, put this onLoad=flashFocus(); script LANGUAGE=JavaScript !-- function flashFocus() { somename.focus(); } //-- /script Hope that

[Flashcoders] Flash Remoting and CF

2005-12-21 Thread Sam Shrefler
I was wondering what other people's practices were when using Flash Remoting and Coldfusion together with respect to passing values. Usually, I create an Object in flash ( usually containing all the arguments I want to pass to flash, for example: all the values of a form ) and it remoting

Re: [Flashcoders] removemovieclip failure

2005-12-15 Thread Sam Shrefler
I also came accross where my movie was remaining in memory for 1 additional frametherefore, i setup an onEnterFrame event after i ran removeMovieClip and after that ran, everything was removed Sam On 12/15/05, Devendran I [EMAIL PROTECTED] wrote: HI, If the Movie is already

Re: [Flashcoders] Flash Remoting Question

2005-11-14 Thread Sam Shrefler
Al: If you are using Coldfusion, I would suggest trying to figure out Flash remoting. SInce it's already built in, its free (w/cf) and is an excellent product. On 11/13/05, Al Veldhuis [EMAIL PROTECTED] wrote: Hello, I have a question. I am reasonably experienced in Flash and