SlideShowPro News

02.15.05 | ActionScript issue

Posted by Todd Dominey at 10:54 AM | Permalink | More of this topic in SlideShowPro for Flash News

If you choose to modify the properties of SlideShowPro using ActionScript instead of the Property panel, there's an issue in 1.0 that will cause the AS values to be ignored. This will be fixed in a cleaner manner in the next update, but for now, here's a way to force your AS values over the panel properties. After all of your property changes, add: instanceName.setSize(width,height);. Subsitute the width and height with whatever width and height you want SlideShowPro to appear at (this will override your manual transform on the stage). If you call this method after all your properties, they will push through. This is a temporary fix for 1.0 that will be resolved soon.