I have a flash player that is rendering, and you can right click it to see the links to Adboe, etc. However, it is invisible. It is the code for JW player so it should work. Can anyone take a look at the code and tell why it would act this way in DNN? Here is a link to the page where you can also "see" the invisible player.
http://www.fptv17.com/Home/FlashPlayerTestPage.aspx
Code:
script type='text/javascript' src='../swfobject.js'></script>
<div id="mediaspace">This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('player.swf','mpl','470','320','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://content.longtailvideo.com/videos/flvplayer.flv');
so.addVariable('provider','type');
so.addVariable('autostart','true');
so.write('mediaspace');
</script
HTML page in the directory where you can see a working copy:
http://www.fptv17.com/flashtestpage.html
Thanks for any help.
Beth Vest
http://www.fptv17.com