|
|
By Joachim Schnier
This is a Scroll Menu component, which has several options. The Scroll Menu is xml-based. Just make any changes of objects in the xml file.
Use as a menu with urls,
Use as a menu with framenames to go to different frames,
Use as a slideshow.
Instructions to install: Put the component in the component folder. Then click on it and follow the instructions of the extension manager.
|
INSTRUCTIONS to set up:
- Name of XML file: enter the name your xml file ending with .xml.
- URL: URL true, use as a menu with urls and/or enter framenames. Delete the attribute if you do not use it.
- Slide: Slide true, use as slideshow. Set slideholder as you like.
- target window: determines the window the url is opened.
- Width of item: enter the width of the icon to press, default is set to 75. Buttons do not adjust to different width.
- Height of item: enter the height of the icon to press, default is set to 100. Buttons do not adjust to different height.
- Number of items: this equals the number childnodes with the name "item".
The mask and frame with button will automatically adjust to height. When width is changed mask and frame will automatically adjust.
|
Example of XML file for the above movie. Up to 10 items can be shown.
<?xml version="1.0"?>
<menu>
<item number="1" pic="item1.jpg" pUrl="pic1.html" slide="" menutext="This is pic 1,"/>
<item number="2" pic="item2.jpg" slide="" frameName="frame2" menutext="...and pic 2."/>
<item number="3" pic="item3.jpg" slide="" frameName="frame3" menutext="now pic 3."/>
<item number="4" pic="item4.jpg" slide="" frameName="frame4" menutext="This is pic 4."/>
<item number="5" pic="item5.jpg" pUrl="pic5.html" slide="" menutext="And now is pic 5."/>
</menu>
DISCLAIMER: The developer of this component is not reliable for any damage caused by the use of the component.
|
|
|
|