Way to concatenate SWF?

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

  1. #1

    Default Way to concatenate SWF?

    I just need to stitch together a few SWF files without editing them.
    Is there a way to do this without having to get/install flash editing
    software?

    Logan263 Guest

  2. Similar Questions and Discussions

    1. ASP Concatenate String
      String a=Test String b=[email protected]" How can I concatenate this to get String c ="""Test"" <[email protected]>"
    2. Concatenate fields with no values
      I am running CF 5 with SQL Server 2000. I am looking to concatenate a person name, but not all names have a suffix or middle name. Sample SQL:...
    3. Concatenate Fields to >255 chars
      "Peter" <[email protected]> wrote in news:cuds3o$b3d$[email protected]: Hi Peter, Are you using cfinsert/cfupdate - or a...
    4. Concatenate pdf files
      [email protected] wrote: Pdftk is a free command-line tool for combining PDF documents: pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf...
    5. concatenate text fields
      Does anyone know of a workaround to concatenate text fields???? thanks, jr
  3. #2

    Default Way to concatenate SWF?

    I just need to stitch together a few SWF files without editing them.
    Is there a way to do this without having to get/install flash editing
    software?

    Logan263 Guest

  4. #3

    Default Re: Way to concatenate SWF?

    Make a SWF that loads the other files into level1, one at a time. This
    controller SWF can check when one of the movies reaches its last frame, then
    load the next movie in its place.


    noone Guest

  5. #4

    Default Re: Way to concatenate SWF?

    On Tue, 11 Nov 2003 19:32:56 +1100, "noone" <[email protected]> wrote:
    >Make a SWF that loads the other files into level1, one at a time. This
    >controller SWF can check when one of the movies reaches its last frame, then
    >load the next movie in its place.
    So, then, there is no way to just join, I have to have a SWF editor of
    some kind to do this manually?

    Cheers!

    Logan263 Guest

Posting Permissions

  • You may not post new threads
  • You may not 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