Re: [Flashcoders] load image from local machine into browser based swf?

2007-01-31 Thread Omar Fouad

surely u cant

On 1/31/07, Aaron Haines [EMAIL PROTECTED] wrote:


I'm guessing that this isn't possible, but I would love someone to prove
me
wrong ; )

Is there any way to allow the user to select an image file on their local
machine and then load the image directly into a SWF running in a browser
from a remote server without using any server-side script?

Any ideas much appreciated
Thanks
a.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
Omar Fouad - Digital Emotions...
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] load image from local machine into browser based swf?

2007-01-31 Thread Andy Stone
You can upload the image to a folder then load it from it's location on the
server. -Andy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aaron Haines
Sent: Wednesday, January 31, 2007 10:01 AM
To: 'Flashcoders mailing list'
Subject: [Flashcoders] load image from local machine into browser based swf?

I'm guessing that this isn't possible, but I would love someone to prove me
wrong ; )
 
Is there any way to allow the user to select an image file on their local
machine and then load the image directly into a SWF running in a browser
from a remote server without using any server-side script?
 
Any ideas much appreciated
Thanks
a.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] load image from local machine into browser based swf?

2007-01-31 Thread Dave Wood
Is there any way to allow the user to select an image file on their  
local
machine and then load the image directly into a SWF running in a  
browser

from a remote server without using any server-side script?



I have a need to do this also - to alow a user to select one of their  
own images to use within a swf.


I haven't found any neat way but I've played around with a two-step  
approach as follows..


1. Use FileReference class to browse then upload a file to a remote  
server.
2. Use loadClip to then download that image from the remote site to  
the swf.


I've had it work occasionally, but haven't managed to get it reliable  
and in any case it's a real clunky approach.


If anyone has anything that really works I'd love to know about it.

David
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com