<krpano>

    <action name="builtin_plugin_open" args="params">
        <!-- copy(demo,%1); -->
        <!-- 分享插件 --> if(builtin_plugin_type=='share_plugin',builtin_plugin_share());
        <!-- 点评插件 --> if(builtin_plugin_type=='talk_plugin',builtin_plugin_talk());
        <!-- 点赞插件 -->
        if(builtin_plugin_type=='praise_plugin',builtin_plugin_praise());
    </action>
    <!-- 打开分享插件 -->
    <action name="builtin_plugin_share">
    <!-- txtadd(); -->
      <!-- if(device.mobile,js(openIframes("/pano/tour/share.html",'90%',"360","no")),
            js(openIframes('/pano/tour/share.html',"326","360",'no'));
			); -->
              if(device.mobile,js(openIframes("share.html",'90%',"360","no")),
            js(openIframes('share.html',"326","360",'no'));
			);
    </action>
    <!-- 打开点评插件 -->
    <action name="builtin_plugin_talk">
    <!-- js(vm.openTalkPane(get(style[get(builtin_plugin_talktheme)].head_pic_default))); -->
    
    <!-- js(vm.openTalkPane(get(builtin_plugin_talktheme))); -->
    js(openTalkPane(get(builtin_plugin_talktheme)));
     <!-- 添加气泡热点 -->
    </action>
    <!--default_theme 经典主题 -->
 <!-- <style head_pic_default="imgs/static/blueSkin_m21.png" name="default_theme" bgroundedge.mobile="10" bgroundedge.normal="10" type="type" url="%CURRENTXML%/plugins/textfield.swf" wordwrap="true" autoheight="true" background="true" backgroundcolor="0x000000" roundedge="5" alpha="0" bg="true" backgroundalpha="0.5" border="true" padding="3" glow="4" x="0" y="0" ox="0" oy="0" glowcolor="0xFFFFFF" css="text-align:center; color:#FFFFFF; font-family:MicrosoftYahei; font-size:24px;" textshadow="0 0 0 0x000000 0" textshadowrange="6" extshadowangle="90" enabled="true" bgcolor="0x0D94AA" bgborder_color="0xFFFFFF" align="bottom" edge="top"/> -->
 <style name="oldfashioned_theme" head_pic_default="imgs/static/blueSkin_m21.png"  bgroundedge.mobile="10" bgroundedge.normal="10" type="type" url="%CURRENTXML%/plugins/textfield.swf" wordwrap="true" autoheight="true" background="true" backgroundcolor="0x000000" roundedge="5" alpha="0" bg="true" backgroundalpha="0.5" border="true" padding="3" glow="4" x="0" y="0" ox="0" oy="10" glowcolor="0xFFFFFF" css="height:40px;text-align:center; color:#FFFFFF; font-family:MicrosoftYahei; font-size:24px;" textshadow="0 0 0 0x000000 0" textshadowrange="6" extshadowangle="90" enabled="true" bgcolor="0x0D94AA" bgborder_color="0xFFFFFF" align="bottom" edge="top"/>
 <!--youth_theme 青春主题 -->
 <style name="youth_theme" head_pic_default="imgs/dicon/27.gif" bgroundedge.mobile="10" bgroundedge.normal="10"  type="type" url="%CURRENTXML%/plugins/textfield.swf" wordwrap="true" autoheight="true" background="true" backgroundcolor="0x000000" roundedge="5" alpha="0" bg="true" backgroundalpha="0.5" border="true" padding="3" glow="4" x="0" y="0" ox="110" oy="-10" glowcolor="0xF9E31C" css="height:40px;text-align:center; color:#FFFFFF; font-family:MicrosoftYahei; font-size:24px;" textshadow="0 0 0 0x000000 0" textshadowrange="6" extshadowangle="90" enabled="true" bgcolor="0x0D94AA" bgborder_color="0xFFFFFF" align="bottom" edge="top"/>
<!--  oldfashioned_thme复古主题 -->
 <style name="default_theme" head_pic_default="imgs/static/用户.png" bgroundedge.mobile="10" bgroundedge.normal="10"  type="type" url="%CURRENTXML%/plugins/textfield.swf" wordwrap="true" autoheight="true" background="true" backgroundcolor="0x000000" roundedge="5" alpha="1" bg="true" backgroundalpha="0.5" border="true" padding="3" glow="4" x="0" y="0" ox="110" oy="-42" glowcolor="0xFFFFFF" css="height:40px;text-align:center; color:#FFFFFF; font-family:MicrosoftYahei; font-size:24px;" textshadow="0 0 0 0x000000 0" textshadowrange="6" extshadowangle="90" enabled="true" bgcolor="0x666666" bgborder_color="0xFFFFFF" align="bottom" edge="top"/>
 <!-- fashion_theme 流行主题-->
 <style name="fashion_theme" head_pic_default="imgs/static/blueSkin_m15.png" type="type" url="%CURRENTXML%/plugins/textfield.swf" wordwrap="true" autoheight="true" background="true" backgroundcolor="0x000000" roundedge="5" alpha="0" bg="true" backgroundalpha="0.5" border="true" padding="3" glow="4" x="0" y="0" ox="110" oy="-80" glowcolor="0xFFFFFF" css="height:40px;text-align:center; color:#FFFFFF; font-family:MicrosoftYahei; font-size:24px;" textshadow="0 0 0 0x000000 0" textshadowrange="6" extshadowangle="90" enabled="true" bgcolor="0x00BCD4" bgborder_color="0xFFFFFF" align="bottom" edge="top" bgroundedge.mobile="10" bgroundedge.normal="10" bgborder="undefined 0xFFFFFF undefined"/>
<action name="builtin_plugin_praise">
<!-- js(alert(get(name))); -->
<!-- js(vm.praise(get(name))); -->
js(praise(get(name)));
</action>
<action name="html5video_open">
alert(get(videourl));
<!-- html5video_open(get(videourl),get(posterurl),get(volume)); -->
txtadd(url,'/pano/tour/video.html?src=',%1);
  js(openIframes(get(url),"95%","95%",'no'));
</action>
</krpano>