Does anyone have any tips on getting the flash media playback component to play an flv that has its url stored in a mysql database field. I've tried but haven't had much luck.

Basically what I have is this.

My testing database has 3 fields, the uniqueID, the record name, and the URL to the flv.

I made a page of recordsets from my testing database in dreamweaver. Clicking on a recordset goes to its detail page. The detail page has a .swf of the media playback component. In the component inspector I just figured that I could put in the for the URL the php code for the URL to the flv. So in the component inspector for the media playback component, the URL box has: but this is not working.

What am I doing wrong?