Fullscreenbutton zeigt keine Wirkung

  • Moinsen!

    Bei meinem Pano bewirkt der Fullscreenbutton nichts.

    Ich meine, alles richtig gemacht zu haben - aber man weiß ja nie, gell . . .
    Hat jemand einen Rat?

    Auf dem Rechner funktioniert das mit dem Fullscreen - bloß nicht über´s Web . . .

    herzliche Grüße, Klaus

    Hier ist das Pano (ist ein Testlauf)

    http://www.360impressions.de/k21.swf

    hier ist das k21.xml:

    <krpano version="1.0.8" logkey="false">
    <include url="K2114.xml"/>
    <plugin name="data" keep="true"/>
    <textstyle name="DEFAULT" alpha="1" background="false" bold="false" border="false" effect="glow(0xffffff,0.7,4,2);dropshadow(4,45,0xffffff,4,1);" font="Arial" fontsize="16" italic="false" textcolor="0xff000000"/>
    <plugin name="openfs" align="bottom" blendmode="screen" keep="true" onclick="set(fullscreen,true);" onout="set(blendmode,screen);" onover="set(blendmode,add);" url="K21data/graphics/menu/menu0.png" x="0" y="10"/>
    <plugin name="closefs" align="bottom" blendmode="screen" keep="true" onclick="set(fullscreen,false);" onout="set(blendmode,screen);" onover="set(blendmode,add);" url="K21data/graphics/menu/menu1.png" visible="flase" x="0" y="10"/>
    <events onenterfullscreen="set(plugin[openfs].visible,false); set(plugin[closefs].visible,true);" onexitfullscreen="set(plugin[openfs].visible,true); set(plugin[closefs].visible,false;"/>
    <plugin name="combobox" url="K21data/graphics/combobox.swf" keep="true" align="rightbottom" x="10" y="10"/>
    <action name="combobox:Bar">loadpano(K214.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:ChinA">loadpano(K215.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:ChinMitte">loadpano(K216.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:EingTurm">loadpano(K212.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:Empfang">loadpano(K211.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:GAP">loadpano(K2115.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:Kubus1">loadpano(K217.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:Kubus2">loadpano(K218.xml,NULL,NULL,BLEND(1));</action>
    <action name="combobox:Kubus3">loadpano(K219.xml,NULL,NULL,BLEND(1));</action>
    <action name="combobox:KuppelAbend">loadpano(K2112.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:KuppelGelaender">loadpano(K2111.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:Shop">loadpano(K213.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:Souterrain">loadpano(K2113.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:Teichsicht">loadpano(K2114.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:Treppe">loadpano(K2110.xml,NULL,NULL,BLEND(2));</action>
    <action name="combobox:Vorplatz">loadpano(K210.xml,NULL,NULL,BLEND(2));</action>
    </krpano>

    herzlichen Gruß, Klaus

    --
    “Simplicity is the keynote of all true elegance.”
    ― Coco Chanel

  • Hi,

    das ist eine Einschränkung des Flashplayers,
    die Verwendung des Fullscreen Modes muss explizit per Parameter in der HTML Datei erlaubt werden,
    das bedeutet auch das die SWF dazu in eine HTML Datei eingebunden sein muss (was ich aber in jedem Fall empfehlen würde,
    denn nur so kann auch vorab überprüft werden ob ein Flashplayer Plugin überhaupt installiert ist, und weiters lassen sich so per Javascript auch die Mac Bugs des Flashplayer bzgl. Mausrad beheben),

    wenn man z.B. das SWFObject 1.5 Script zum Einbetten des Flash Objekts verwendet,
    dann ist dieser Parameter hier für den Fullscreen Mode notwendig:

    Code
    so.addParam("allowFullScreen","true");

    Edit:
    hier noch ein Link zur Adobe Seite bezüglich Fullscreen:
    http://www.adobe.com/devnet/flashpl…creen_mode.html

    Schöne Grüße,
    Klaus

Jetzt mitmachen!

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