Alternatives to create swf files (which has external content loaded into them) dynamically? - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T10:07:00Zhttp://stackoverflow.com/feeds/question/1075486http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1075486/alternatives-to-create-swf-files-which-has-external-content-loaded-into-them-dy1Alternatives to create swf files (which has external content loaded into them) dynamically?Ancide2009-07-02T16:48:44Z2009-07-02T17:04:11Z
<p>I'm about to start a project where there will be a Flash application where the visitor customizes a profile with externally loaded images and texts. Then the visitor needs to be able to download that profile as a dynamically created swf with all that external content baked into the swf. </p>
<p>Any ideas how to achive this? </p>
<p>Thank you!</p>
http://stackoverflow.com/questions/1075486/alternatives-to-create-swf-files-which-has-external-content-loaded-into-them-dy/1075565#10755650Answer by rhtx for Alternatives to create swf files (which has external content loaded into them) dynamically?rhtx2009-07-02T17:04:11Z2009-07-02T17:04:11Z<p>I believe you would have to create the SWF on the server side and then either </p>
<p>1) provide the user with a URL</p>
<p>or</p>
<p>2) dynamically load it in to your application and use it as the target for a button click, or something like that.</p>
<p>There are a number of ways to create SWFs on the server, but that's an area outside of my experience. Maybe someone else can post some better information on it, but here's a link to one approach, to get you started. </p>
<p><a href="http://www.sephiroth.it/weblog/archives/2006/02/swf%5Fserver%5Fside%5Fcompiler%5Fwith.php" rel="nofollow">http://www.sephiroth.it/weblog/archives/2006/02/swf_server_side_compiler_with.php</a></p>