Multiimage as part of a button (1 Viewer)

pbathuk

Portal Member
December 3, 2010
29
7
Chester
Home Country
United Kingdom United Kingdom
Hi All,

I am very new to skin design within Mediaportal and was wondering if someone could give me some advise as to how to have multiple images linked to one button?
I am wanting to rotate through 3 possible images (the 3 images from the LatestMedia plugin) but still allow people to click the button to go through to the relevant plugin.

Is this possible at all?
Sorry if this is not the correct place to put this type of question.

Cheers
 

pbathuk

Portal Member
December 3, 2010
29
7
Chester
Home Country
United Kingdom United Kingdom
I think I may have found a bug on the multiimage section (or just not using it correctly ;) )
when I use
<control>
<id>110</id>
<description>moving picutes image button</description>
<type>multiimage</type>
<posX>50</posX>
<posY>200</posY>
<width>145</width>
<height>145</height>
<timeperimage>2000</timeperimage>
<fadetime>500</fadetime>
<randomize>no</randomize>
<loop>yes</loop>
<keepaspectratio>no</keepaspectratio>
<imagepath>icons/hover_youtubefm.png</imagepath>
</control>

It works fine and shows the image perfectly, however I want to be able to rotate around 3 specific images in a folder (I can't rotate around the whole folder as it has many other images in)
However when I do
<control>
<id>110</id>
<description>moving picutes image button</description>
<type>multiimage</type>
<posX>50</posX>
<posY>200</posY>
<width>145</width>
<height>145</height>
<timeperimage>2000</timeperimage>
<fadetime>500</fadetime>
<randomize>no</randomize>
<loop>yes</loop>
<keepaspectratio>no</keepaspectratio>
<imagepath>icons/hover_youtubefm.png;icons/hover_moving pictures.png</imagepath>
</control>
I get the control showing but it flashes between the two images and neglects to use the 2000 ms I have setup above.
(as an aside I have tried putting the imagepath as icons and it rotates through (with the 2 second gap) correctly)

Any help would be gratefully received.
 

Users who are viewing this thread

Top Bottom