Re: [Flashcoders] Flash and input type=file....

2006-04-03 Thread Grant Cox

Except that only works in Flash 8, as the OP mentioned.

Unfortunately there is no way to do this in Flash 7, except for iframe 
hacks or similar.  I saw a link a year or so ago where someone placed a 
transparent HTML iframe over the top of the flash SWF, so the HTML form 
looked as though it was part of the flash.  It was fairly hacky, and I 
don't think it was cross-browser compatible.


Regards,
Grant Cox


Manuel Saint-Victor wrote:


Do you mean like a filebrowser window?

import flash.net.FileReference;
var myFileReference:FileReference=new FileReference();
myFileReference.browse();





On 3/31/06, Felipe Fernandez [EMAIL PROTECTED] wrote:
 


Hi, is it possible show in a flash (Flash 2004 MX) a input type file form
in
order to catch user file selection?

Basically, I need to show an html form inside a flash movie. Is there any
flash component to show that?

I know Flash 8 has upload files capabilities but Flash Mx 2004 is
requiered
in my project.

Thanks and regards
___
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


 


___
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] Flash and input type=file....

2006-03-31 Thread Felipe Fernandez
Hi, is it possible show in a flash (Flash 2004 MX) a input type file form in
order to catch user file selection?

Basically, I need to show an html form inside a flash movie. Is there any
flash component to show that?

I know Flash 8 has upload files capabilities but Flash Mx 2004 is requiered
in my project.

Thanks and regards
___
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