Hey all, I'm still working on my actuate to birt upgrade and I hit another wall

. I'm trying to generate an image in a birt report I'm writing dynamically. In actuate we'd generate the correct image by having the url saved to our database. For example: If in our system (maximo) you had an entry of Cat and you attached a photo of a cat using attach document it would save
http://www.blahblah.com/cat.jpg to the 'urlname' field in our oracle database. If you had an entry of Dog and you attached a photo it would save it as
http://www.blahblah.com/dog.jpg to the 'urlname' field in our oracle database.
I use to just be able to put that urlname field in an image control in actuate and it would generate when I ran the report through maximo. Now I don't know how to do it in Birt. Any advice???