Trying to launch my flash videos by passing their URL listed in a field on MYSQL via PHP script. Any help is greatly appreciated.

1) I am able to launch the video referenced directly in main page...for example:
launch_video.ph p
Code:
printf("Movie %s: <a href='http://.../embedded_flash_video.html'>%s</a>
and 2) I can print the URL as output from server via PHP script...for example:
launch_video.ph p...