hi,
I'm using version 4.6 with the dangdang skin. I can't get the Viral-2 menu button to show up in the control bar. Does anyone have any suggestions/hints I can try?
Thanks.
<script type="text/javascript" src="http://www.myurl.com/swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('http://www.myurl.com/player.swf', 'ply', '320', '355', '9', '#ffffff');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('allownetworking','all');
so.addParam('wmode', 'opaque');
so.addVariable('skin','http://www.myurl.com/dangdang.swf');
so.addVariable('streamer','rtmp://www.myurl.com/');
so.addVariable('file','http://www.myurl.com/playlist.xml');
so.addVariable('playlist', 'bottom');
so.addVariable('playlistsize','90');
so.addVariable('autostart', 'true');
so.addVariable('plugins','viral-2');
so.addVariable('viral.functions','embed,link');
so.write('player');
</script>
Can you provide a link to where you are running this? Note - it is possible that DanDang may not work with adding buttons, such as menu, to the controlbar, as it was not designed by LongTail officially.