Jump to content
Search Community

kenharper

Members
  • Posts

    2
  • Joined

  • Last visited

kenharper's Achievements

0

Reputation

  1. Thanks for the quick response. I've posted this question on the SSP forum as well, I'll be sure to get back with any useful information gained. Thanks for creating a great set of classes. I teach an introductory class in Flash UI design and the GreenSock classes have helped a ton. Cheers, Ken Harper
  2. Oh wise GreenSock people of the universe, I'm giving liquidStage/Area a shot in conjunction with SlideShow Pro http://slideshowpro.net/products/slideshowpro/ AS3 version. In short, they seem not do not play well together. When I test the Liquid Stage in a simple situation the test MC scales just fine, no surprise. When I apply those same AS3 code bits the SSP instance goes crazy when scaling. Simple Working Test: http://multimediaphotographydesign.org/source/deploy/simple-liquid.html'>http://multimediaphotographydesign.org/source/deploy/simple-liquid.html SSP, Not Scaling Properly (Try and scale browser): http://multimediaphotographydesign.org/source/deploy/ LiquidStage code applied to both: import com.greensock.layout.*; this.stage.align = StageAlign.TOP_LEFT; var ls:LiquidStage = new LiquidStage(this.stage, 960, 633, 600, 400); var area:LiquidArea = new LiquidArea(this, 0, 0, 960, 633); area.attach(ssp_mc, ScaleMode.PROPORTIONAL_OUTSIDE); //SSP my_ssp.contentScale = "Proportional"; I'm assuming that the SSP flash component just has some crazy AS3 rocking and that's the problem, some sort of conflict (meaning I may be screwed). Anyone have any experience or ideas? Thanks in advance. Cheers, k
×
×
  • Create New...