Hi, I´m all new to this, so I´m maybe not explaning this very good.. but I´ll give it a try...

I have made an image scroll in flash/xml... and it looks like this:http://kunst.no/mariusmellebye/test.html

I want the images that are loaded in the polaroid (the big ones) to be clickable so when clicked it opens the picture in a new fixed size window, and sometimes, I need it to opens a fixed size html document...

how should I do something like that? the xml code looks like this for now:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>http://static.flickr.com/48/149711442_a436404a76.jpg</image>
<caption>Bronze</caption>
<thumbnail>http://static.flickr.com/24/119893521_2c4799fda5_s.jpg</thumbnail>
</pic>
<pic>
<image>http://static.flickr.com/50/149715554_091b8556ef_o.jpg</image>
<caption>Hand</caption>
<thumbnail>http://static.flickr.com/50/149715554_091b8556ef_s.jpg</thumbnail>
</pic>

etc...

thanks in advance :-)

Marius