Hello everyone! Im building a simple webform that enables users to load a flashbanner (.swf) and change the contents (eg. text, url, img) in .net. Preferrebly in c#. Conclusion: 1. Load a flashbanner (.swf). 2. Get the variables (names and values) from the file. 3. Alter their values. 4. Save it to a new file (or the same, doesnt matter). Why i want to do this is because if I have a banner that i want to send to 10 different places, i dont want to have to make 10 different flashfiles just for changing a bit of text. Is this possible in .net? I've been looking at programs like Aspose Flash and others, but i cant find any proper examples of this type of thing. Does anyone know anything about how to approach this?