摘要:
amfphp1.9 最新下载的测试的时候 报 NetConnection.Call.BadVersion百思不得其解然后看到gateway.php 这个网关文件中的if(PRODUCTION_SERVER){ //Disable profiling, remote tracing, and service browser //$gateway->disableDebug(); // Keep the Flash/Flex IDE player from connecting to the gateway. Used for security to stop remote connecti 阅读全文
摘要:
var viewRect:Rectangle = new Rectangle(0,0,stage.fullScreenWidth,stage.fullScreenHeight);//获取设备的窗口大小_starling = new Starling(MainScreen,stage,viewRect);//将设备窗口大小做为starling的视窗大小_starling.stage.stageWidth = 1280;//设置starling舞台宽为我们制作时宽_starling.stage.stageHeight = 800;//设置starling舞台高为我们制作时高Global.stage 阅读全文