Custom FLV Player I created

I am putting thi out there because I know there has to be a better way to do what I am about to describe below.

I created a player that that uses the NetSctream connection to play videos I have stored on a server.

I want to make the player perform like Windows media player or Quicktime. Let me explain.

Right now my player has the path to the video file it needs to play hard coded into it. Therefore if I have 100 different videos - I have to save my player with the individual paths 100 times. Got me so far? I hope! :frowning:

What I want to do is have only one player. I want a when a user wants to watch a video it they click the button to get the video - and intern it will call the player.

The reason for all this is simple. Say 4 years down the road I want to change the player loof and feel. Well if I have 1000 or 5000 independent video players you can see how impossible it becomes.

I want when I make a change to the player look and feel it applies to everything.

If you need better clarification let me know.