What type of Object I should use for a URL

Hi,

 

I am trying to create a Channel. i was able to create all the navigation links for the channel.

 

However I am unable to make the final video URL to play.  The link where the video is present http://173.193.202.115/movies_tamil/movie_high/1415.mp4?st=lJz9ubnpm-ASXWceup_QUg&e=1363140901

 

I tried several methods, but none of them worked for me. Could you please guide me on the right direction to an example which I can use for making this work.  I searched a lot but couldn't find anything helpful

 

Thanks.

 

Regards,

Ram.

I tried the following code, but it didn't help.

def VideoList(sender, clip, image, pageUrl):
    dir = MediaContainer(title2=sender.itemTitle, viewGroup='List')
    dir.Append(WebVideoItem(url="http://173.193.202.115/movies_tamil/movie_high/1415.mp4?st=lJz9ubnpm-ASXWceup_QUg&e=1363140901", title="test",  summary="summary", thumb="http://forums.plexapp.com/public/style_images/plex/logo.png"))
    return dir