it has a main page http://veedio.info/nowvideo.php and when we put video id in the end flash player works . and there is no need to make a new page for every new video. only use video id and done.
Video players usually have src attribute wherein you insert the URL of your video file. Your video file should be associated with this video id.
Store both video URL and video ID in Database.
Once someone access your video page with a specific video ID, query your database table, get the associated video file URL, feed it to the player’s src attribute, and there you have it!