Question
Playing movies that reside in subfolders
I have a dynamic directory structure that changes each time a
new movie is added. For each movie that is uploaded, a new folder
is created. I have set my VOD structure to go up to a certain
point, and then I wanted to be able to hit any subfolders
underneath that main folder. I am also using Jeroen Wijering's
Flvplayer to ultimately play the videos and the SWFobject
javascript to call them up. The Flashvar sequence that I am using
is similar to:
s1.addVariable('file', 'rtmp://www.devserver.com/vod/english/20202');
s1.addVariable('id', 'mp4:20202.mov');
Can someone please tell me 1. Where should I put the application.xl and main.asc files? 2. How should I set up so that subfolders are part of the equation?
Thank you so much in advance for your help,
-Johnathan
s1.addVariable('file', 'rtmp://www.devserver.com/vod/english/20202');
s1.addVariable('id', 'mp4:20202.mov');
Can someone please tell me 1. Where should I put the application.xl and main.asc files? 2. How should I set up so that subfolders are part of the equation?
Thank you so much in advance for your help,
-Johnathan
