热门 Krpano制作全景视频

时间:2017-10-19   作者:lininn   分类: 随笔   热度:2460°    
时间:2017-10-19   分类: 随笔    热度:2460  
<scene name="videopano" title="krpano Panoramic Video Example"> <!-- include the videoplayer interface / skin (with VR support) --> <include url="skin/videointerface.xml" /> <!-- include the videoplayer plugin --> <plugin name="video" url.html5="...

阅读全文>>

热门 php连接数据库?

时间:2017-10-11   作者:lininn   分类: 随笔   热度:2173°    
时间:2017-10-11   分类: 随笔    热度:2173  
<?php $link = mysqli_connect( 'localhost', 'root', 'root', 'lininn'); mysqli_set_charset($link, "utf8"); if (!$link) { printf("Can't connect to MySQL Server. Errorcode: %s ", mysqli_connect_error()); exit; }else $sql = "insert into user1(name1,ti...

阅读全文>>

热门 Krpano制作补天补地logo

时间:2017-10-10   作者:lininn   分类: 随笔   热度:3479°    
时间:2017-10-10   分类: 随笔    热度:3479  
复制下面代码保存到skin里面为nadir-logo.xml <krpano> <!-- startup viewing direction and angle --> <view hlookat="0" vlookat="55" fov="110" /> <!-- pano image --> <preview url="preview.jpg" /> <!-- nadir logo (a distorted hotspot) --> <hotspot na...

阅读全文>>

热门 Krpano添加自动旋转

时间:2017-10-10   作者:lininn   分类: 随笔   热度:2875°    
时间:2017-10-10   分类: 随笔    热度:2875  
1.scene外添加 <autorotate enabled="true" waittime="5.0" speed="-3.0" horizon="0.0" tofov="120.0" /> 2.在startup添加 <action name="startup"> if(startscene === null, copy(startscene,scene[0].name)); loadscene(get(startscene), null, MERGE); </action> 3.添加方...

阅读全文>>

热门 js实现全屏

时间:2017-9-26   作者:lininn   分类: 随笔   热度:2099°    
时间:2017-9-26   分类: 随笔    热度:2099  
function fullScreen(el) { var rfs = el.requestFullScreen || el.webkitRequestFullScreen || el.mozRequestFullScreen || el.msRequestFullScreen, wscript; if(typeof rfs != "undefined" && rfs) { rfs.call(el); return; } if(typeo...

阅读全文>>

热门 krpano修改默认按钮

时间:2017-9-21   作者:lininn   分类: 随笔   热度:2608°    
时间:2017-9-21   分类: 随笔    热度:2608  
<krpano> <!-- krpano 1.19.pr9 - Virtual Tour Skin --> <!-- skin settings (can be overridden in the tour.xml) --> <skin_settings maps="false" maps_type="google" maps_bing_api_key="" maps_google_api_key="" ...

阅读全文>>

热门 krpano隐藏导航条

时间:2017-9-21   作者:lininn   分类: 随笔   热度:4208°    
时间:2017-9-21   分类: 随笔    热度:4208  
搜索并设为set(layer[skin_layer].visible, false); 两个箭头隐藏改为 <!-- previous/next scene buttons for the hidden skin mode --> <layer name="skin_btn_prev_fs" keep="true" type="container" visible="false" align="lefttop" x="-50" width="40" height="100%" bgcapture="true" alpha="0.25" ...

阅读全文>>

热门 krpano制作snow

时间:2017-9-21   作者:lininn   分类: 随笔   热度:2178°    
时间:2017-9-21   分类: 随笔    热度:2178  
复制plugins的snow插件,将snow的xml放到同级: snow.xml: <krpano> <!-- the snow plugin --> <plugin name="snow" zorder="1" url="%SWFPATH%/plugins/snow.swf" alturl="%SWFPATH%/plugins/snow.js" floor="0.7" /> <action name="defaultsno...

阅读全文>>

返回顶部    首页    手机版本    后花园   会员注册   
版权所有:覆手为雨    站长: lininn