Hallo,
ich lade 2 Bilder in der Home.mxl über ein include, das ist der haupthintergrund bei filmen.
wenn ich jetzt das windiow home beende bzw in filme gehe, wird das untere bild ausgeblendeet und wenn man aus den views zurück geht in den homescreen, sieht man für 2-3 sekunden das multiimage ohne das diffuse bild.
also das untere bild ist nen diffuse, sprich nen schwarzes bild mit 80% sichbarkeit.
so und dadurch sieht man den hintergrund für 2-3 sekunden und dann erst kommt das diffuse bild drüber, habe schon extra das multiimage in background="true" gesetzt aber leider bringt das nix.
PHP
<control type="multiimage" id="1">
<description>My first slideshow control</description>
<posx>0</posx>
<posy>-90</posy>
<width>1980</width>
<height>1200</height>
<imagepath background="true">special://skin/backgrounds/wallpaper/Filme/</imagepath>
<visible>true</visible>
<timeperimage>8000</timeperimage>
<fadetime>2000</fadetime>
<pauseatend>10000</pauseatend>
<randomize>true</randomize>
<loop>no</loop>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>-90</posy>
<width>1980</width>
<height>1200</height>
<description>Background image</description>
<texture>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,/background1.png]</texture>
<aspectratio scalediffuse="false">stretch</aspectratio>
</control>
Alles anzeigen
[edit]momentan löse ich das indem ich dem multiimage nen :
<animation effect="fade" start="0" end="100" time="1000">windowopen</animation>
gebe[/edit]