Hello,
After reading for several months the posts on this excellent forum, this is now my first post. *woohoow*
I am making a new flash site myself, and I want to make a special xml-based scrolling news-list, that looks the same as on this website:
For the list example I want to make, click on "skip intro" and in the menu, click on "books". What you see on the right side is the list I want to make.
I've learned a lot and made the same scrolling list as in this topic on the forum:
But the difference with the one on is that (according to me), the carldekeyser-one is not made with the use of the scrollpane component. Every item in the list is only displayed with date and subject, and only 1 item at the time is displayed with date, subject, description, thumbnail (if available) and launch button (if available) in a bigger rectangle. Also the scrollbar on the right is fully customized (the two circles with the arrows in it), so I assume that those circular buttons are just "buttons" and no skinned scrollbar component. All the small items (date and description) are also buttons on there own, and when clicked, they are displayed in the rectangle... Pretty complexe hey? But this is the only way I want to make my list...
The problem is that I really don't have a clue on where to start. The only thing I have right now is a test xml-file on which I want to base the gallery on:
<list>
<item>
<date>
02/09/2005
</date>
<subject>
Test Subject
</subject>
<description>
This is a simple test description
</description>
<thumbnail>
thumbs/thumb1.jpg
</thumbnail>
<launch_link>
</launch_link>
<launch_target>
_blank
</launch_target>
<show_launch_button>
true
</show_launch_button>
<show_thumbnail>
true
</show_thumbnail>
</item>
...
</list>
Is there anyone who could give me some tips, or has -I don't think so- by accident made the same list I was hoping to make?
Kind regards,
Herre, the belgian guy.
After reading for several months the posts on this excellent forum, this is now my first post. *woohoow*
I am making a new flash site myself, and I want to make a special xml-based scrolling news-list, that looks the same as on this website:
For the list example I want to make, click on "skip intro" and in the menu, click on "books". What you see on the right side is the list I want to make.
I've learned a lot and made the same scrolling list as in this topic on the forum:
But the difference with the one on is that (according to me), the carldekeyser-one is not made with the use of the scrollpane component. Every item in the list is only displayed with date and subject, and only 1 item at the time is displayed with date, subject, description, thumbnail (if available) and launch button (if available) in a bigger rectangle. Also the scrollbar on the right is fully customized (the two circles with the arrows in it), so I assume that those circular buttons are just "buttons" and no skinned scrollbar component. All the small items (date and description) are also buttons on there own, and when clicked, they are displayed in the rectangle... Pretty complexe hey? But this is the only way I want to make my list...
The problem is that I really don't have a clue on where to start. The only thing I have right now is a test xml-file on which I want to base the gallery on:
<list>
<item>
<date>
02/09/2005
</date>
<subject>
Test Subject
</subject>
<description>
This is a simple test description
</description>
<thumbnail>
thumbs/thumb1.jpg
</thumbnail>
<launch_link>
</launch_link>
<launch_target>
_blank
</launch_target>
<show_launch_button>
true
</show_launch_button>
<show_thumbnail>
true
</show_thumbnail>
</item>
...
</list>
Is there anyone who could give me some tips, or has -I don't think so- by accident made the same list I was hoping to make?
Kind regards,
Herre, the belgian guy.