Question
syncSWF podWidth/Height Constraints for entire swf
I've been coming along quite well with syncSWF lately. I
understand some basic functionality, setup, and interaction.
But I'm a bit confused about how to properly setup constraints. At MAX, I was fortunate enough to sit in Nigel Pegg's syncSWF hands-on intro at MAX, and he showed us some basics with podWidth/podHeight. I've easily been able to implement this into my swfs, but only on a specific object.
What would be the best way to set constraints on the entire movie's stage? i.e. if I have 20 movieclip on the screen, I don't want to set podWidth/Height for every single movieclip. I want to just resize the entire stage so that it fills the pod. I also want to make sure that if the pod is sized under the stage's width/height, that the stage's height and width - along with all of its contents - are properly undersized to fit within the pod. This doesn't occur by default - instead, if contraints are not set and the pod is sized under that of the swf, the swf shows outside of the pod's box (which is really stupid IMHO).
I tried this.Stage.width/height, but that ends up setting width/height for the entire Breeze stage.
And on another note...where are all of the syncSWF developers? Seems like no one out there is doing this!
- Chris
But I'm a bit confused about how to properly setup constraints. At MAX, I was fortunate enough to sit in Nigel Pegg's syncSWF hands-on intro at MAX, and he showed us some basics with podWidth/podHeight. I've easily been able to implement this into my swfs, but only on a specific object.
What would be the best way to set constraints on the entire movie's stage? i.e. if I have 20 movieclip on the screen, I don't want to set podWidth/Height for every single movieclip. I want to just resize the entire stage so that it fills the pod. I also want to make sure that if the pod is sized under the stage's width/height, that the stage's height and width - along with all of its contents - are properly undersized to fit within the pod. This doesn't occur by default - instead, if contraints are not set and the pod is sized under that of the swf, the swf shows outside of the pod's box (which is really stupid IMHO).
I tried this.Stage.width/height, but that ends up setting width/height for the entire Breeze stage.
And on another note...where are all of the syncSWF developers? Seems like no one out there is doing this!
- Chris
