vote up 1 vote down star

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.

Any ideas how to achive this?

Thank you!

flag

43% accept rate

1 Answer

vote up 0 vote down

I believe you would have to create the SWF on the server side and then either

1) provide the user with a URL

or

2) dynamically load it in to your application and use it as the target for a button click, or something like that.

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.

http://www.sephiroth.it/weblog/archives/2006/02/swf_server_side_compiler_with.php

link|flag
Yes, exactly. I was looking for a answer which answer more specificly how to do it, thought. – Ancide Jul 19 at 12:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.