You can popup a chromeless browser window that contains an HTML form and
make it look like it is part of the Flash movie, but that is about it.

Matt Liotta
President & CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901

> -----Original Message-----
> From: Joshua Miller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 08, 2003 5:07 PM
> To: CF-Talk
> Subject: CF / Flash Question
> 
> Anyone know if something like this is possible with FlashMX ?
> 
> function respond(){
>  goToAndPlay("My Scene",1);
>  stop();
> }
> 
> function upload(){
>  dtsVars = new LoadVars();
>  dtsVars.myfile="c:\test.txt";
>  dtsVars.onLoad = respond;
>  dtsVars.contentType = "multipart/form-data";
>  dtsVars.sendAndLoad("http://192.168.0.2/upload.cfm",dtsVars,"POST
> <http://192.168.0.2/upload.cfm> ");
> }
> 
> upload();
> stop();
> 
> It shure would be nice to have the ability to simulate the <input
> type="file"> field within Flash.
> 
> Is there another way to send file uploads from Flash? Can I embed an
> HTML form in Flash???
> 
> Joshua Miller
> Head Programmer / IT Manager
> Garrison Enterprises Inc.
> www.garrisonenterprises.net <http://www.garrisonenterprises.net/>
> [EMAIL PROTECTED]
> (704) 569-9044 ext. 254
> 
>
************************************************************************
> *************
> Any views expressed in this message are those of the individual
sender,
> except where the sender states them to be the views of
> Garrison Enterprises Inc.
> 
> This e-mail is intended only for the individual or entity to which it
is
> addressed and contains information that is private and confidential.
If
> you are not the intended recipient you are hereby notified that any
> dissemination, distribution or copying is strictly prohibited. If you
> have received this e-mail in error please delete it immediately and
> advise us by return e-mail to
> <mailto:[EMAIL PROTECTED]>
> [EMAIL PROTECTED]
>
************************************************************************
> *************
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to