Re: [flexcoders] Uploading An Image Without Browse

2010-04-15 Thread Steve Mathews
When you say take a snapshot, what do you mean? On Thu, Apr 15, 2010 at 10:52 AM, James garymoorcroft_...@yahoo.co.ukwrote: Is there any way to let a user upload an image from an air app without having them browse for it? I want to let my users enter their name into a text input, take a

Re: [flexcoders] Uploading file over HTTPS produces Error #2038: File I/O Error.

2009-04-13 Thread Wesley Acheson
I don't know if its related but the security certificate for www.elitehealth.com is invalid (belongs to dev.elitehealth.com). On Sun, Apr 12, 2009 at 8:03 PM, simonjohnriley simonjohnri...@yahoo.comwrote: We're uploading and downloading medical files using flex, so it has to be over HTTPS.

RE: [flexcoders] Uploading file over HTTPS produces Error #2038: File I/O Error.

2009-04-12 Thread Tracy Spratt
I recall reading that there can be problems uploading over https if the application itself is not served over https. Is this your situation? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

RE: [flexcoders] ::: uploading Fonts into a live site--possible?

2008-08-20 Thread Lukas Ruebbelke
Pulling this off would be a legal quagmire that would basically walk all over any licensing the local font has. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of artur_desig2dev Sent: Wednesday, August 20, 2008 1:30 PM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] uploading file flex - servlet

2007-05-12 Thread Luis Eduardo
Sry, never mind. after searching with some more faith :) i discover the o'reilly servlet multipart API on http://servlets.com/cos/ that, with some black magic, did the trick! Luis Eduardo escreveu: Hello, can some one send me just a bit of code regard of how to make a servlet

Re: [flexcoders] Uploading flex applictions to the web

2007-01-12 Thread Tom Chiverton
On Thursday 11 January 2007 15:20, retrogamer4ever wrote: page http://www.ctrlzsc.com/other/bin/theCartoonExpress.html all that shows up is a blank default Flex swf file. What is the problem, why won't it display? Runs fine here, though I notice your minimum player version is wrong in the

Re: [flexcoders] Uploading flex applictions to the web

2007-01-11 Thread Simeon Bateman
Well if you hit the swf directly the document loads just fine. http://www.ctrlzsc.com/other/bin/theCartoonExpress.swf So I guess my question would be have you done anything to modify the html that is generated by flex builder? Or have you renamed any of the files and such? simeon On

Re: [flexcoders] Uploading flex applictions to the web

2007-01-11 Thread Roman Protsiuk
Hi. Debug flash player gives me (8 times, different filenames): SecurityError: Error #2148: SWF file http://www.ctrlzsc.com/other/bin/theCartoonExpress.swf cannot access local resource file:///C|/Documents and Settings/Xyii/My Documents/Andre Adams/graphix/dog_home_hero.jpg. Only

Re: [flexcoders] Uploading flex applictions to the web

2007-01-11 Thread Simeon Bateman
Looks like your image is hard coded to the path on your hard drive? Is that the case? if it is you might be getting a silent security exception when it is viewed on the live site. simeon On 1/11/07, Roman Protsiuk [EMAIL PROTECTED] wrote: Hi. Debug flash player gives me (8 times,

RE: [flexcoders] Uploading a taken picture

2006-12-07 Thread Mike Weiland
Yes there is a way, encode the bitmapData to JPG or PNG and send it to a server side script. Here's an example of a JPG encoder, he's also taken the time to create a PNG encoder as well. http://www.kaourantin.net/2005/10/more-fun-with-image-formats-in-as3.html You might want to search MXNA as

Re: [flexcoders] uploading an object

2006-12-02 Thread Mike Weiland
Daryn, I see what you really want to do is more akin to this: http://www.kaourantin.net/2005/10/png-encoder-in-as3.html I¹ve used this for something similar, I believe someone has written a JPG encoder, but all you need to do is grab the bitmap data of the web cam and upload the binary to the

Re: [flexcoders] uploading an object

2006-12-02 Thread Daryn Nakhuda
The same author wrote a jpg encoder. I was just hoping to leverage the existing middleware that accepts a multipart form upload to accept this binary data in the same manner. Thanks for your advice! Mike Weiland wrote: Daryn, I see what you really want to do is more akin to this:

RE: [flexcoders] uploading an object

2006-12-01 Thread Dimitrios Gianninas
Yes, use the FileReference class, it does this. There is an example in the documentation. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daryn Nakhuda Sent: Friday, December

RE: [flexcoders] uploading an object

2006-12-01 Thread Mike Weiland
Daryn, It's possible, but probably not the way you are going about doing it. I've taken 2 different paths to achieve this in the past, the first was on www.CertificateCreator.com when a user saves a certificate the object that describes the certificate is sent to ColdFusion and I convert the

Re: [flexcoders] uploading an object

2006-12-01 Thread Daryn Nakhuda
Hi Dimitrios, FileReference works for uploading a local file to the server, but I want a way to upload serialized data that is already within my application, AS IF it were a local file. If there is a way to seed the data in FileReference, instead of using browse(), that would be perfect, but

Re: [flexcoders] uploading an object

2006-12-01 Thread hank williams
I believe the only way to do that would be to write a little javascript and then use external interface to actually send the data to the javascript. Shouldnt be too hard, though I have never tried it. Regards, Hank On 12/1/06, Daryn Nakhuda [EMAIL PROTECTED] wrote: Hi Dimitrios, FileReference

Re: [flexcoders] uploading an object

2006-12-01 Thread Daryn Nakhuda
Thanks Mike! I was trying to avoid using remoting, since I'm not using it anywhere else in my application (yet). Basically, I have a file upload to upload your picture, and I wanted to have a webcam snapshot option, that posted to the same existing backend piece. Doesn't sound like that is

Re: [flexcoders] Uploading

2006-11-06 Thread Rachel Maxim
What type of images are you uploading? If you are displaying them within Flex/Flash it has to be an image type supported by Flash/Flex. I know that in earlier versions of Flash, you could not load progressive JPEGs and no CMYK images whatsoever, and AFAIK this hasn't changed but I'm new to AS3

RE: [flexcoders] Uploading

2006-11-03 Thread Stacy Young
Any more details and/or code you can show? Cheers, Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of kumar Sent: Friday, November 03, 2006 8:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Uploading I am using