Editing playlist.xml
· Locate to hdflvplayer\xml
· Open playlist.xml with Dreamweaver or with your favorite editor
· Playlist is controlled by a common tag <playlist></playlist>
Sample code from the playlist.xml:
<mainvideo url=”videos/videoname.flv” id=”1″ hd=”true” hdpath=”videos/videoname.mp4″ title=”Your Video Title goes here..” thu_image=”images/thumb_image.jpg” preroll=”false” midroll=”false” postroll=”false” http=”false”/>
· If you call the mainvideourl from the external server then make http=”true”
· Give the name of Non HD video (eg. mainvideo url=”videos/videoname.flv)
· Give the name of HD video. If HD video is not available make HD = “false” (eg. hd=”true” hdpath=”videos/videoname.mp4″)
· To activate preroll / postroll / midroll change the value to “true”
· To add more videos just copy the above code and replicate in the next lines.
· To play the videos continuously from the list make <playlist autoplay=”true”>