-
Stay where you are. We'll push the news to you.
Subscribe to RSS feed Follow us on Twitter
One of the things that's always driven me crazy about the Component Inspector panel in Flash is that it doesn't provide a way to save settings. There's simply no built-in way to copy the parameters of one instance of SlideShowPro over to another in a separate FLA, or share your settings with another user. So, I decided to experiment with creating my own parameter copying utility, and before I knew it had built just that.
Using the JSFL engine in Flash CS3, I've built a couple of commands that make the exporting/importing of parameter settings fast and easy. Parameters are exported as an xml file, which can then be imported back into Flash, parsed, and assigned to a separate instance of SlideShowPro. You can even share the XML file with someone else, and they'll be able to take a default, new instance of SlideShowPro and convert it (size, color, behavior, everything) to an instance that's identical to yours.
These will also make upgrading to new point releases easier. The scripts are purposely written so that any parameter in SlideShowPro that matches one in an imported configuration file are modified, and any that do not are left alone. This way you'll only have to modify new/changed parameters between point releases.
Last but certainly not least, an exported parameter file can also be used with the "standalone" version of SlideShowPro for Flash that comes with the extension download. So you could technically build your slideshow in Flash, export a parameter file, use that file with the standalone version, then update the parameters in the XML whenever you need to change something (without returning to Flash and publishing a new SWF).
Both scripts require Flash CS3 (simply not possible in earlier versions, sorry), and will be included as part of the extension installation when they're no longer beta. If you'd like to try them out, download here (login required). Note: commands no longer beta and are now part of the SlideShowPro for Flash installation package.