wordtube playlist php code — HTML Code is just enough. Modify the required code marked as bold. Easier option is to do view source it the wordtube admin page and copy the code and paste. The code should look similar to this.
<div style=”text-align: center;”>
<div class=”wordtube”>
<div class=”wordtube playlist0″ id=”WT1_1” name=”WT1_1” style=”width:400px; height:500px;“>
Get the Flash Player to see the wordTube Media Player.
</div></div>
<script type=”text/javascript” defer=”defer”>
var WT1_1 = {
params : {
wmode : “opaque”,
allowscriptaccess : “always”},
flashvars : {
file : “https://127.0.0.1:9080/wp-content/plugins/wordtube/myextractXML.php?id=0“,
volume : “80”,
bufferlength : “5”,
quality : “false”,
shuffle : “false”,
playlist : “bottom”},
attr : {
id : “WT1“,
name : “WT1“},
start : function() {
swfobject.embedSWF(“https://127.0.0.1:9080/wp-content/plugins/wordtube/player.swf“, “WT1_1“, “400“, “500“, “9.0.0”, false, this.flashvars, this.params , this.attr );
}
}
WT1_1.start();
</script>
</div>