|
Hi,
Create multiple playlist xml file like hdflvplayer/xml/playlist.xml.
Now design a page for each channel and embed the player using the following code. In the code edit the playlistxmlpath as
ex: playlistXML=hdflvplayer/xml/playlist1.xml. playlistXML=hdflvplayer/xml/playlist2.xml.
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390"> <param value="http://www.yourdomainname.com/hdflvplayer/hdplayer.swf" name="src"> <param name="allowscriptaccess" value="always"> <param name="allowFullScreen" value="true"> <param name="wmode" value="transparent"> <param value="playlistXML=playlistxmlpath" name="flashvars"> <embed name="sample" wmode="transparent" flashvars="playlistXML=playlistxmlpath" allowscriptaccess="always" allowfullscreen="true" src="http://www.yourdomainname.com/hdflvplayer/hdplayer.swf" type="application/x-shockwave-flash" width="640" height="390"></object>
Thanks
|