These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
Pages: 1
HI,
Probably a stupid question, but cannot find the answer:
I am implementing the actionscript 2.0 component in a flash website.
I am wondering why only the thumbnail of the active picture is showing, while the inactive thumbnails only show when you hover over them. I would like to see all the thumbnails.
I suppose there is a component-setting wrong?
Here is a temporary link: http://test3.ilpozzo.nl/index2.html (navigate to "Foto's" and then pick one of three albums to get to the component)
Best regards
Gerarddus
PS
xml is like this:
<gallery>
<album id="album1" title="Foto's uit de keuken" description="Keukenfoto's" lgpath="pictures/keuken/lg/" tnpath="pictures/keuken/tn/">
<img src="tree1.jpg"/>
<img src="tree2.jpg"/>
<img src="tree3.jpg"/>
</album>
<album id="album2" title="Foto's van het terras" description="Terras foto's" lgpath="pictures/terras/lg/" tnpath="pictures/terras/tn/">
<img src="nebula.jpg"/>
<img src="tiger.jpg"/>
</album>
<album id="album3" title="Foto's van binnen" description="Binnenfoto's" lgpath="pictures/binnen/lg/" tnpath="pictures/binnen/tn/">
<img src="DSC00606.JPG"/>
<img src="DSC00612.JPG"/>
<img src="DSC00620.JPG"/>
</album>
</gallery>
Offline
Pages: 1