电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

pano2VR二次开发接口(API)相关说明VIP免费

pano2VR二次开发接口(API)相关说明_第1页
1/10
pano2VR二次开发接口(API)相关说明_第2页
2/10
pano2VR二次开发接口(API)相关说明_第3页
3/10
Flash API (Pano2VR) From Garden Gnome Softw are (Redirected from Pano2VR - Flash API) Jump to: navigation, search To embed the pano, please use the following code: Contents [hide]  1 Loading the Panorama o 1.1 Actionscript 3.0 o 1.2 Actionscript 2.0  2 Panorama API calls o 2.1 Changing the view o 2.2 Changing the panorama window o 2.3 Hotspots o 2.4 Video o 2.5 Others  3 Change the default Hotspot handler o 3.1 Actionscript 3.0 o 3.2 Actionscript 2.0 Loading the Panorama Actionscript 3.0 import flash.display.*; import flash.net.URLRequest; import flash.events.Event; var loader:Loader = new Loader(); var url:String = "panorama.swf"; var urlReq:URLRequest = new URLRequest(url); var vr:MovieClip; // panorama movieclip // This is done after the swf is loaded. function finished_loading (e:Event) { } function initHandler(event:Event):void { trace("initHandler: " + event); vr = MovieClip(loader.content); // cast 'DisplayObject' to 'MovieClip' // vr.isFlash10=false; // Disable Flash 10 rendering if the container is Flash 9 } function initPanorama(e:Event) { // check if the panorama object is available and initialize it if ((vr!=null) && (vr.pano!=null)) { removeEventListener( Event.ENTER_FRAME , initPanorama); vr.x=50; vr.y=50; vr.pano.setWindowSize(400,300); } } // call initPanorama every frame addEventListener( Event.ENTER_FRAME , initPanorama); // Tell the loader to call 'finished_loading' after the swf is loaded. loader.contentLoaderInfo.addEventListener(flash.events.Event.COMPLETE, finished_loading); // Tell the loader to call 'initHandler' after the swf is initialized. loader.contentLoaderInfo.addEventListener(Event.INIT, initHandler); loader.load(urlReq); addChild(loader); // add your swf directly to the stage If you like to rem...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

pano2VR二次开发接口(API)相关说明

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部