Search Results

1
vote
1answer
103 views

Alternatives to create swf files (which has external content loaded into them) dynamically?

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 th …
1
vote

How can I dynamically load a Movieclip in Flash CS4 and have it share information with a framework?

To load the the swf files you use the Loader class. Then to pass variables to the lo …