A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: can i create a swf-file from within the flash runtime?

  1. #1
    Senior Member fantasio's Avatar
    Join Date
    May 2000
    Location
    at the progress bar
    Posts
    409

    can i create a swf-file from within the flash runtime?

    hi,

    i would like to create a composite from different sources ( video, bitmap) and save it as a swf file.
    is this possible within the flash runtime ?


    thanks

  2. #2
    Will moderate for beer
    Join Date
    Apr 2007
    Location
    Austin, TX
    Posts
    6,801
    Technically, yes. You can create a bytearray and stuff it full of arbitrary bytes which may be a valid swf file.

    But it's not going to be easy. I'm not aware of any packages to help you with this, although http://wonderfl.net/ does seem to compile code to swf client side. There's also http://eval.hurlant.com/ . Look up the swf file format specifications if you want to implement your own.

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