MediaPlayback: Dynamically loading videos !HELP!

I currently have this code:

var vLoad = new Array();
    vLoad = vidURL.text;
video.setMedia(vLoad, "FLV");

vidURL.text is where the URL is but it doesn’t seem to load please help!