| Re: Embedded windows media player |
| by BlueStocking on 2007/3/9 22:24:20 I checked runing some wmv files from the command line in IE6 found that it gave errors page not found. The fix was to set the permissions on the .wav file to execution and read by owner group and others. RIGHT CLICK FILE AND PROPERTIES then set permissions. Write permissions should be unclicked also. That is my 2 cents worth. Good Luck, my friend. BS http://hardhunting.com |
| Re: Embedded windows media player |
| by svaha on 2007/3/9 21:38:14 As far as I know koivi editor has no problem with embedding : http://www.alohaspirit.nl/modules/newbb/viewtopic.php?topic_id=2443&forum=12 I don't know exactly what you want, but you could also (maybe) use a module that's made for this, I'm testing xmovie at the moment : http://www.amevita.eu/modules/x_movie/ Or a specific module like xstreamer that is suitable for flv files. http://www.amevita.eu/modules/xstreamer/ |
| Re: Embedded windows media player |
| by madkidz on 2007/3/9 14:42:34 Quote:
Just seeing this. Thanks. I will look into it. |
| Re: Embedded windows media player |
| by madkidz on 2007/3/9 14:32:13 Thanks I have done exactly that and it doesnt work. Do you thing my module is corrupted. |
| Re: Embedded windows media player |
| by bleu_ on 2007/3/9 0:09:00 with HTML view you can insert any wmv file like this: le="color: #000000"><?php <div align="center"> <object width="320" height="286" id="MediaPlayer" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"> <param name="filename" value="http://pathtoyourmovie.wmv" /> <param name="Showcontrols" value="True" /> <param name="autoStart" value="True" /> <embed width="320" height="240" type="application/x-mplayer2" src="http://pathtoyourmovie.wmv" name="MediaPlayer" /> </object> </div> you set the height and width you want and the path where your file is you can also set the parameters to true or false to what with you want. (tested with Koivi checking the HTML view) |