
Embedding flash player for Red5
Hi there,
I've searched through many tutorials, and am having a real problem understanding how to embed a .FLV file onto an HTML page to play through this (or any) swf flash player - using red5 streaming server.
(the red5 server is located in /usr/lib/red5/
My host installed red 5 on a linux , and i've placed the flv i wish to play in the streams folder of the oflaDemo folder.
Currently my embed code looks like:
<embed src="http://www.mydomain/seantest/flv_demo.swf" FlashVars="file=rtmp://127.0.0.1/oflaDemo&id=turningofthetide" quality="high" bgcolor="#ffffff" width="330" height="270" name="turningofthetide" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
What am i doing wrong?