A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: External SWF Compiler

  1. #1
    Senior Member Shotsy247's Avatar
    Join Date
    Apr 2001
    Location
    Be there in a minute!
    Posts
    1,386

    External SWF Compiler

    Hi All,

    Does anyone know a way to comile swfs outside of Flash on the server?

    For example, say I have a swf that accepts a variable called name. But the variable comes from outside of the swf. So someone sets the variable from a web form. I then want to embed that variable value into the swf, so it will always be with the swf. My thinking was to create another swf that loads contains the first swf and also contains the new value.

    Does this make sense? And does anyone know how it could be done? Additional software on the server?

    Thanks.

    _t
    I don't feel tardy.

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    You can try to save the data to a text file or XML file and have the new (template/generic) .swf use this as its source for data..

    or try using s SO (shared object) that resides on the users computer possibly)

  3. #3
    Senior Member Shotsy247's Avatar
    Join Date
    Apr 2001
    Location
    Be there in a minute!
    Posts
    1,386
    Thanks Whispers, but I need the data and swf to be contained in a single file that can then be sent to another location.

    I recall reading a thread about an open source swf compiler, something that could sit on the server. I know I've seen something like that or perhaps I'm just wishing that I did.

    _t
    I don't feel tardy.

  4. #4
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    ahh I see.


    sorry I have never looked into generating a .swf on the server side before..

    but good luck..

  5. #5
    Senior Member Shotsy247's Avatar
    Join Date
    Apr 2001
    Location
    Be there in a minute!
    Posts
    1,386
    It seems that a server-side product called SWFScout by ByteScout can accomplish this task.

    http://www.bytescout.com/swfscout.html

    I have not tried this product so this is not a recommendation, just information.

    _t
    I don't feel tardy.

  6. #6
    Ryan Thomson EvolveDesigns's Avatar
    Join Date
    Oct 2001
    Location
    British Columbia
    Posts
    3,338
    might look into Ming too, it's oldschool, but looks like it's still being supported:

    http://www.libming.org/
    Evolve Designs Interactive Media
    the natural selection

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center