Posts by reachyours

    that's great. i also set the embed code with some parameter such as autostart=1 transparent=1 . it works with autostart but transparent. and it works in html files.
    i wonder if it doesn't work because of textfield.swf?

    i would like to embed 3d model on sketchfab. how to do
    the code of sketchfab is

    Code
    <div class="sketchfab-embed-wrapper"><iframe width="640" height="480" src="https://sketchfab.com/models/aba23531911c45439067a6e0aaccad07/embed" frameborder="0" allowvr allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>
    
    
    <p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
        <a href="https://sketchfab.com/models/aba23531911c45439067a6e0aaccad07?utm_medium=embed&utm_source=website&utm_campain=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Kokura Castle</a>
        by <a href="https://sketchfab.com/avatta?utm_medium=embed&utm_source=website&utm_campain=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">AVATTA</a>
        on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campain=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
    </p>
    </div>
    Code
    customimage[mobile].path=%INPUTPATH%/%BASENAME%.tiles/mobile_%s.jpg
    customimage[mobile].res=1024
    customimage[mobile].path1=panos/%basename%.titles/mobile_%s.jpg
    customimage[mobile].imagesettings=jpegquality=82 jpegsubsamp=444 jpegoptimize=true
    customimage[mobile].xml=<mobile>[NL][TAB]<cube url="[PATH1]" />[NL]</mobile>


    is it posibble for using [PATH1] placeholders to define url path in xml?

    hi,
    i use this action in xml


    to count the visits and set a layer to show it

    Code
    <layer name="count" style="style3" align="center" x="0" y="0" html="" keep="true" />


    but i can not get the "visits" to "html"
    help me please

    hi Tuur, another problem i haven't found before.
    i also use set(_lang,chinese) in the first scene onstart, if i don't the first scene will link none mp3.
    when i go back to the first scene, the language will return to chinese.
    i also use action set(_lang,chinese) in startup but it doesn't work.
    how to set one kind language as default.

    hi guys i set 2 language ui for the tour,and also set 2 language hospot for it.
    i use combobox for selecting.it works when language change, but when the scene change the hospot still unchange.
    here is the code
    these 2 hospot is for the 2 language i set one visible "true" and one "false"

    Code
    <hotspot name="spot7" style="floorchinese"  html="上楼" ath="-61.861" atv="8.823" onclick="switch(layer[skin1].visible);switch(layer[skin2].visible);" visible="true"/>
    <hotspot name="spot10" style="floorenglish"  html="upstairs" ath="-61.861" atv="8.823" onclick="switch(layer[skin1].visible);switch(layer[skin2].visible);" visible="false"/>


    i use this action change UI

    Code
    <action name="change_skin_design">
    		set(design, %1);
    		copy(skin_thumbs_last_state, layer[skin_thumbs].state);
    		loadpanoscene('%SWFPATH%/tour.xml', get(xml.scene), null, IGNOREKEEP|KEEPVIEW|KEEPMOVING, BLEND(0.5));
    		
    	</action>


    this action change hotspot visible or not


    this is for the combobox

    Code
    <plugin name="language" keep="true"
    	        url="%SWFPATH%/plugins/combobox.swf"
    	        alturl="%SWFPATH%/plugins/combobox.js" native="false"
    	        align="lefttop" x="10" y="0" >
           <item name="item1" caption="国语"  onclick="change_skin_design('chinese');hotspotchinese();" />
        <item name="item2" caption="English"  onclick="change_skin_design('english');hotspotenglish();" />


    could some one help me