all groups > macromedia flash sitedesign > october 2003 >
You're in the

macromedia flash sitedesign

group:

How to export SWF inside SWF online


How to export SWF inside SWF online TG_Laszlo
10/29/2003 8:39:27 PM
macromedia flash sitedesign:
Hi there, I have a project due in a matter of weeks which makes me stress. I need to make a swf file which has a interactive editing tool that allows the user to create a custom swf file from the settings that are preconfigured inside the main swf file. Lets just say its a intro creator and i have premade templates of the effects for text and image that is imported to the server and then is exported to a swf file on the server. The actuall main swf file that creates the custom intro is possible to me though the exporting swf file is unknown and unheard of. I know Flash can export to swf (no duh) and third party applications as well. If anyone can make sense of what I am asking for, please reply ASAP. Thanks for your time.

Re: How to export SWF inside SWF online philipwylie2003
10/30/2003 10:02:33 AM
I duno eather!

Re: How to export SWF inside SWF online Laiverd.COM
10/30/2003 11:10:53 AM
No way to export swf files from the player. If you have the time you could
dive into MING which would output swf files on the fly.

http://ming.sourceforge.net/

John

--
----------------------------------------------------------------------
Please reply only to the group, so everyone may share
----------------------------------------------------------------------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
http://www.macromedia.com/desdev/mx/flash/
http://www.macromedia.com/v1/tipsubmission/maintopic_browse.cfm
----------------------------------------------------------------------

Re: How to export SWF inside SWF online Pete Hughes
10/30/2003 2:03:54 PM
You will need something something on the server side. If the user is positioning some objects, such as furniture in a room, you describe the drawing with a list of the pieces of furniture, their colors, and their location/rotation. Send that description from the first SWF to the server. Whoever wants to see it gets a SWF (perhaps the same one) with that description stuffed into it, and the SWF contains the code needed to reconstruct the scene. You can do the same thing with drawing objects like lineTos and curveTos.

A lot harder would be for the server to parse the description and generate the scene from scratch in Flash Player format. I leave that exercise to the advanced student.

AddThis Social Bookmark Button