| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Oct 2005
Posts: 2
|
Does anyone know how to use fileReference with AS1? It says it is available in AS1 in the help section, but gives no example. I am unsure how you would do >
import flash.net.FileReference; in Actionscript 1. Thanks. |
|
|
|
|
|
#2 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
|
Howdy and Welcome...
![]() I've never heard of such thing in AS 1... I have not installed Flex Builder 2, so I have no access to the documentation... Can you copy and paste the whole thing in the doc so that I can read some more and try to think from then on??? ![]()
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
|
|
|
|
|
#3 | |
|
Off-Line
Join Date: Aug 2004
Location: Ibiza/Spain language :Hungarian/German/ abit English
Posts: 6,539
|
for CyanBlue :
Quote:
eg.: // import flash.net.FileReference; var fileRef:FileReference = new FileReference(); --> fileRef = new flash.net.FileReference() |
|
|
|
|
|
|
#4 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
|
Thanks, Xeef...
![]() As far as I can tell, 'Availability: ActionScript 1.0; Flash Player 8' is wrong... What do you say, Xeef???
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
|
|
#5 |
|
Off-Line
Join Date: Aug 2004
Location: Ibiza/Spain language :Hungarian/German/ abit English
Posts: 6,539
|
not realy tested it but it's seams to work whit AS 1.0
import is AS 2.0 which MM use in there example |
|
|
|
|
|
#6 |
|
Registered User
Join Date: Oct 2005
Posts: 2
|
Thanks Xreef, just tried that and was able to bring up the dialogue box so it seems to be working!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|