TheBlackPoet |
05-28-2007 02:02 AM |
Quote:
Originally Posted by arco
(Post 1254588)
Odd. Playing the sample in the AdminCP works.
|
this is the code for ebaums
<embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld. com%2Fform.php%3Frid%3D195%26ref%3D/{param}&stream=http%3A%2F%2Fwww.ebaumsworld.com/{param}.flv" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="480" height="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
notice {param}... this should really be the ebaums code that you will need to play the video..
so the find a video you want to play.. and replace the {param} your video will play.. and when you add the code in an actual thread..., it should work...
example...
<embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld. com%2Fform.php%3Frid%3D195%26ref%3D//watch/22495&stream=http%3A%2F%2Fwww.ebaumsworld.com/2007/05/star-wars-sexual.flv" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="480" height="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
(this may not be what the coder intended.., but it works for ME!!!)
i simply added the url :::: http://emuse.ebaumsworld.com/video/watch/22231 and the appropiate video came up and played...
|