Just as a further example:

On the video page it gives me this code:

<object width="425" height="350" type="application/x-shockwave-flash" data="http://www.zvidz.net/player/player.swf"><param name="movie" value="http://www.zvidz.net/player/player.swf" /><param name="flashvars" value="&file=http://www.zvidz.net/flvideo/60.flv&height=350&image=http://www.zvidz.net/thumb/60.jpg&width=425&location=http://www.zvidz.net/player/player.swf&logo=http://www.zvidz.net/templates/images/watermark.gif&link=http://www.zvidz.net&linktarget=_blank"/></object>

The actual code that is currently needed to play the video:

<object width="425" height="350" type="application/x-shockwave-flash" data="http://www.zvidz.net/player/player.swf"><param name="movie" value="http://www.zvidz.net/player/player.swf" /><param name="flashvars" value="&file=http://www.zvidz.net/flvideo/11865420821769636928.flv&height=350&image=http://www.zvidz.net/thumb/60.jpg&width=425&location=http://www.zvidz.net/player/player.swf&logo=http://www.zvidz.net/templates/images/watermark.gif&link=http://www.zvidz.net&linktarget=_blank"/></object>

As you can see, the embed code from the page list the video file as:

60.flv

when it is actually:

11865420821769636928.flv

I assume there is a way to fix this.

Anyone with the answer, Please let me know,

Thank You