kein sound auf dem ipad

  • hi,

    sound auf pc klappt, ipad läuft alles, außer sound *sad*

    woran kann das liegen, verwende die 1.0.8.14


    in meiner tour.xml:

    <include url="tour0.xml"/>
    <autorotate enabled="false"/>
    <plugin name="soundinterface" preload="true" url="virtualtourdata/graphics/soundinterface.swf" alturl="virtualtourdata/graphics/soundinterface.js" keep="true"/>
    <action name="playsoundaction">
    set(plugin[data].soundOn, true);
    playpanosounds(forcesounds);
    </action>
    <action name="stopsoundaction">
    set(plugin[data].soundOn, false);
    stoppanosounds();
    </action>


    in meiner tour0.xml:


    <!-- Während des Ladens auszuführende Aktionen -->
    <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
    firstloadcompleteaction();
    </action>
    <events onloadcomplete="onloadcompleteaction();"/>
    <action name="onloadcompleteaction">
    if(plugin[data].soundOn==false,stoppanosounds(),playpanosounds());
    </action>
    <action name="playpanosounds">
    playbackgroundsound(http://www......../sounds/sound0.mp3,0,%1);
    </action>
    <action name="stoppanosounds">
    stopbackgroundsound();
    </action>

  • hallo klaus,

    das hat mir sehr weitergeholfen, die einschränkungen waren mir nicht bekannt.

    mit dem touch on screen klappts, werde dann mal ein button einbauen.


    ... schade, dass die snow.swf auf den mobilen geräten noch nicht klappt *smile*


    danke & besinnliche festtage!

    markus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!