Hi,
Please, in the future, check the help file before posting a question. You have the solution there:
Code:
1. Setting the menu to open url
In the xml file set the behaviour to "1". Then on each item put the url string in the "data" attribute, and the target window string in the "param" attribute.
<behaviour value="1" />
...
<item label="Item label" data="http://google.ro/" param="_blank" />
doesn't seem to be that easy to link these thumbnails.
im having difficulties where in the xml i can set the behaviors?
if this is my xml:
Quote:
<scroller>
<item image="thumbs/12.jpg" label="Those are filled with wine" data="12" />
<item image="thumbs/13.jpg" label="Rusty old thing" data="13" />
<item image="thumbs/1.jpg" label="Summer at the lake" data="1" />
<item image="thumbs/2.jpg" label="Winter road trip" data="2" />
<item image="thumbs/3.jpg" label="Like to play this game alot" data="3" />
<item image="thumbs/4.jpg" label="Pine from my backyard " data="4" />
<item image="thumbs/8.jpg" label="Beautyful lake at my granparents" data="8" />
<item image="thumbs/9.jpg" label="Walk in the park" data="9" />
<item image="thumbs/10.jpg" label="Firetruck" data="10" />
<item image="thumbs/11.jpg" label="Old tree from my aunt's backyard" data="11" />
<item image="thumbs/12.jpg" label="Those are filled with wine" data="12" />
</scroller>