This content has been marked as final.
Show 4 replies
-
1. Re: flash sprite upload to director
golem2 Jun 29, 2006 7:12 PM (in response to golem2)me again...
I need to browse to the image, I can't use pre-set url to the image -
2. Re: flash sprite upload to director
Newsgroup_User Jun 29, 2006 11:10 PM (in response to golem2)Do you mean you want to present a file-select dialog and import the
chosen file into Director?
If so, you can use Buddy API's baGetFilename() function and then
importFileInto() or set an existing #bitmap member's filename to your
selected file. -
3. Re: flash sprite upload to director
Newsgroup_User Jun 30, 2006 4:58 AM (in response to golem2)Yes, you can't do that with Flash. While the FileReference class will
allow you to open a file open window, and even make a selection, the
actual action that seems to be allowed is to upload the selected file to
a server using some CGI method.
Sean has the answer for you.
--
Rob
_______
Rob Dillon
Adobe Community Expert
http://www.ddg-designs.com
412-243-9119
http://www.macromedia.com/software/trial/ -
4. Re: flash sprite upload to director
golem2 Jul 2, 2006 2:31 PM (in response to golem2)thanks guys.