Saving of an swf file to a server

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Re: Saving of an swf file to a server

    Hi all,

    Thank you for the reply. I understand that saving the image of the changed swf file onto the server is not something which is simple. But I do have some feedback from some other forums that I can actually getting the variables from the swf file and pass all these variables to PHP or ASP, and but the image into a PDF format using ASP or PHP components. But the problem here is that how do we go abt getting all those variables from the swf file which is created from the by the user and pass it to the underlying ASP (we are using ASP for the website development). The Text fields and images are added by the users, and the adding of these text fields and images are dynamic, as in there are no fixed numbers of text field and also the x, y, org, etc of the text field are dynamic, as user will be able to drag and drop those text fields and images around the design movie.
    We are looking at solution as in getting the Adobe Acrobat. But our concern here is how are we going to pass those heaps of variable from Flash (swf) to the ASP (or is PHP the only solution available?) and store it to a PDF.
    If there is anyone out there, can you please kindly elaborate on first, how are we going to get variables for each text fields and images from the swf file and second, how are we going to pass these variables which we have obtained from the swf file to ASP, thirdly, how are we going to assemble all these variables and store it in a PDF file which user will be able to view.

    Best Regards,
    Faerie....


    Faeranina webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Saving/uploading a file to seperate server
      I am trying to figure out a way to save a file to a seperate server(not my web server) on my network. Is this possible? If so with what tag? ...
    2. saving files inn CS to server
      having trouble saving files in photoshop CS to a server, it gives me a message saying cannot save because of disk error, but it does save it anyway....
    3. Getting HTML content from one Server and Saving it on another Server
      Hi everyone, I'm incharge of updating the stats on a chl hockey teams Web Site. I would like to know if there is a way to be able to save the...
    4. Saving to a file server (XP and PS7)
      Search trough the forum and you'll find this is a very common problem that many people are having. Best advice I can give, only try saving with one...
    5. saving pdf file to sql server
      Hi group, I have an web application where the user can upload a pdf file. This file is stored in a table, in a column of type ntext. The user...
  3. #2

    Default Re: Saving of an swf file to a server

    yes, it is possible,
    it can be done thru post with php & PDFlib

    --
    //best regards
    ELECTRON






    "Faeranina" <webforumsuser@macromedia.com> wrote in message news:bu7vkr$pdt$1@forums.macromedia.com...
    > Hi all,
    >
    > Thank you for the reply. I understand that saving the image of the changed swf file onto the server is not something which is
    simple. But I do have some feedback from some other forums that I can actually getting the variables from the swf file and pass all
    these variables to PHP or ASP, and but the image into a PDF format using ASP or PHP components. But the problem here is that how do
    we go abt getting all those variables from the swf file which is created from the by the user and pass it to the underlying ASP (we
    are using ASP for the website development). The Text fields and images are added by the users, and the adding of these text fields
    and images are dynamic, as in there are no fixed numbers of text field and also the x, y, org, etc of the text field are dynamic, as
    user will be able to drag and drop those text fields and images around the design movie.
    > We are looking at solution as in getting the Adobe Acrobat. But our concern here is how are we going to pass those heaps of
    variable from Flash (swf) to the ASP (or is PHP the only solution available?) and store it to a PDF.
    > If there is anyone out there, can you please kindly elaborate on first, how are we going to get variables for each text fields and
    images from the swf file and second, how are we going to pass these variables which we have obtained from the swf file to ASP,
    thirdly, how are we going to assemble all these variables and store it in a PDF file which user will be able to view.
    >
    > Best Regards,
    > Faerie....
    >
    >

    ELECTRON Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139