A Flash Developer Resource Site

Search:

Type: Posts; User: Lexicon

Search: Search took 0.26 seconds.

  1. Replies
    24
    Views
    25,973

    You need to declare the list you are storing the...

    You need to declare the list you are storing the fileReferences in outside of the onSelect function so that you can access it from other functions.

    e.g. replace this function

    ...
  2. Replies
    24
    Views
    25,973

    I don't believe so, but I could be wrong.

    I don't believe so, but I could be wrong.
  3. Replies
    24
    Views
    25,973

    always a pleasure :D

    always a pleasure :D
  4. Replies
    24
    Views
    25,973

    I'm not really a huge PHP man so I might be...

    I'm not really a huge PHP man so I might be talking crap here.....

    But try using var1 straight away without assigning it to the post var...
    The variable is not sent via POST.



    <?php
    ...
  5. Replies
    24
    Views
    25,973

    That wouldn't work because LoadVars does not have...

    That wouldn't work because LoadVars does not have access to the FileReference.upload function and so would not initiate a file upload. It would probably just send [object object] as a string.
  6. Replies
    24
    Views
    25,973

    you can append it to the script string... I...

    you can append it to the script string...

    I have done that and it works. I released my first flash8 commercial app yesterday with that method :D
    ...
  7. Replies
    24
    Views
    25,973

    no worries, the example is basically the same as...

    no worries, the example is basically the same as the flash help files for FileReferenceList so it's worth looking through. I just added an extra listener object to make it easier to understand the...
  8. Replies
    24
    Views
    25,973

    A multiple file upload is a bunch of single file...

    A multiple file upload is a bunch of single file uploads.
    So with the FileReferenceList you get from the dialog box, you basically iterate through that list and initiate a file upload as normal for...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center