We’re using a content management system, and client wants to upload videos. These videos will be for advertisers or directory listings. The videos will be converted on the fly to flv.
Using flash8 flv component.
Depending on the URL, I need the swf to access the correct video from a dynamically created xml file.
I’m able to get the swf to recognize the current URL, and I put the URL into a variable called pageURL. Based on this URL, I need the swf to send this to the xml, with php - it will determine what video to get from database - based on the URL sent. I then need the swf file to play the correct video from the xml file.
Any suggestions will be appreciated.
Thank you.