Hello I am about to go crazy trying to get an flv player to work on my dotnetnuke portal.
Here is the one I like the most:
http://www.jeroenwijering.com/?item=JW_FLV_Player
It is free and someone has already moded it to work with dotnetnuke.....or so I hear because I can't get his module or the direct script to work. Here is the link to the module.
http://www.considero.net/Products/DotNetNuke/Modules/DNN-FLVPlayer-Flash-Video-Player.aspx
on the modle I just get the error "Error showing FLVPlayer"
When I try to insert a script to play it directly I get nothing being displayed in the text module.
Here is the script I insert into the txt module:
<script type="text/javascript" src="swfobject.js" />
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('mediaplayer.swf','mpl','320','180','7');
so.addParam('allowfullscreen','true');
so.addVariable('file','http://www.dynamicwebcreations.net/dnn/portals/_default/flash/firstrun.flv');
so.addVariable('height','180');
so.addVariable('image','http://dynamicwebcreations.net/dnn/portals/_default/flash/preview.jpg');
so.addVariable('width','320');
so.addVariable('location',''http://www.dynamicwebcreations.net/dnn/portals/_default/flash/mediaplayer.swf');
so.addVariable('autostart','false');
so.write('player');
</script>
It says to insert that top script at the top of the page I am not sure how to do that if I am using a text module.
If anyone has any ideas why this is not working let me know.
PS...when I take the example that comes with the player....just a pain html file and set it on my server it works so the ISS is serving up flvs.
If you have a better player you like I am open to suggestions. I have tried several.
Thank you very much for any help you can give me I have spent so much time on this I think I am about to loose it..lol