These all appear to be data design and GUI design questions.
The answer is that yes you can do all of that but what do you want to see
for the GUI?
You can use Flash components like DataGrid or design your own interface or a
combination.
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "rohai" <webforumsuser@macromedia.com> wrote in message
news:drq2t0$2ta$1@forums.macromedia.com...
I really don't know how to make this just the way I want to be. I wish I
could
show you the picture what I want. Maybe if I give you an URL:
http://www.elanskis.com/pcc.asp?xpath=&xpathid=&lang=eng, see the "Breaking
news" part.
The asp part is known to me. I know I have to make a XML file. I think the
best XML output would be:
<articles>
<article>
<dates date=date1 />
<titles title=title1 url=articles.asp?... />
<content desc=decs1 />
</article>
<article>
<dates date=date2 />
<titles title=title2 url=articles.asp?... />
<content desc=decs2 />
</article>
....
</articles>
Am I right? And then it comes the Flash part. Many people told me to use
DataGrids. But I don't want columns. Let me say I'm a newbei when it comes
to
Flash. Do you know any good tutorial, case which will show me how to do
that?
THX for any help.