Jump to content
Search Community

kungpoo

Members
  • Posts

    3
  • Joined

  • Last visited

kungpoo's Achievements

0

Reputation

  1. I could hug you right now. Thanks jamiejefferson!
  2. I am making a kiosk application that will directly be opened in a browser i.e. the fullscreen browser loads application.swf instead of application.html I'm doing it this way because separate swfs will need to pass flashvars to each other, so I will send parameters in the url e.g. application.swf will navigateToURL to profile.swf?user=2 doing it this way because I'm not sure if there is a way of sending querystrings to static html pages e.g. profile.html?user=2 Anyway, I've noticed that when a .swf is launched in a browser the initial stage.stageHeight and stage.stageWidth are set to whatever the browser window size is so this breaks the functionality of LiquidStage as it has incorrect reference points to work with. I hope that made sense, does anyone know an easy way around this? As it is a kiosk there will be no php etc to parse the querystring, I've used loadermax in the past too but this is the quicker and simpler route for me in this case as the flash swfs will also link to external websites within the kiosk application. Thanks
  3. Sorry to dig this up but I'm also getting this problem, using the latest and greatest version of LoaderMax. It occurs when I try and init a SWFLoader in AIR, works fine in FP10. trace(Capabilities.playerType) outputs 'Desktop'. Any ideas? Thanks
×
×
  • Create New...