What I need to know is if there is any way to save a changes to a SWF using actionscript to save changes made to the SWF made by editing moveiclip properties.

I have application where I have hundreds and hundreds of floorplans drawn using Flash and saved exported as SWFs that then are loaded when a browser user clicks a link on this real Estate management companies web site. They actually get loaded into a common SWF that through params sent in through FScommand in the HTML generated with ASP.

So all the floorplan's SWFs are small discrete SWFs that have identically named clips inside that allows the controls on the SWF that loads them to manipulate the floorplan mc instance. Zoom in etc rotate , print out. etc.

Now I've been asked to add bed type descrips to the rooms programtically. What I've done is to create
another type of SWF Loader that loads the floorplan SWF. Then an employee of the Real Estate employee can drag and drop King,Queen,Etc onto the proper room.

Now realize I could store the _x,_y of the bedwords , then reposition them at runtime via params sent in via XML or FScommand, but I've asked if it would be possible to create a 3rd SWF that embeds both the floorplan SWF and the SWF containing the Beds (as placed) and "saved" as a new SWF named for the floorplan's swf ["Crystal UnitA"+ "beds" +".SWF" . Anyhow there any way to do this ?