View
FlashDesignGuide
View Layout Guidelines
- Custom URL Links: Linked URLs not part of a data result are not allowed. You can visually put URLs not part of a dataset result in the view, but they cannot be hot linked.
- Stage Layout: The Stage should not scale and should be aligned top left. you should have onResize listeners for the Stage changing sizes and make your view react and stretch/shrink accordingly.
Stage.scaleMode = "noScale";
Stage.align = "TL";
Publishing/Requirements Guidelines
- Flash 8
- Actionscript 2.0
- Protect From Import
- 800x600 min resolution support