Not sure if this is a bug or if I have simply mistyped something.
For what it is is worth I use Lighty and the flv mod for streaming. (streamscript = lighttpd)
I am using: www.simplethoughtproductions.com/video_config.xml
Player code is:
<p id="Beartooth_Pass"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
var s2 = new SWFObject("/flvplayer.swf","playlist","480","295","7");
s2.addParam("allowfullscreen","true");
s2.addVariable("file","/wp-content/uploads/SimpleShorts/Beartooth_Pass.flv");
s2.addVariable("config","/video_config.xml");
s2.addVariable("height","280");
s2.addVariable("width", "480");
s2.addVariable("title", "Beartooth Pass");
s2.addVariable("showdownload", "true");
s2.addVariable("link", "/wp-content/uploads/SimpleShorts/Beartooth_Pass.wmv");
s2.write("Beartooth_Pass");
</script>
Streams fine when its in the player code but it will not stream when its in the config.xml any tips?
Still having the issue... do I need to provide more info? Thanks for your time.