How to make the Web Player play a specific video or multiples from parameters but not the playlist XML file?
The video can be called using the below code if you only want to play one video: mwplayer.swf?playerOpts=playListPath*^^video%2Fname.flv*s And if you want to play multiple videos, the code can be as below: mwplayer.swf?playerOpts=playListPath*^caption^path^image^clickurl^ clicktarget^endurl^styleoftarget^endtarget……*s The “…” part means the front code can be duplicated to play multiple videos. Please note that the path separator “/” should urlencode to “%2F” if you have given a pathname to the Flash Video file.
The video can be called using the below code if you only want to play one video: mwplayer.swf?playerOpts=playListPath*^^video%2Fname.flv*s And if you want to play multiple videos, the code can be as below: mwplayer.swf?playerOpts=playListPath*^caption^path^image^clickurl^clicktarget^endurl^styleoftarget^endtarget……*s The “…” part means the front code can be duplicated to play multiple videos. Please note that the path separator “/” should urlencode to “%2F” if you have given a pathname to the Flash Video file.
Related Questions
- How do I archive video footage (.MPEG) files downloaded from the web and play them back on my DVD-Video player or computer DVD-ROM drive?
- How to make the Web Player play a specific video or multiples from parameters but not the playlist XML file?
- How can I put the video onto the web and play with Adobe Flash Player?