Multiple FLV video files with single player

Click For Summary
SUMMARY

This discussion focuses on implementing a single Flash player to play multiple FLV video files dynamically. The provided code snippet utilizes an tag to embed the Flash player, with a parameter for the video file. The user seeks assistance in modifying the code to allow for a list of FLV files, enabling the filename to be variable based on user interaction, specifically through JavaScript. The solution involves updating the "file" parameter in the Flash player based on the selected video from a list.

PREREQUISITES