Created a php page with mysql, stored the pathnames in a
table with an indexed keyfield, passed the key in the url from the
calling page, bound the url get variable in the php page and used
the key in the php page to query the database for the proper path
to the flv file, replaced the static streamName parameter in the
flv player component with the variable pathname returned from the
query.
It would seem like a good upgrade to allow table components
(either in a hidden page form or a dynamic dataset) to be selected
as the path for the source file).
I have also coded error handling just in case file managment
issues arise and the file path cannot be found or is not correct.
Thanks for the help.
JJE