I'm currently in the process of building a dynamic loading video player but i'm
having trouble with the following command:

myPlayer.contentPath = "http://www.mydomain.com/video/"+videoplayer+"";

videoplayer is a variable that has the last part of the address - which is
dynamic and obtained else where in the code

but when i run this i just get a undefined message :(

any ideas guys..??

thanks in advance

gary